Archive for the ‘Coding’ Category

I’ve been playing around a lot with integrating ColdFusion and Memcache together over the past week. It’s a pretty straight forward integration using the Java Memcache Client. Since I couldn’t find much documentation, outside of the Java docs, I thought I’d give a few examples of how to get ColdFusion to use a Memcache pool. [...]

Tuesday, April 20th, 2010 at 11:47 | 2 comments
Categories: Coding, ColdFusion

The Flickr Javascript badge has been driving me crazy. It has all these great variable inputs, but no “target” variable. The last thing I want is a user to click an image, and it go off to Flickr, leaving my site completely.  I’ve been looking all over for a solution for this, and was on [...]

Wednesday, October 7th, 2009 at 15:19 | 0 comments
Categories: Javascript

I guess I should read the documentation for ColdFusion 8 more often.  Turns out, there is a new feature when doing database inserts.  In the CFQUERY tag, add the parameter result=”somename”.  You can now reference the data inserted into the query, as well as, a really cool new feature, the last inserted key.  Each database [...]

Thursday, June 26th, 2008 at 21:29 | 0 comments
Categories: Coding
TOP