Campaign Monitor CFC – Update 1.1

Just a quick post to let you know that i’ve just updated Campaign Monitor CFC on RiaForge to the latest version of the CFCs. The update includes 6 new functions for managing custom fields for lists and subscribers. Functions added: campaign-monitor.cfc – ListCustomFieldTypes lists.cfc – ListAddCustomField lists.cfc – ListCustomFields lists.cfc – ListDeleteCustomField subscribers.cfc – AddSubscriberCustomFields subscribers.cfc – AddResubscribeSubscriberCustomFields If anyone is using this wrapper,...

read more

SOTR2010 – Sessions

SOTR2010 – Sessions

Just a post of the sessions i’m really looking forward to for this years Scotch on the Rocks! Monday Mastering the ColdFusion Application Framework – Ben Nadel A whistlestop tour of HTML5 and CSS3 – Chris Mills How Catalyst Will Transform The ColdFusion Developer – Terry Ryan The Art of Emotional Design: A story of pleasure, joy, and delight – Arai Balkan Supercharge your ColdFusionBuilder – Ray Camden Tuesday Get ready for the mobile revolution – Serge Jespers AJAX is the answer to everything and...

read more

CampaignMonitor.cfc

After a recent project at work involving some work with Campaign Monitor i’ve decided to build a ColdFusion based wrapper / cfc to go with there API. (I couldnt find any other previous attempts at it!) I’m still wondering whether i should create a simple CFC for just listing / getting information, another for adding and sending campaigns or just bundle it all together in one big set? Any ideas?

read more