ColdFusion 9 Developer Tutorial
上QQ阅读APP看书,第一时间看更新

Chapter 1. Web Pages—Static to Dynamic

In this chapter, you will learn how to enhance basic HTML pages with the power and simplicity of ColdFusion. Here, we will use what we are learning to build a simple FAQ (Frequently Asked Questions) web application. We will cover the following skills in the process:

  • Moving from HTML to dynamic web pages
  • Simple and structured variables
  • URL and CGI variable structures
  • Setting default variables for pages
  • Debugging and exception handling basics
  • How lists and arrays work in ColdFusion
  • How to cycle through collections with looping commands
  • Conditional processing