Monthly Archives: August 2010

The problem with setting defaults

Suppose you have a nice little yes/no selector on a form. And while you are testing you set the default value as “n”. Someday someone will come along and switch all the values to “y” in your database, and you … Continue reading

Posted in Coldfusion, Problems & Fixes | Comments Off on The problem with setting defaults

JQuery DatePicker Plugin

I had the need for a calendar datepicker in a recent project and could not use Coldfusion’s input datefield. I am building the form on the fly and loading form elements from a database using a CFC and a bunch … Continue reading

Posted in Code, Javascript, JQuery, Problems & Fixes | Comments Off on JQuery DatePicker Plugin