|
JavaScript checkBox checker and unchecker |
A few times I've encountered the need to check, or uncheck a large column of records in a data display. Say you have one hundred records returned from a query, instead of having a user check each one, simply give them a button that allows them to check or uncheck a whole column in one go!
|
Using if and else in Cfscript |
Every CF developer is intimately familiar with the
|
JavaScript Confirm function |
Recently I've been using the JavaScript confirm method to confirm if a user has clicked on the right thing or not. A handy 'catch-and-verify' fail safe.
|
SQL Formatting a numeric field to 2 decimal places |