This eBook requires the free Adobe® Digital Editions software.
Before downloading this DRM-encrypted PDF, be sure to:
Sams Teach Yourself ColdFusion Express is a step-by-step tutorial that teaches you how to turn basic Web sites into Web applications. From installation to database connection configuration, from tag and function usage to code reuse, this book helps you take advantage of Web application technology so you can take your Web sites to the next level. Learn how to interact with databases to create dynamic data driven web sites, how to perform intelligent server side condition and logical processing, how to create guest books, counters, and other server side applications, as well as how to create personalized and interactive Web sites.
Introduction.
Hour 1. 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.
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. Exercises.
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.
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.
What Are Variables?
Creating Variables.
Displaying Variable Values.
Variable Scope. Variable Families.
Using Expressions.
Data Types in Expressions. Expression Operators.
Sprucing Up the Output.
<CFOUTPUT> Placement.
Creating Variables with CFPARAM. Summary. Q&A. Workshop.
Quiz. Exercise.
Decision Making.
