Multi-Table Update in MySQL

I think one thing I love about web development is that I'm always learning something new! Even with my database skills, just when I think I “know it all” (HA HA HA), I learn some new trick! This week, I had to write some scripts to move some data around […]


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 […]


Our Own Worse Employees

I started redoing my main personal site, An Eclectic World, awhile ago.  As in sometime in 2011, around April. The site still says a new version is coming in the Summer of 2011.  Yet it still isn’t done!  I’m redoing the site from its now over 7 year old PHP/MySQL […]


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 […]