The Dreamweaver Workspace
Up until now, you may have felt as though you're fumbling around the workspace. The rest of this chapter will help get you better acquainted with Dreamweaver. Taking the time to explore and become familiar with Dreamweaver's workspace will greatly enhance your workflow and reduce any fumbling and with a little bit of practice eliminate it entirely.
The Files Panel
The Files panel is used for much more than just creating and storing your files (as described in the Working with Files section found earlier in this chapter). The Files panel also helps you manage all files associated with your Web application (Figure 2.15). The Files panel is the heart of where all file management takes place, from creation to uploading to a server. To toggle the display of the Files panel, select Window > Site or press the F8 key.
Figure 2.15. The Files panel is the central location for all site file management; you can toggle between tabbed panel size and full size by clicking the Expand/ Collapse button.

NOTE
The Files panel is always a floating window (not tabbed) for Macintosh users. In the lower left corner of the Files panel is a small arrow that you can use to collapse the panel to display the width of the local site files.The Files panel displays files using a Windows Explorerlike interface with hierarchical file trees. Clicking the plus (+) or minus () symbol (Windows) or the disclosure triangles (Macintosh) to the left of folders will expand or contract the directory to reveal or hide its contents.You can easily build the site's structure from within the Files panel, much as you did earlier in this chapter. To create files and folders within the Files panel, right-click (Control-click) on the folder where you would like to create the new file or folder. When the context menu appears, choose New File or New Folder.TIP
Make it a habit to right-click (Control-click) documents, panels, or toolbars to discover additional options available to you in the contextual menu that appears.Various standard file and folder editing options such as Cut, Copy, Paste, Delete, Duplicate, and Rename are also available from the Files panel's context menu under the Edit submenu.Cloaking a folder excludes the folder and its entire contents from site operations such as uploading and synchronizing (Figure 2.16). Individual files can't be cloaked. If you would like to cloak an individual file, you must cloak the folder containing it, which in turn cloaks all files within that folder. You can enable cloaking from the Files panel by selecting Cloaking > Enable Cloaking from the context menu. To cloak a folder, right-click (Control-click) and select Cloaking > Cloak from the menu.Figure 2.16. The icons of cloaked file types and cloaked foldersand all files and folders within themare marked by a red slash in the Files panel.

NOTE
Dreamweaver can't find and update paths located within scripts unless it has generated those scripts. Take care to update those paths manually.The Document Window
In Dreamweaver, you will build your ColdFusion application in the document window, which can display five types of views for developing ColdFusion applications (Figure 2.17).
- Code.
This view displays the code used to create your page. - Split.
This view divides and displays both the code and the visual environment. - Design.
This view provides an environment in which you can visually develop ColdFusion applications. - Server Debug.
Exclusive to ColdFusion pages, this view allows you to preview your application in a browser from within Dreamweaver and displays debugging information within the Server Debug panel. - Live Data.
This view displays the page with processed server-side code in Design view, all the while remaining fully editable so that you can see changes instantly.
Figure 2.17. Dreamweaver offers five viewing options.
[View full size image]

Figure 2.18. Use the tag selector to select individual tags in their entirety.
[View full size image]

Managing Multiple Documents
The Dreamweaver title bar shows the name of the currently active document. You can open as many documents as your system resources allow. Several commands in the Window menu (Windows only) will help you quickly arrange open documents:
- Cascade.
Each document window beginning from the upper left of the Dreamweaver MX Workspace is tiled, placing them on top of each other with a slight top and left offset. - Tile Horizontally.
Each document window takes up the available screen width and is placed above the next, without overlapping. Once four or more documents are open, tiling occurs in a horizontal order that is optimal for the available screen space. - Tile Vertically.
Each document window takes up the available screen height and is placed above the next, without overlapping. Once four or more documents are open, tiling occurs in a vertical order that is optimal for the available screen space.
Windows users can also take advantage of the new MDI by choosing the Maximize control at the far right of the title bar. You can then easily switch between documents by selecting the filename tabs at the bottom of the document (Figure 2.19).
Figure 2.19. You can switch between documents using the filename tabs.
[View full size image]
