Assigning Business Value to Features

Thursday, December 11th, 2008 Posted in Code, Programming | No Comments »

While we at work are not "agile" I still find that some of the techniques used are very helpful. Today, I read an article on how to use "Planning Poker" ... Read more..

jQuery Ajax Loading with Selectors

Wednesday, October 29th, 2008 Posted in Code | No Comments »

If you don't know, jQuery can load a remote page into a DIV very easily. Not only that, it can also filter on which parts of that page get loaded. First ... Read more..

cfqueryparam, NULLs and Lists

Wednesday, September 17th, 2008 Posted in Code | No Comments »

While inserting null for values while using cfqueryparam has been written about before, I'd like address the specific case of lists. When I say lists, I'm referring to (in MySql) ... Read more..

Displaying Friendly Errors with jQuery

Sunday, July 20th, 2008 Posted in Code | No Comments »

In just one week, I have encountered this problem twice, so I think it's worthy of a post. The problem was that a form needed to provide negative feedback while the ... Read more..

Coldfusion Development Tools

Monday, July 14th, 2008 Posted in Code, coldfusion | 1 Comment »

Just watched a great presentation by Brian Kotek on the tools he uses while developing with Coldfusion.  I really enjoy these types of presentations as they give me a chance ... Read more..