home // Programming // Coldfusion Programming
Creating Your First ColdFusion Template
Source: media.wiley.com
File Size: 188.43 KB
Page: 6 pages
Category: Programming
Last Download : 34 days 22 hours 59 minutes ago
Share this info:
Short Description: SU ColdFusion - media.wiley.comBeginning with this chapter and continuing throughout this book, you will create
Cold- Fusion templates. A ColdFusion template is nothing more than a markup file
(typically HTML) that also contains ColdFusion statements an
Content Inside:
Setting up the software
Understanding ColdFusion templates Creating your first template
Setting Up ColdFusion
A web server--for example, Apache, Microsoft's Internet Information Server (or its workstation version, Personal Web Server), Netscape, or Deerfield WebSite Pro ColdFusion MX A web development tool, such as HomeSite+, ColdFusion Studio, or Dreamweaver MX
If you have trouble installing ColdFusion MX, refer to Appendix A, "Installing ColdFusion," for assistance.
CO
Before you can begin working with the projects in this book, you will need to install some software first:
PY
RI
GH
TE
Beginning with this chapter and continuing throughout this book, you will create ColdFusion templates. A ColdFusion template is nothing more than a markup file (typically HTML) that also contains ColdFusion statements and has a .cfm file extension. One of the best learning devices is by doing, so in this chapter you are actually going to write a ColdFusion template. Don't worry, though, you won't be diving off the high board right away; you'll get to wade in a bit at a time. You will be shown how to write a simple template, and then its important points will be deconstructed and explained. Featured in this chapter:
D
MA
TE
Creating Your First ColdFusion Template
RI
AL
Chapter 1