Ben Forta

Tag: ColdFusion

← All posts
September 19, 2003

Checking For Empty Strings

Which is the faster way to check whether or not a string is empty, or ? The commonly held view is that it is the latter, but, after a heated debate today on the subject of optimization, I decided to test it for myself. The result? Almost no difference at all, in fact, I had to run the test...

September 11, 2003

NEC-Mitsubishi Site Powered by ColdFusion MX

I love bumping into .cfm extensions on sites that I had no idea were using ColdFusion. My latest find is NEC-Mitsubishi (at http://www.necmitsubishi.com/). I was reviewing monitor specs (for a new LCD monitor) and discovered that almost the entire site is ColdFusion; product specs, company info,...

September 9, 2003

Wanted: Opinions on ColdFusion Debugging

ColdFusion has integrated debugging features, and has for a long time. Most CF developers rely heavily on ColdFusion's ability to append debug output to generated pages, and tags like and and are also used when debugging code. cfstat and PerfMon integration provide some visibility into the CF...

September 7, 2003

Partner Events in Europe

I'll be in Europe later this month to take part in a series of partner briefings on ColdFusion MX 6.1 and Studio MX 2004. We'll be in Germany (Nürnberg), Belgium (Antwerp), France (Paris), and England (London). Details and registration information are posted at...

September 2, 2003

Two New RE (regex) Functions

I have recently been spending countless hours tinkering with regular expressions (for a project that I'll blog within the next few days, I hope). ColdFusion has great regular expression support, but the REFind() and REFindNoCase() functions annoy me no end. I like that I can opt for a position and...

September 2, 2003

Using XSL Parameters

The following tip was sent to me by Ben Cline, and is posted verbatim. Thanks Ben. Ben writes ... I found something lacking in the Macromedia documentation and nearly everything I’ve read about CF. It’s the use of XSL parameters. I found a way to successfully do this, and have tried to...

Page 152 of 157 (1562 posts)