November 23, 2004
Steve Erat posted some important messages pertaining to server stability and troubleshooting on cf-talk, and had the good sense to post the comments to his blog too. See http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=6B5BD222-45A6-2844-74F691ACD0082042 and...
November 22, 2004
is used to enumerate the variables used in your code, ensuring that they exist, optionally setting default values if they do not, and possibly also validating data types. Placing a series of tags at the start of a page makes it easier to ensure that required variables exist, and that they are of...
November 22, 2004
Government Computer News (GCN) is running a story about City of Davis, California, using ColdFusion. As per the story, ColdFusion has been used "for the past five years for its citizen-facing and intranet Web applications". Over 25,000 pages, and "most of the stuff that's displayed is database...
November 21, 2004
Dreamweaver supports the creation and use of ColdFusion Recordsets (essentially tags), listing returned columns as bindings which can subsequently be used in output code. Dreamweaver has been able to do this for a while, generating a single .cfm page containing both the query and the output code....
November 21, 2004
Washington Technology is running a piece today by S. Michael Gallagher about the need for rapid application development tools. He states that "While Web-based applications solved the problem of how to get applications to users and centrally maintain them, they presented new technical challenges for...
November 17, 2004
One of my pet peeves with some CFML tags is that they hardcode return value structure names. For example, creates a structure named CFFILE that contains the results of the file operation. And many others tags work this way too. What bugs me about this is that if you need to use a tag multiple times...
November 14, 2004
The new application event mechanism (planned for Blackstone) provides powerful new functionality to ColdFusion developers. Lots of you have asked about this feature since it was first mentioned in the MAX ColdFusion BOF (and then blogged in my BOF report), and so a basic overview is in order. Here...
November 11, 2004
The MX Europe site (http://mxeurope.org/) posted this message today: "Regretfully, due to unforeseen problems securing sponsorship, the MX Europe 2005 conference has been cancelled, and therefore postponed until further notice. We thank everyone who showed support for their efforts and hope to be...
November 11, 2004
I have long been a fan of cyScape's BrowserHawk, a simple and focused utility that does one thing and does it well, reporting browser capabilities (browser, version, operating system, version of Flash installed, cookies enabled or not, and more), over 100 properties in all. To see what BrowserHawk...
November 10, 2004
Want a chance to play with Blackstone but don't have a server to run it on? HostMySite (where my own site is hosted) is offering non-commercial, non-production beta "sneak peek" hosting. See http://www.hostmysite.com/blackstone/ for more details.