Skip to content

Coldfusion Express 4.0 in 24 Hours

Best in textbook rentals since 2012!

ISBN-10: 0672316625

ISBN-13: 9780672316623

Edition: 2000

Authors: Ben Forta, Sue Hove

List price: $29.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This text aims to provide readers with all the necessary information needed to create and deploy ColdFusion powered Web sites using ColdFusion Express and HomeSite. The accompanying CD contains Cold Fusion Express.
Customers also bought

Book details

List price: $29.99
Copyright year: 2000
Publisher: Sams
Publication date: 12/18/2000
Binding: Mixed Media
Pages: 544
Size: 7.50" wide x 9.25" long x 1.25" tall
Weight: 2.046
Language: English

Introduction
Understanding ColdFusion Express
Understanding the Internet
Internet Applications
Intranets and Extranets
DNS, the Domain Name Service
Understanding the World Wide Web
Web Servers
Web Browsers
URLs
Understanding HTML
Introducing ColdFusion Express
Understanding Web Applications
What Is ColdFusion Express? Introducing HomeSite
Summary
Q &A
Workshop
Quiz
Exercises
Getting Started
Installing ColdFusion Express
Preparing for Installation
Installing on Windows
Installing on Linux
Verifying the Installation
Accessing the ColdFusion Administrator
Accessing the Documentation and Examples
Installing HomeSite
Summary
Q &A
Workshop
Quiz
Exercise
Using HomeSite
Getting to Know HomeSite
The Editor
Buttons and Toolbars
The Integrated Browser
Design Mode
Using the Resource Tab
The Files Tab
The Projects Tab
The Site View Tab
The Snippets Tab
The Help Tab
The Tag Inspector Tab
Creating and Working with Files
Using the Default Template
Using Wizards and Templates
Opening Existing Web Pages
Saving Local Pages
Summary
Q &A
Workshop
Quiz
Exercises
Creating Your First ColdFusion Page
Building a Page
Creating an Application Directory
Creating a Work Folder
Static Pages
Dynamic Pages
Understanding CFML
Using Includes
Code Reuse
Using Path Mappings
ColdFusion Path Mappings
Summary
Q &A
Workshop
Quiz
Exercises
Working with Variables and Expressions
What Are Variables? Creating Variables
Displaying Variable Values
Variable Scope
Variable Families
Using Expressions
Data Types in Expressions
Expression Operators
Sprucing Up the Output
Placement
Creating Variables with CFPARAM
Summary
Q &A
Workshop
Quiz
Exercise
Implementing Conditional Processing
Decision Making
Using the Tag
The Fallback Decision
Making a Decision from Multiple Choices
Nesting Decisions? Compound Conditions
TRUE and FALSE Values
SWITCHing Gears
Looping
The Tag
Looping over a List
Using the Index Loop
Looping on a Condition
Using to Create a Color Palette
Summary
Q &A
Workshop
Quiz
Exercise
Using Functions
Understanding Functions
Understanding Functions in ColdFusion Express
Function Syntax
Nesting Functions
Using ColdFusion Express Functions
String Functions
Date Functions
Decision Making Functions
Using Functions in Tags
Saving Function Results
Summary
Q &A
Workshop
Quiz
Exercises
Working with Links
Understanding Links
Creating Links
Linking to ColdFusion Express Pages
Passing URL Parameters
Passing Multiple URL Parameters
Dynamic URL Creation
Using URL Parameters
Handling Missing Parameters
Preventing Processing
Providing Defaults
Conditional Processing
Summary
Q &A
Workshop
Quiz
Exercises
Using Forms
Creating Forms
Using the Tag
Form Controls
Using Text Area Boxes
The Completed Form