Workshop
The Workshop area is meant to reinforce your reading with a series of questions and exercises.
Q&A
How are layers typically used?
Layers are barely handled correctly in 4.x level browsers. Rather than using them for layout, most layer-based sites use them for animationwhich you'll learn about tomorrow!
How can style sheets be used to create cross-platform/cross-browser compatible Web sites?
Besides setting spacing/margin attributes in pixels, style sheets can be used to force pixel font sizes for text in the design view. This enables you to develop a Web page that is pixel-per-pixel identical (or as close to identical as possible) between browsers and platforms.
What's the best way to get files to my server?
I prefer to use Network/Local server accessthis won't require anything more than mounting a server volume on your computer and choosing the folder using the standard file-browsing tools.
Why do forms require server behaviors to work?
Forms submit information back to a server. It is up to the server to process the form's information and produce a result. Alternatively, you can write JavaScript to process the contents of a form, but this is best left to books on JavaScript!
Quiz
What does the Cloaking option do?
What is the Z value in reference to layers?
What does a frameset hold?
What is a testing server?
What advantage does a navigation bar offer over simply inserting navigation elements?
Quiz Answers
Cloaking hides files and folders that should not be considered an "active" part of the Web site.
The Z index is refers to the level of the layers. If a layer appears above another layer, it has a higher Z value.
A frameset contains the individual frames that, in turn, contain their own full HTML pages.
Dreamweaver MX supports three types of file locationslocal, remote, and testing. The testing (or "staging") server is used as an intermediate testing ground before moving files to the remote server.
The navigation bar allows you to insert and manage navigation elements, including re-ordering and changing their on-page orientation.
Exercises
Assuming you have an ISP or server, try setting up a remote connection and uploading the Day 1 site to the remote server.
Practice using the tools and techniques (specifically style sheets and layers) discussed in the chapter. There are many things to exploretake your time.