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)
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)
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...
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....
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)
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)
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)
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)
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)
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)
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)