Archive for December, 2007

Merry Christmas

22 December 2007 21:24

I’d like to wish you all a Merry Christmas and prosperous New Year.

I’ll leave you with this.

http://www.isitchristmas.com/

Filed: General // No Comments

Apple Rumour Mill

10 December 2007 9:55

The mill was in full flow last week with numerous posts about a forthcoming iPhone update, 1.1.3. As is often the case these all basically pointed back to one source website saying it’d be the weekend just gone, but, nothing. I plugged in my iPhone a few times across the weekend and saw no updates.

That said, I hope it does come soon as a voice recorder would be pretty handy and allowing some form of disk usage would be good, even if via iTunes. What I’d really like of course is ability to install applications, but hey ho.

A few people have posted that newly bought iPhones over this weekend have got 1.1.3 on, but, no proof so we’ll see if it comes out this week.

Filed: Technology // Tagged: , , // No Comments

Calling the Mailbuild API from CF

4 December 2007 15:42

Had to help with someone out today who was trying to call the Mailbuild API from ColdFusion. It’s a webservice and was proving a little annoying to get going, but after a bit of playing the final code looks like this.

<cfscript>
params = structNew();
params.ApiKey = '{yourkey}';
params.ListID = '{yourlistid}';
params.Email = 'name@domain.com';
params.Name = 'Name';
</cfscript>

<cfinvoke webservice="http://{company}.createsend.com/api/api.asmx?wsdl"
method="AddSubscriber"
parameters = "#params#">

This is adding a new subscriber to a given list. Hopefully this might help someone integrating with CF!

Filed: Technology // Tagged: , , // No Comments

Coloured Labels in Gmail

4 December 2007 10:06

If you haven’t seen it yet Google have added coloured labels to Gmail. It’s a small thing, but, very cool.

http://mail.google.com/mail/help/about_whatsnew.html

Filed: Technology // No Comments

 
What's ianteresting?   •   Twitter   •   About   •   Contact
©2012 Ian Winter. All Rights Reserved.   •   Powered by WordPress   •   Hosted at Memset