Viewing by month: January 2009

cfselect, binding, and selectedvalues

ColdFusion's cfselect doesn't support the selectedvalue argument when using binding. I don't like the JavaScript solutions out there, so here's a simple SQL solution.
Read complete post
7 comments | Posted by Daniel Short on Jan 22, 2009 at 10:21 AM | Categories: ColdFusion -

Proximity searching in sql server

Just need to keep track of this for future ussage. After a bunch of googling this was the clearest example of doing a proximity search in SQL Server that I could find.

implementing a proximity search in sql server

(Via Googling.)

0 comments | Posted by Daniel Short on Jan 21, 2009 at 3:27 PM | Categories: ColdFusion -

Filling date gaps in a report

I needed a way to push a bunch of blank dates into a query for a cfchart to ensure I didn't have any gaps in my date coverage. This article did the trick...
Read complete post
0 comments | Posted by Daniel Short on Jan 6, 2009 at 11:45 AM | Categories: ColdFusion -