Ben Forta

Blog

May 5, 2002

Multiple Series Graphs

ColdFusion graphing now supports the use of multiple data series in a single graph. To specify a data series use the tag, and multiple may be specified. (Applies to: ColdFusion MX)

May 4, 2002

Run the Code Compatibility Analyzer

If you will be upgrading to ColdFusion MX (you should) make sure to run the included Code Compatibility Analyzer against existing CFML code. This utility (accessible via the ColdFusion Administrator) will scan your code and alert you to any potential compatibility problems. (Applies to: ColdFusion...

May 3, 2002

Server Side ActionScript

If you are creating Flash applications that need to talk to ColdFusion on the backend, then you may be interested in server side ActionScript. ColdFusion MX now supports the execution of ActionScript code on the server providing access to database queries and HTTP requests using ActionScript code....

May 2, 2002

Generate XML Content

ColdFusion MX simplifies both the reading and writing of XML content. To create an XML document (that you can then place content in) use the new tag. (Applies to: ColdFusion MX)

May 1, 2002

Reading XML Data

Have XML data that you need to work with? Pass it to the XMLParse() function and get back a ColdFusion structure that you can use like any other structure. (Applies to: ColdFusion MX)

April 30, 2002

Is Now

ColdFusion 5 introduced business graphing via a new tag. ColdFusion MX has enhanced and improved these graphing capabilities using a new tag named . is still supported to provide backwards compatibility, but in the future should be used. (Applies to: ColdFusion MX)

April 29, 2002

Using the Internal HTTP Server

ColdFusion MX features an integrated HTTP server (which is designed for development, not for production servers). This HTTP server is usually on port 8500, so any URL's pointing to the internal HTTP server must include this port number. (Applies to: ColdFusion MX)

April 28, 2002

Alternate POP Port

By default retrieves mail on port 110. To use a non-standard port specify the port number in the PORT attribute. (Applies to: ColdFusion 4 or later)

April 27, 2002

Mail Server Override

The SMTP server used by is defined server-wide in the ColdFusion Administrator. This server may be overridden as needed using the SERVER attribute. (Applies to: ColdFusion 4 or later)

April 26, 2002

Non Standard SMTP Ports

uses the standard SMTP port of 25 by default. If an alternate port is used then it must be explicitly provided in the PORT attribute. (Applies to: ColdFusion 4 or later)

Page 430 of 489 (4889 posts)