June 21, 2009
ColdFusion can execute code when an application starts and ends, when a session starts and ends, when a request starts and ends, and more. But what if you need to execute code when a server starts up? Granted, this is not a common use case, but when needed, we've had to use onApplicationStart for...
June 20, 2009
ColdFusion developers have long known to ensure that local variables remain local by using the "var" keyword to define them. Here's an example: In the above snippet, two variables are created. The first variable uses the var keyword to ensure that the variable is local to the function, and if the...
June 19, 2009
Look at this code snippet. Notice anything odd about it? SELECT * FROM art ORDER BY ArtName Yep, the tag in the above snippet is missing the DATASOURCE attribute. And yet, this code works. Why? Take a look at this Application.cfc file: In ColdFusion Centaur you can now specify an application wide...
June 18, 2009
Belgian software company Proxyclick positions itself as a "life improvement platform". Their primary application is ColdFusion powered Click'n Lunch and is used by employees at lots of local companies (including Microsoft Belgium) to order lunch and more. And the app just won the B2B BeCommerce...
June 18, 2009
Have you ever stopped to think about just how much functionality is baked into ColdFusion? We use to work with databases, allowing for highly flexible and dynamic SQL as well as query caching and more, and this is powered by a sophisticated internal engine. We use tags like and expect charts to be...
June 17, 2009
Spreadsheets are key to just about all businesses and organizations, and ColdFusion developers have long sought a way to access and manipulate spreadsheet data programmatically. The truth is, ColdFusion has supported spreadsheet access for a while in a variety of ways, it's been possible to access...
June 14, 2009
Longtime ColdFusion partner (as in since early Allaire days) Fig Leaf Software is now blogging , and promise lots of cf-centric content.
June 12, 2009
I presented to 4 usergroups this week, primarily focusing on ColdFusion futures (including "Bolt", the planned ColdFusion IDE) but also covering Flash Builder 4 and Flash Catalyst. The reactions at all groups were highly consistent - enthusiasm, excitement, and lots of spontaneous applause. The big...
June 10, 2009
Last night's usergroup event in NYC was incredible! A crowd of about 120 packed one of the beautiful new conference facilities at NYU Medical Center, and we chatted for over 2 hours about ColdFusion, Flex, Flash Catalyst, and more. The crowd was amazing, dozens of questions and comments and...
June 9, 2009
Yesterday's usergroup presentation in Washington, D.C. went very well. Lots of excitement, good (and some tough) questions, and the interactivity I've come to expect from this group. What I did not expect was the poor turnout, this has been one of the best attended groups for over a decade, and...