Ben Forta

Blog

December 11, 2002

Deprecated

The has been deprecated as ColdFusion MX now has far better (and more open) ways of interacting with Java code. (Applies to: ColdFusion MX)

December 10, 2002

Accessing Secure Pages Using

can be used to access secure pages (using https instead of http) by simply prefixing the URL with "https". By default port 443 will be used (alternate ports may be specified if needed). (Applies to: ColdFusion 4 and later)

December 9, 2002

Lock While Managing Collections

is used to manage Verity collections. When using this tag (except perhaps to list available collections) use to protect the collection from other access. (Applies to: ColdFusion MX)

December 7, 2002

is Now Windows Only

The tag is used to provide access to the Windows registry. Prior to ColdFusion MX this tag was supported on Unix (and Linux) installations to provide access to a registry emulator (used by ColdFusion). As ColdFusion MX does not use the registry this tag has been deprecated on non-Windows platforms....

December 6, 2002

DBTYPE Deprecated Types

The DBTYPE attribute is used to specify the type of database driver to be used. In ColdFusion 4 and 5 this was used to specify that native drivers, for example, were to be used. ColdFusion MX uses JDBC drivers and so all DBTYPE types have been deprecated with the exception of DBTYPE="query" (which...

December 5, 2002

Saving Generated Charts

By default, generates and displays charts. However, if needed, charts can be returned in a specified variable (for saving to disk using or for displaying as needed). To force a chart to be saved to a variable, simply specify that variable in the optional NAME attribute. (Applies to: ColdFusion MX)

December 4, 2002

Creating Horizontal Bar Charts

Unlike in CF5, CFMX has no chart type for horizontal bar charts. To achieve this result use a regular bar chart and set ROTATED="yes" to rotate the chart by 90 degrees. (Applies to: ColdFusion MX)

December 2, 2002

Chart Grid Line Count

If grid lines are enabled, 3 lines will be displayed by default. This value can be changed using the GRIDLINES attribute. (Applies to: ColdFusion MX)

Page 408 of 489 (4889 posts)