Entries Tagged as / ColdFusion

Mar 02 / Coldfusion LinkedIn API
Tags / ColdFusion, / plug-in
View count: 13588

It's been a while now that we were searching for a working ColdFusion LinkedIn API that would let users not only to receive data, but to submit some too. Although there were optional libraries such as linkedin-j, not everyone knows or wants to dip into the pure java world. Thanks to Derek Bowes, we stumbled across the LinkedIn.cfc which was a great plugin. The only trouble was that the plugin was already out of date since LinkedIn had updated their API in the second half of 2012, and now required member permissions were no longer a part of the original source code.

So we took the initiative to our hands and amended the plugin to allow users set the permissions required as well as the ability to post status updates.

[ Read more ]

Jul 07 / ColdFusion AJAX style file upload without page refresh
Tags / ColdFusion
View count: 7199

Ever tried to create an AJAX-style ColdFusion file upload form which executes without reloading the page? This is our take on this widely popular technique. With the help of ColdFusion, jQuery and 'hidden' iframe the following tutorial will show you how exactly you can achieve this.

[ Read more ]