Using Twitter Bootstrap 2? Want it to look half useable in IE6? Use these quick wins…
After seeing how amazing Twitter Bootstrap has become, i decided to write in some IE6 compatibility fixes. If i have any hope of getting to use it for a project at work then it must be IE6 friendly (bloody educational institutions!) Some very non magical CSS: /* IE6 'Compatability' fixes */ body {background:#ffffff;background-image:none;padding:0;} /* Nav Fixes */ .navbar {background:#333333;} .nav-collapse {width:auto;} .nav li {display:inline;} .nav li a {padding:10px;display:block;width:auto;float:left;color:#cccccc;} .nav li a:hover...
read moreCampaign 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 moreCampaignMonitor.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


