Rob Brooks-Bilson
Tech, Photography, Stuff
Tech, Photography, Stuff
March 29, 2007
If you're running ColdFusion MX 7.0.2, you may be interested to know that the latest cumulative hot fix has been released. You can download the file from Adobe's website.
The hot fix fixes a number of bugs including several with cfchart, cfreport, and sandbox security. As always, Adobe only recommends applying the hot fix if you are experiencing problems caused by any of the fixed issues.
March 9, 2007
This may already be obvious to heavy Eclipse/CFEclipse/FlexBuilder users, but there's a really simple way to move one or more lines of code around without having to use copy/paste.
To move a single line of code, place the cursor anywhere on the line and click alt-up arrow to move the code up one line, or alt-down arrow to move the code down one line.
To move multiple lines of code at once, highlight the code you wish to move and use the same alt-up arrow/alt-down arrow shortcut. It's that easy!
March 2, 2007
Paul Kenney is working on the next major release of his unit testing framework for ColdFusion, CFCUnit and is interested in hearing what you want to see in the release.