Merry Christmas
I’d like to wish you all a Merry Christmas and prosperous New Year.
I’ll leave you with this.
I’d like to wish you all a Merry Christmas and prosperous New Year.
I’ll leave you with this.
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.
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!
If you haven’t seen it yet Google have added coloured labels to Gmail. It’s a small thing, but, very cool.