Ben Forta

Blog

November 17, 2002

Performing Calculations on XML Data

XPath supports the use of basic mathematical operations allowing for data to be matched using mathematical expressions. Supported expressions include sum() and round(). (Applies to: ColdFusion MX)

November 14, 2002

Using

is used, among other things, to set the page encoding to be used. must be included in each file that is to be processed, and cannot just be placed in Application.cfm. (Applies to: ColdFusion MX)

November 13, 2002

Use UTF-8 If Possible

The default character encoding in ColdFusion MX is UTF-8, and this is the ideal encoding to use if you are creating multi-lingual and internationalized applications. (Applies to: ColdFusion MX)

November 12, 2002

UNICODE and SQL Server

Using SQL Server to store UNICODE data? If you are using the N datatypes (ntext or nvarchar, for example) be sure to prefix all constants with N (as in N'#var#') or the data could become corrupt. (Applies to: ColdFusion MX)

November 11, 2002

ColdFusion Components and RDS

Dreamweaver MX displays available ColdFusion Components for introspection and selection. The CFC list is obtained via ColdFusion RDS, and RDS in ColdFusion MX does not honor server sandboxes. This means that Dreamweaver may list ColdFusion Components that may actually not be available to the user....

November 10, 2002

Identified Cloaked Folders

Cloaked folders (those excluded from server synchronization) are flagged as such with a red line through the folder name in the Dreamweaver Files panel. (Applies to: Dreamweaver MX)

November 8, 2002

Checking Browser Compatibility

Need to check your code for browser compatibility? Select File, Check Page, Check Target Browsers, and then select the browsers to check compatibility to. (Applies to: Dreamweaver MX)

Page 410 of 489 (4885 posts)