Workspace and Tools
|
Dreamweaver
provides a graphical working environment for creating web pages. The document
window looks similar to the way the completed web page would look. The
document window is the main editing window. Opening
documents for more editing: File > Open
and select the file. Double clicking the document will not open Dreamweaver,
because HTML files are readable by many different programs. (i.e. Netscape,
Dreamweaver, Internet Explorer, etc.) Save Documents Often in the Local Root Folder/Directory: Choose File > Save to save changes.
HTML
Code:
The tags (<body><blockquote><font> ) on the bottom left
of the document window are the HTML tags created by Dreamweaver. The web
page is really a series of text documents coded with tags called HTML
(Hypertext Mark-up Language). Web browsers read the HTML code to display
the page. You can create a page without knowing HTML in Dreamweaver, but
you can also edit the HTML by clicking on the HTML Source button on the
Launcher (right lower corner of document window.) File Size and Download Time: 30K / 30 sec. is a reasonable size for a web page. The bigger the page gets the longer it takes to load in a web browser. In the illustration above, the Download Size/Time statistic is a running tab of how big the document is and how long it will take for the page to fully load in a web browser over the Internet. The calculation is based on the Dreamweaver setting in the Preferences found in the Edit menu. Clicking Edit > Preferences > Status Bar allows the web author to set the slowest common connection for their audience. (i.e. 28.8 modem) Properties Inspector Select
Window > Properties to view the Properties Inspector if it is not
visible. Highlight text in the window to see available properties to apply
to it. Items such as lists, indent, font, font size, text color, bold,
italic, link and heading options are available in the formatting properties
inspector (pictured below)
For other properties, highlight other items such as images, tables, or links and their properties appear as in the image properties inspector (pictured below).
Launcher Select
Window > Launcher to view the Launcher toolbar. The launcher is
an optional set of short cuts to various functions of Dreamweaver. It
is mirrored in the lower right corner of each Dreamweaver
document. Objects Palette:
Learn the
what the symbols mean by rolling over each with the cursor. A label will
appear. If you prefer to use the Insert menu all the same options are
available.
|