Sign In
Upload
Manuals
Brands
MACROMEDIA Manuals
Software
COLDFUSION 4.5
MACROMEDIA COLDFUSION 4.5 Manuals
Manuals and User Guides for MACROMEDIA COLDFUSION 4.5. We have
5
MACROMEDIA COLDFUSION 4.5 manuals available for free PDF download: Reference, Develop Manual, Manual, Use Manual, Quick Reference
MACROMEDIA COLDFUSION 4.5 Reference (608 pages)
CFML Language Reference
Brand:
MACROMEDIA
| Category:
Software
| Size: 3 MB
Table of Contents
Table of Contents
3
Intended Audience
14
Products and System Requirements
14
Welcome to the Coldfusion 4.5 Web Application Server
14
New Features in Coldfusion 4.5
15
New Visual Tools
16
Enhancements to CFML
16
Better Reliability
16
Improved Performance
17
Enterprise Connectivity Features
17
Security Enhancements
18
Language Reference Features
19
Using Examples
19
Using Code Snippets
19
Developer Resources
20
Using End Tags
20
About Coldfusion Documentation
21
Documentation Updates
21
Coldfusion Manuals
21
Coldfusion Server Online Documentation
22
Printing Coldfusion Documentation
22
Documentation Conventions
23
Getting Answers
23
Contacting Allaire
23
Chapter 1: Coldfusion Tags
25
Alphabetical List of Coldfusion Tags
26
New Tags in Coldfusion 4.5
29
Coldfusion Forms Tags
30
Database Manipulation Tags
30
Data Output Tags
30
Exception Handling Tags
30
Extensibility Tags
31
File Management Tags
31
Flow-Control Tags
31
Internet Protocol Tags
31
Java Servlet and Java Object Tags
32
Variable Manipulation Tags
32
Web Application Framework Tags
32
Other Tags
32
Cfabort
33
Cfapplet
35
Cfapplication
37
Cfassociate
40
Cfauthenticate
41
Cfbreak
43
Cfcache
44
Cfcol
47
Cfcollection
49
Cfcontent
52
Cfcookie
54
Cfdirectory
57
Cferror
60
CFERROR Error Variables
61
Cfexecute
64
Cfexit
66
Cffile
69
CFFILE ACTION Attributes
70
CFFILE Action="Upload
71
Evaluating the Results of a File Upload
73
CFFILE Action="Move
75
CFFILE Action="Rename
76
CFFILE Action="Copy
77
CFFILE Action="Delete
78
CFFILE Action="Read
78
CFFILE Action="Readbinary
79
CFFILE Action="Write
79
CFFILE Action="Append
82
Cfform
83
Incorporating HTML Form Tags
84
Cfftp
87
Establishing a Connection with CFFTP
87
File and Directory Operations with CFFTP
90
Cfftp.returnvalue Variable
94
Accessing the Columns in a Query Object
94
Connection Caching
95
Cfgrid
97
Select Mode and Form Variables
102
Using Selectmode="Edit
102
Using the HREF Attribute
102
Cfgridcolumn
105
Cfgridrow
110
Cfgridupdate
111
Cfheader
114
Cfhtmlhead
115
Cfhttp
116
Cfhttpparam
122
Cfif/Cfelseif/Cfelse
124
Cfimpersonate
126
Cfinclude
128
Cfindex
129
Cfinput
133
Cfinsert
136
Cfldap
139
Cflocation
145
Cflock
146
Cfloop
153
Index Loops
153
Conditional Loops
154
Looping over a Query
155
Looping over a List
156
Looping over a COM Collection or Structure
157
Cfmail
159
Cfmailparam
162
Cfmodule
164
Cfobject
167
CFOBJECT TYPE Attributes
167
CFOBJECT Type="Com
168
CFOBJECT Type="Corba
170
CFOBJECT Type="Java
171
Cfoutput
173
Cfparam
175
Cfpop
178
Cfprocessingdirective
183
Cfprocparam
184
Cfprocresult
187
Cfquery
189
Cfqueryparam
194
Cfregistry
198
CFREGISTRY ACTION Attributes
198
CFREGISTRY Action="Getall
199
CFREGISTRY Action="Get
200
CFREGISTRY Action="Set
201
CFREGISTRY Action="Delete
202
Cfreport
204
Cfrethrow
206
Cfscript
208
Cfsearch
209
Cfselect
213
Cfservlet
216
Cfservletparam
218
Cfset
221
Arrays
221
Dynamic Variable Names
221
COM Objects
221
Cfsetting
223
Cfsilent
225
Cfslider
226
Cfstoredproc
231
Cfswitch/Cfcase/Cfdefaultcase
234
Cftable
236
Cftextinput
238
Cfthrow
242
Cftransaction
244
Cftree
247
Cftreeitem
252
Cftry/Cfcatch
256
Cfupdate
260
Cfwddx
263
Advertisement
MACROMEDIA COLDFUSION 4.5 Develop Manual (380 pages)
Developing Web Applications with ColdFusion
Brand:
MACROMEDIA
| Category:
Software
| Size: 3 MB
Table of Contents
Table of Contents
3
Intended Audience
16
Welcome to the Coldfusion 4.5 Web Application Server
16
Products and System Requirements
17
New Features in Coldfusion 4.5
18
New Visual Tools
18
Enhancements to CFML
19
Better Reliability
19
Improved Performance
19
Enterprise Connectivity Features
20
Security Enhancements
20
Developer Resources
21
About Coldfusion Documentation
22
Documentation Updates
22
Coldfusion Manuals
22
Coldfusion Server Online Documentation
23
Printing Coldfusion Documentation
23
Documentation Conventions
24
Getting Answers
24
Contacting Allaire
24
Introduction to Coldfusion
27
Chapter 1: Introduction to Coldfusion
27
A Quick Web Overview
28
What You Should Already Know
28
What Is Coldfusion
29
Editions of Coldfusion
29
Coldfusion Features
29
Open Integration
30
Rapid Development
30
Scalable Deployment
30
Complete Security
31
Coldfusion Components
31
Coldfusion Administrator
32
Coldfusion Application Pages
32
Coldfusion Server
32
Coldfusion Studio
32
Data Sources
33
How Coldfusion Server Works
33
Application
35
Chapter 2: Writing Your First Coldfusion Application
35
The Development Process
36
Writing Code
36
Saving Application Pages
37
Viewing Application Pages
37
Variables
39
Adding more Variables to the Application
40
Development Considerations
40
Querying a Database
41
Chapter 3: Querying a Database
41
Publishing Dynamic Data
42
Database Basics
42
Understanding Data Sources
44
Open Database Connectivity (ODBC)
44
Adding Data Sources
45
Data Source Notes and Considerations
46
Retrieving Data
46
The CFQUERY Tag
46
Writing SQL
47
Basic SQL Syntax Elements
48
SQL Notes and Considerations
49
Building Queries
50
Query Notes and Considerations
51
Outputting Query Data
51
Query Output Notes and Considerations
52
Getting Information about Query Results
53
Query Properties Notes and Considerations
54
Retrieving and Formatting the
55
Chapter 4: Retrieving and Formatting the Data You Want
55
Using Forms to Specify the Data to Retrieve
56
Form Controls
56
FORM Tag Syntax
56
Form Notes and Considerations
60
Processing Form Variables on Action Pages
60
Dynamically Generating SQL Statements
60
Creating Action Pages
61
Form Variable Notes and Considerations
62
Using HTML Tables to Layout Query Results
63
Formatting Individual Data Items
64
Performing Pattern Matching
65
Filtering Data Based on Multiple Conditions
65
Creating Table Joins
66
Building Flexible Search Interfaces
66
Code Review
67
Returning Query Results to the User
68
Making Variables Dynamic
71
Chapter 5: Making Variables Dynamic
71
Dynamically Populating Select Boxes
72
Creating Dynamic Checkboxes and Multiple Select Boxes
73
Checkboxes
73
Multiple Select Lists
75
Testing for a Variable's Existence
77
Creating Default Variables with CFPARAM
77
Checking Query Parameters with CFQUERYPARAM
78
Dynamic SQL
79
Updating Your Data
85
Chapter 6: Updating Your Data
85
Inserting Data
86
Creating an HTML Insert Form
86
Data Entry Form Notes and Considerations
87
Creating an Action Page to Insert Data
87
Updating Data
88
Creating an Update Form
89
Creating an Action Page to Update Data
91
Deleting Data
92
Requiring Users to Enter Values in Form Fields
93
Validating the Data that Users Enter in Form Fields
94
Reusing Code
97
Chapter 7: Reusing Code
97
Ways to Reuse Code
98
Reusing Common Code with CFINCLUDE
98
About Custom Tags in CFML
99
Using Existing Custom Tags
99
Writing Custom CFML Tags
99
Passing Attribute Values between Custom Tags
100
Nesting Custom Tags
103
Passing Data between Nested Custom Tags
104
High-Level Data Exchange
104
What Data Is Accessible
104
Where Is Data Accessible
104
Passing Custom Tag Arguments Via CFML Structures
107
Executing Custom Tags
108
Tag Instance Data
108
Modes of Execution
109
Pattern of Execution
109
Specifying Execution Modes
109
Access to Generated Content
110
Terminating Tag Execution
110
Installing Custom Tags
111
Local Tags
111
Shared Tags
111
Managing Custom Tags
111
Resolving File Name Conflicts
111
Encoding Custom Tags
112
Securing Custom Tags
112
Debugging and Error Handling
115
Chapter 8: Debugging and Error Handling
115
Debug Settings in the Coldfusion Administrator
116
Error Messages
116
Generating Debug Information for an Individual Page
116
Generating Debug Information for an Individual Query
116
CFML Code Validation
117
Troubleshooting Common Problems
117
ODBC Data Source Configuration
117
CFML Syntax Errors
118
Http/Url
118
Generating Custom Error Messages (CFERROR)
119
Creating an Error Application Page
119
Overview of Exception Handling in Coldfusion
120
Types of Recoverable Exceptions Supported
121
Exception Information in CFCATCH
123
Tag Context Information
124
Database Exceptions
125
Expression Exceptions
125
Locking Exceptions
125
Missinginclude Exceptions
126
Exception Handling Strategies
126
Exception Handling Example
126
Custom Exception Types
128
With Structures
129
Chapter 9: Handling Complex Data with Structures
129
About Arrays
130
Creating an Array
131
Multidimensional Arrays
132
Basic Array Techniques
132
Adding Elements to an Array
133
Referencing Elements in Dynamic Arrays
133
Additional Referencing Methods
134
Populating Arrays with Data
134
Populating an Array with Arrayset
134
Populating an Array with CFLOOP
134
Using Nested Loops for 2D and 3D Arrays
135
Populating an Array from a Query
136
Array Functions
137
About Structures
139
Structure Notation
139
Creating and Using Structures
140
Adding Data to Structures
140
Creating Structures
140
Finding Information in Structures
141
Getting Information about Structures
141
Copying Structures
142
Deleting Structures
142
Structure Example
143
Using Structures as Associative Arrays
145
Looping through Structures
145
Structure Functions
146
Building Dynamic Forms
149
Chapter 10: Building Dynamic Forms
149
Creating Forms with the CFFORM Tag
150
CFFORM Controls
150
Using HTML in a CFFORM
150
Browsers that Disable Java
151
Improving Performance with ENABLECAB
151
Input Validation with CFFORM Controls
152
Input Validation with Javascript
153
Handling Failed Validation
153
Javascript Objects Passed to the Validation Routine
153
Building Tree Controls with CFTREE
155
Grouping Output from a Query
156
CFTREE Form Variables
157
Input Validation
158
Structuring Tree Controls
158
Image Names in a CFTREE
159
Embedding Urls in a CFTREE
160
Specifying Which Tree Items to Send to the Action Page
161
Creating Data Grids with CFGRID
161
Populating a Grid from a Query
162
Creating an Updateable Grid
163
Editing Data in a CFGRID
164
Building Slider Bar Controls
168
CFSLIDER Form Variable
168
Building Text Entry Boxes
168
CFTEXTINPUT Form Variable
169
Building Drop-Down List Boxes
169
Embedding Java Applets
170
Registering a Java Applet
171
Using CFAPPLET to Embed an Applet
172
Handling Form Variables from an Applet
173
Indexing and Searching Data
175
Chapter 11: Indexing and Searching Data
175
Searching a Coldfusion Web Site
176
Advantages of Using Verity
176
Online Verity Training
177
Supported File Types
177
Support for International Languages
178
Steps in Creating a Searchable Data Source
179
Creating a Collection
179
Creating a Collection with the CFCOLLECTION Tag
180
Using the Coldfusion Administrator to Create a Collection
180
Populating and Indexing a Collection
183
Selecting an Indexing Method
183
Building a Search Interface
185
Using the Verity Wizard in Studio
185
Basic Search Operations
186
Summarization
187
CFSEARCH Properties
188
Indexing Database Query Results
188
Indexing CFLDAP Query Results
189
Indexing CFPOP Query Results
190
Using Query Expressions
191
Explicit Query Expressions
192
Expression Syntax
192
Simple Query Expressions
192
Special Characters
194
Composing Search Expressions
194
Searching with Wildcards
196
Searching for Special Characters as Literals
196
Searching for Wildcards as Literals
196
Operators and Modifiers
197
Operators
197
Modifiers
204
Managing Collections
206
Maintenance Options
206
Securing a Collection
207
Framework
209
Chapter 12: Using the Application Framework
209
Understanding the Web Application Framework
210
Application-Level Settings and Functions in Application.cfm
210
Client State Management
210
Custom Error Handling
211
Web Server Security Integration
211
Mapping out an Application Framework
211
Behavior with CFINCLUDE
213
Creating the Application.cfm File
213
Naming the Application
214
Setting up Client State Management Options
214
Choosing a Client Variable Storage Method
215
Managing Client State in a Clustered Environment
216
Using Client State Management
216
Creating a Client Variable
217
Using Client Variables
217
Standard Client Variables
217
Using Client State Management Without Cookies
217
Getting a List of Client Variables
218
Deleting Client Variables
218
Exporting the Client Variable Database
219
Application and Session Variables
219
Enabling Application and Session Variables
219
Differentiating Client, Session, and Application Variables
220
Using Session Variables
220
What Is a Session
220
Storing Session Data in Session Variables
221
Using Application Variables
222
Storing Application Data in Application Variables
222
Application Variable Time-Outs
222
Tips for Using Session and Application Variables
223
Getting a List of Application and Session Variables
223
Default Variables and Constants
223
Using CFLOCK for Exclusive Locking
224
Using CFLOCK
225
Avoiding Deadlocks
225
CFLOCK Examples
226
MACROMEDIA COLDFUSION 4.5 Manual (350 pages)
Brand:
MACROMEDIA
| Category:
Software
| Size: 5 MB
Table of Contents
Coldfusion Server
1
Copyright Notice
2
Table of Contents
3
Intended Audience
12
Products and System Requirements
12
Welcome to the Coldfusion 4.5 Web Application Server
12
New Features in Coldfusion 4.5
14
New Visual Tools
14
Enhancements to CFML
14
Better Reliability
15
Improved Performance
15
Enterprise Connectivity Features
16
Security Enhancements
16
Developer Resources
17
About Coldfusion Documentation
18
Documentation Updates
18
Coldfusion Manuals
18
Coldfusion Server Online Documentation
19
Printing Coldfusion Documentation
19
Documentation Conventions
20
Getting Answers
20
Contacting Allaire
20
Technical Support
20
Chapter 1: Installing and Configuring Coldfusion
23
Coldfusion System Requirements
24
Windows (NT, 98, or 95)
24
Solaris (Enterprise Edition Only)
26
Linux
27
Installing Coldfusion on Windows
27
Verifying that a Web Server Is Running
27
Installing Coldfusion
28
Uninstalling Coldfusion
33
Performing Windows-Specific Configurations
33
Installing Coldfusion on Solaris
35
Installing Coldfusion
36
Upgrading from a Previous Release of Coldfuison
38
Uninstalling Coldfusion
38
Configuring Web Servers for Solaris
38
Using Scripts to Start and Stop Coldfusion Manually
44
Installing Coldfusion on Linux
45
Installing Coldfusion
45
Uninstalling Coldfusion
47
Chapter 2: Introduction to Coldfusion Server
49
Overview of Administering Coldfusion
50
Accessing the Administrator
50
Initial Coldfusion Administration Tasks
51
Summary of Administrative Tasks
51
The Coldfusion Administrator
52
Coldfusion Services on Windows NT
54
Coldfusion Processes on Solaris
55
Starting and Stopping Coldfusion
55
Windows NT
56
Solaris
56
Windows 95 and Windows 98
56
Stopping Coldfusion
57
Chapter 3: Configuring Coldfusion Server
59
The Coldfusion Administrator
61
Accessing the Administrator Remotely
61
Starting and Stopping Coldfusion
63
Using Batch Files to Start and Stop Coldfusion (Windows)
63
Using Scripts to Start and Stop Coldfusion (Solaris)
64
The Server Settings Page
64
Caching Settings
66
Configuring Administrator Security
66
Managing Client Variables
67
Planning Client State Management
67
State Management and Server Clustering
70
Configuring a Data Source in a Clustering Environment
70
Enabling External Client State Management
70
Client Variable Storage Options
71
Purge Client Variables
71
Disable Global Client Variable Updates
71
Create Client Variable Data Source Tables
72
Migrating Client Variable Data
72
Creating Client Variable Tables
72
Sample Table Creation Page
73
Enabling Application and Session Variables
73
Specifying Timeouts
73
Monitoring Coldfusion Performance
74
Coldfusion Counters Available
74
Locking Variables
75
Coldfusion Java Settings
76
Coldfusion Version Information
77
Solaris Version Information
77
The Coldfusion Logging Page
78
Administrator Email Address
78
Log Directory
78
Log Slow Pages
79
Logging Email Messages
79
Log Files Created by Coldfusion
79
Log File Format
80
Mapping Directories
80
Using the Extensions Pages
81
Managing CFX Tags
81
CFX Tag Samples
81
Registering a Java Applet
82
Debug Settings in the Coldfusion Administrator
84
Configuring Administrator Mail
85
Indexing Data with Verity
86
Using the Verity Collections Page
86
Creating a Collection
86
Populating a Collection
87
Verity Supported File Types
87
Repairing, Optimizing, Purging, and Deleting Collections
88
Configuring Server-Side Source Control
89
Requirements
89
Using Coldfusion in a Distributed Configuration
90
Distributed Coldfusion and Clustering
90
Changes in the 4.5 Version
90
Configuring Distributed Coldfusion
91
Using the Modified Plug-In
91
The Network Listener Module (NLM)
93
Installing the Module on UNIX
94
Listener Module Command Line Options
95
Using the INI File to Specify Startup Options
96
Chapter 4: Managing Data Sources
99
About Coldfusion Data Sources
100
Supported Databases
101
Where to Go from here
102
Choosing the Right Drivers
102
ODBC Drivers
102
Native Drivers
103
OLE DB Drivers
104
Adding Data Sources for Coldfusion
104
Coldfusion Settings
106
Verifying Coldfusion Data Sources
107
Connecting to Microsoft SQL Server Databases
109
Configuring Microsoft SQL Server Options (Windows)
109
Configuring Microsoft SQL Server Options (UNIX)
110
Connecting to Visual Foxpro Databases
111
Configuring Visual Foxpro Options (Windows)
111
Connecting to Openingress Databases
112
Configuring Openingress Options (UNIX)
112
Connecting to Dbase Databases
114
Configuring Dbase Options (Windows)
114
Configuring Inprise Dbase Options (UNIX)
115
Connecting to Microsoft Access Databases
116
Configuring Microsoft Access Options (Windows)
116
Access Connectivity Tips (Windows)
117
Connecting to Microsoft Excel Databases
118
Configuring Microsoft Excel Options (Windows)
118
Connecting to ASCII Text Databases
119
Configuring Microsoft Text Options (Windows)
119
Configuring Microsoft Text ODBC Options (UNIX)
119
Connecting to Oracle 7.3/8.0 Databases
120
Configuring Oracle 7.3/8.0 Options (Windows)
120
Configuring Oracle 7.3/8.0 Options (UNIX)
120
Connecting to Oracle 7 and 8.0 Databases (UNIX)
121
Connecting to Oracle 8.0.X through ODBC (UNIX)
123
Troubleshooting the Oracle 7.3 Native Driver (Windows)
124
Configuring the Oracle 8 Client (Windows, UNIX)
125
Connecting to DB2 Data Sources
127
Configuring DB2 Options (Windows)
127
Configuring DB2 Options (UNIX)
127
Configuring System and Services Files (UNIX)
128
Installing and Configuring DB2 Client Enabler (UNIX)
129
Data Source and Start Script Settings for DB2 (UNIX)
130
DB2 Binding and Privileges for ODBC (UNIX)
131
Executing a DB2 Stored Procedure (Windows, UNIX)
131
Connecting to Informix Data Sources
133
Configuring Informix Options (Windows)
133
Configuring Informix Options (UNIX)
134
Connecting to Informix Data Sources (UNIX)
135
Connecting to Informix through ODBC/CLI (Windows, UNIX)
136
Connecting to Sybase System 11 Data Sources
139
Configuring Sybase System 11 Options (Windows)
139
Configuring Sybase System 11 Options (UNIX)
140
Tips for Connecting to Sybase System 11 (UNIX)
141
Using Coldfusion to Create a Data Source
142
Chapter 5: Scheduling and Static
145
About Scheduling Coldfusion Pages
146
Scheduling a Coldfusion Page
146
Specifying the Interval for a Scheduled Task
147
Specifying the Page to Execute
148
Saving Scheduled Output to a File
148
Defining the Scheduler Refresh Interval
148
Logging Scheduled Events
149
Advertisement
MACROMEDIA COLDFUSION 4.5 Use Manual (236 pages)
for Windows 95/98/NT4/2000
Brand:
MACROMEDIA
| Category:
Software
| Size: 7 MB
Table of Contents
Table of Contents
3
Welcome to Coldfusion Studio
9
Intended Audience
10
Introduction to the Coldfusion 4.5 Web Application Server
10
Development Features in Coldfusion Studio 4.5
11
About Coldfusion Documentation
12
Documentation Updates
12
Coldfusion Manuals
12
Coldfusion Server Online Documentation
13
Coldfusion Studio Online Documentation
13
Developer Resources
14
Allaire Coldfusion Developer Center
14
Coldfusion Web Resources
14
Making Web Sites Accessible to Visually Impaired Visitors
14
Contacting Allaire
15
Chapter 1 Exploring the Workspace
18
The Workspace Areas
18
Setting Workspace Options
19
Working in the Resource Windows
19
Resource Tabs
19
Creating and Browsing Files in the Document Window
20
Edit Tab
20
Browse Tab
20
Design Tab
20
Tracking Your Work in the Results Window
21
Getting the most from the Help System
21
Opening Dialog Box Help
21
Accessing Help References
21
Bookmarking Help Topics
22
Searching Help References
22
Extending the Help System
23
Adding Help References to the Booktree Structure
25
Adding Media Content
26
Chapter 2 Managing Files
28
About the Files Tab
28
Working with Files
29
Setting Startup Options
29
Opening Files
29
Opening Recently Used Files
29
Adding a Link to an Open File
30
Saving Files
30
Changing the File List Display
31
Dragging Files from Windows Explorer
31
Building a Favorite Folders List
32
Working with Files on Remote Servers
33
Downloading Web Pages
34
Chapter 3 Configuring Web Browsers
36
Configuring the Internal Browser
36
Setting the Internal Browser Options
36
Configuring External Browsers
38
Selecting a Save Option
38
Using the External Browser
38
Chapter 4 Connecting to Servers Via FTP and HTTP
40
Required Server Information
40
Connecting to an FTP Server
40
Overview of Remote Development Services
42
Managing Coldfusion Security
42
Configuring an RDS Server
43
Managing Servers
44
Chapter 5 Adding Server Mappings
46
Understanding Development Mappings
46
Mapping for Page Processing
46
Mapping for Debugging
46
Understanding RDS Mappings
47
File Mapping Examples
47
Defining a Server Mapping
50
Chapter 6 Writing Code and Web Content
52
Inserting Code
52
Inserting Tags from the Quickbar
52
Contents
52
Selecting a Color Coding Scheme
53
Setting the Supported File Types for a Scheme
54
Setting the Tag Display
54
Selecting Tags from the Tag Chooser
53
Using Inline Tools to Enter Code
55
Tag Insight
55
Function Insight
55
Tag Completion
56
Auto Completion
56
Code Templates
56
Extended Characters
56
Using Code Generating Tools
56
Adding Document Content
57
Using Keyboard Shortcuts
58
Saving Code Blocks as Snippets
59
Sharing Snippets
60
Adding Snippet Shortcut Keys
60
Chapter 7 Accessing Data Sources
61
Introduction to Database Tools
62
Registering Data Sources
62
Accessing Allaire Spectra Data Sources
62
Connecting to Data Sources
63
Viewing Data Sources
63
Using SQL Builder
64
The SQL Builder Interface
64
Writing SQL Statements
65
Building a SELECT Statement
66
Testing a Query
67
Editing a Query
67
Inserting SQL into a Page
68
Chapter 8 Exchanging Data Via XML
70
An Overview of Distributed Data for the Web
70
WDDX Components
70
Working with Application-Level Data
71
Data Exchange Across Application Servers
71
Time Zone Processing
71
How WDDX Works
72
Converting CFML Data to a Javascript Object
73
Transferring Data from Browser to Server
75
Chapter 9 Editing Pages
78
Setting Options on the Editor Toolbar
78
Selecting Code and Text Blocks
78
Saving Text to the Multiple-Entry Clipboard
78
Setting the Clip Entry Limit
78
Using Collapsing Text
79
Setting Options
79
Using Tag Editors
80
Using the Tag Tree and Tag Inspector
80
Navigating a Document Structure in the Tag Tree
80
Editing Code in the Tag Inspector
82
Creating and Editing Event Handler Script Blocks
83
Preserving Code Formats with Codesweepers
84
Selecting a Codesweeper
84
Running a Codesweeper
85
Managing Codesweepers
86
Allaire Codesweeper Settings
86
HTML Tidy Settings
88
Formatting Pages with Cascading Style Sheets
89
About the Style Editor
89
Chapter 10 Debugging Application Code
91
MACROMEDIA COLDFUSION 4.5 Quick Reference (33 pages)
Brand:
MACROMEDIA
| Category:
Software
| Size: 0 MB
Table of Contents
Table of Contents
2
CFML Tags
4
CFML Functions
15
Array Functions
15
Date and Time Functions
15
Decision Functions
16
Display and Formatting Functions
16
Dynamic Evaluation Functions
16
Format Conversion Functions
16
List Functions
17
International Functions
17
Mathematical Functions
17
Query Functions
18
String Functions
18
Structure Functions
19
System Functions
19
Other Functions
20
Coldfusion Variables
21
Variable Scope
21
Client Variables
21
Server Variables
21
Application and Session Variables
21
Custom Tag Variables
22
Request Variable
22
Form Variable
22
Coldfusion Tag-Specific Variables
23
Coldfusion Query Variables
23
CFCATCH Variables
23
CFDIRECTORY Variables
24
CFERROR Variables
24
CFFILE Action=Upload Variables
25
CFFTP Error Variables
25
CFFTP Returnvalue Variable
25
CFFTP Query Object Columns
26
CFHTTP Variables
26
CFLDAP Variables
26
CFPOP Variables
26
CFQUERY and CFSTOREDPROC Variables
27
CFREGISTRY Variables
27
CFSEARCH Variables
27
CFSERVLET Variables
27
Standard CGI Variables
28
Request
28
Server
28
Client
28
Coldfusion Studio Keyboard Shortcuts
29
File and Document Keyboard Shortcuts
29
Debugger Keyboard Shortcuts
32
Advertisement
Related Products
MACROMEDIA COLDFUSION 4.5- TO CFML
MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER
MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB
MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE
MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO
MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER
MACROMEDIA COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER
MACROMEDIA COLDFUSION MX-CLUSTERCATS
MACROMEDIA ColdFusion Server 5
MACROMEDIA ColdFusion MX
MACROMEDIA Categories
Software
More MACROMEDIA Manuals
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL