Developing Web Applications with ColdFusion
|
|
Chapter 2 : Writing Your First ColdFusion Application
|
The Development Process
Whether you are creating a static HTML page or a ColdFusion application page, you follow the same iterative process:
- Write some code.
- Save the code to a document or page.
- View the page in a browser.
- Modify the page.
- Save the page again.
- View it in a browser.
- and so on...
Copyright © 1999, Allaire Corporation. All rights reserved.
|
|