
Chapter 8 Web Site Design and Development 275
Step 7: Web page Development
This phase, also known as authoring, is when you begin to work in Dream-
weaver to add functionality to your Web pages. The screens you created in
Fireworks become Web pages by being sliced, optimized, and exported into
HTML tables or AP div layers using Adobe Fireworks. The resulting Web pages
with tables or layers are opened in Dreamweaver. Tables can then be converted
to layers, or kept as tables and vice versa.You can slice and export a page as AP
divs directly from Fireworks if you want to avoid table conversions.
When you use tables, the cells hold all the graphics, which are named by
default with the le name plus the sufx r1_c1 in sequence, representing the row
and column location of the graphic in the table (which was made by the slices).
With AP div layers, the individual layer boxes contain the sliced graphics using
the le name plus sufx convention also. More tables or layers are added for
text elements. To add more content, use AP div layers, which oat on top of
the page; such layers can be positioned easily. Tables, on the other hand, which
encompass the entire contents of a Web page, may need editing in HTML ,
which can be difcult for designers without coding experience.
Dreamweaver provides many different techniques for adding functionality
to Web pages. Those discussed below are the most crucial for beginners—and
the ones you’ll need to get your Web site up and running. They include set-
ting links, rollovers, adding HTML text, adding image and multimedia content
to pages, editing CSS, creating AP divs, making tables, and creating pop-up
windows.
Step 8: Uploading and testing Site pages
Your Web site pages must be uploaded to a server using either Dreamweaver
(or another Web authoring program) or FTPed through a browser (or FTP appli-
cation like Fetch). FTP, or le transfer protocol, is a fast method for transferring
les to from one computer to another, such as a Web server.
When setting up your Web site locally, you create a folder that contains all the
HTML pages and a subfolder that holds all the graphic and multimedia les that
occupy those pages. After connecting to the Web server (the host) using FTP
through a browser or Dreamweaver, you can drag your les from your computer
on to the Web server. After you have a domain, or Web site address, you point the
domain to the Web server and your site becomes live on the Internet.
98364c08.indd 275 1/15/10 1:14:29 PM