ColdFusion


Back Home From cf.Objective() 2012

Happy to say that with some wrangling, a much appreciated TASCC scholarship to cover my conference fee, and some payments from clients, both my partner (aka co-developer, bud, other half of the team, etc etc) and I were able to attend cf.Objective() 2012!  We flew out of Houston on Tuesday and […]


CFIMAGE and alt tags

Ever used CFIMAGE with the “writeToBrowser” action?  A nifty way to display an image you've read into memory, or maybe made with ImageNew.  However, you may have found yourself looking at the source code and going ARG! when you spotted that empty alt tag.  <cfset myImage = ImageNew(“”, 100, 100, […]


Var Scope and CFArgument

I've been developing ColdFusion applications for over ten years now. I wrote fairly good stuff. Some of my apps have pretty much just run since launch with no real issues. But they weren't the best they could be, because I was stuck behind the times. In the last three years […]


Query Within A Query

When we moved over to doing all of our development using the Mach-II framework, it really forced us to separate our code into “layers”. So we have views, which display the content, listeners which tie the Mach-II framework to the rest of our application, the gateways and DAOs which interact […]