Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
665
31
CHAPTER 31
The Workflow for Dynamic 
Page Design
A key benefit provided by Macromedia Dreamweaver 8 is the ability to create dynamic 
websites without having to be experienced in programming languages. The Dreamweaver 
visual tools let you develop dynamic websites without having to hand code the complex 
programmatic logic required to create a site that displays dynamic content stored in a 
database. Dreamweaver lets you create dynamic websites using any of several popular web 
programming languages and server technologies. These include Macromedia ColdFusion, 
ASP.NET, Microsoft Active Server Pages (ASP), JavaServer Pages (JSP), and PHP.
This chapter outlines the key steps you must follow to successfully design and create a 
dynamic website. At the end of each section, you will find references to the specific procedures 
necessary to develop a dynamic page. The five key steps to developing a dynamic web page are 
as follows:
Designing the page
A key step in designing any website—whether static or dynamic—is the visual design of the 
page. When adding dynamic elements to a web page, the design of the page becomes crucial 
to its usability. You should carefully consider how users will interact with both individual 
pages and the website as a whole.
A common method of incorporating dynamic content into a web page is to create a table to 
present content, and import dynamic content into one or more of the table’s cells. Using this 
method you can present information of various types in a structured format.