Ben Forta

Tag: ColdFusion

← All posts
January 4, 2004

ActionScript Code Used in Flex Example

A few of you asked to see the ActionScript code use to implement the query2tree() function used in the Flex example I posted last week. So, here it is: function query2tree(src) { // Define tree object var tree:XML = new XML(); // Define vars var recNo:Number, itemCount:Number; var rec:Object; var...

January 1, 2004

Flex App: ColdFusion Resources List

My ColdFusion Resources page lists columns, articles, presentations and more. Over the years the list has grown to the point that the page requires about eight page-down scrolls to see the entire two column list. So, this page seemed like an ideal first Flex app; a tree control showing categories...

December 29, 2003

Changing the JRun JRE

I recently needed to change the JRE used by JRun (to a newer version). No problem, just stop JRun, remove the old JRE, install the new one and restart JRun. Right? Nope. JRun stores the JRE path, and that needs to be updated to reflect the new JRE location. It took a few minutes to find where this...

December 28, 2003

ColdFusion for IBM zSeries

Macromedia and IBM are pleased to announce the availability of ColdFusion MX Enterprise 6.1 for IBM zSeries mainframe. This integrated infrastructure is designed to provide the most productive, scalable and powerful web application platform for enterprise customers. This new product offering is...

December 23, 2003

ColdFusion Study Guide in Turkish

I received a package today, it contained copies of the Turkish translation of my "Certified ColdFusion MX Developer Study Guide" (I had no idea that it was being translated, so a pleasant surprise indeed). The translation is by Medyasoft (at http://www.medyasoft.com.tr/) who also translated my...

December 10, 2003

Don't Name CFC Arguments "T"

This one was found by a ColdFusion user at Lockheed Martin who sent me a CFC that could not be invoked via SOAP, on every call it threw "Duplicate declaration of local variable t" errors. The problem? "t" is kind of reserved, the CFC to Java conversion code defines "t" as java.lang.Throwable. This...

December 9, 2003

SecretAgents.com HomeSite Add-Ons

Steve Nelson has created some really nice HomeSite (and ColdFusion Studio) add-ons. He has a documentation generator, a test generator, and several utilities specifically for Fusebox users. The full tool list is at http://www.secretagents.com/index.cfm?&fuseaction=tools.listtools.

Page 147 of 157 (1562 posts)