Ben Forta

Tag: ColdFusion

← All posts
August 30, 2003

A SubStr() Function

A thread of the forums (http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threadid=681710) turned into a request for a SubStr() function and a discussion as to why it did not exist. CFML does have a Mid() function, but the third parameter (the length) is required, and this is...

August 26, 2003

ColdFusion MX 6.1 Case Study: 5 Times As Fast!

Great new ColdFusion MX 6.1 case study posted at http://dynamic.macromedia.com/bin/MM/showcase/scripts/showcase_cs_cover.jsp?Showcase_OID=952342. Nissan Digital Asset Management System is an enterprise digital asset management system that enables authorized remote end-users to access Nissan digital...

August 25, 2003

A New HomeSite Is Coming

Ever since the MX 2004 announcement, lots of you have been asking about HomeSite wanting to know if that product is being upgraded too. You'll be pleased to know that HomeSite 5.5 is in the works. Information can be found at the HomeSite homepage at http://www.macromedia.com/software/homesite/, new...

August 23, 2003

Capturing Output

is used to execute a process (executable, batch file, script, etc.) on the server. can save any generated output to a file or write it to the screen, and so many of us would wrap calls in between and tags so as to save generated output in a variable. As of ColdFusion MX 6.1 this is no longer...

August 20, 2003

An IsXML() Function

A reader this morning asked me if there was a way to check if a block of text was XML. My initial reaction was to say "just use the IsXML() function", but that I checked and discovered that CFML does not have an IsXML() function. It has an IsXMLDoc() function, but that checks to see if a passed...

August 18, 2003

My MAX 2003 Web Services Session

Are you planning on attending MAX (the conference formerly known as DevCon)? If so, and if you are interested in Web Services, you may want to attend my hands-on "Using Web Services with ColdFusion" session. Hands-on sessions tend to sell out first, so if you are interested in this one you may want...

August 13, 2003

We Lied About Performance

A 15 page ColdFusion MX 6.1 performance brief has been posted on the Macromedia web site at http://www.macromedia.com/software/coldfusion/whitepapers/pdf/6_1/cfmx61_performancebrief.pdf. Based on these numbers it looks like we lied about the performance gains in this new version, it's not what we...

August 10, 2003

Returning Specific Scopes From Within CFXs

This wasn't always possible, and I don't know when it become possible, but as I am working with Java CFX code now and am using this feature I thought I'd share. The CFXAPI (used in creating CFX tags in C/C++ or Java) exposes a limited subset of the ColdFusion world to your code. One of the things...

Page 153 of 157 (1562 posts)