Before you begin, think about the following:
The more things you prepare and gather together in advance, the quicker the
development process will go. The clearer your vision of the end product, the
more effective your pages will be in meeting your goal.![]()
Dreamweaver has many panels and windows available to make the process easier. The following is an overview of the essentials.
Toolbar
- quick access to all the features and functions with the Document Title
Bar at the very top.
Document Window - where you work with an approximate representation of your pages as you add and delete elements.
Floating Panel - group of specialized items in a variety of categories: Assests, Library, Frames, etc.; all can be accessed from the Window menu on the tool bar.
Launcher Bar - access to commonly used specialized items; redundant
Property Inspector - changes depending on the selected object; for viewing
and changing the attributes of a selected object; has expander; can be accessed
from the Window menu. You will use this panel all the time.
Click
to access online help and/or tutorials.
Objects Panel - contains objects or elements to add to you page: images, tables, special characters, forms, frames which can be inserted via click and drag or insertion point.
Note: Panels can be stacked or moved almost entirely off the screen to give
you more working space. You will find an arrangement that works best for you.
You can minimize all panels and open documents from Windows> Minimize
All or restore them from Windows >Restore All.![]()
In Dreamweaver, you must create and define a site to contain the pages you create, be it one single page or a set of 100 pages. This local site on your hard drive will mirror the actual pages on the Web. The local site is where you do all of your developing, testing and editing.
All of your files for your site will be contained in one main folder, the root folder on your hard drive (usually on the Desktop). You will create subfolders and the elements of your site from within Dreamweaver. Dreamweaver uses the local root folder to locate all links specified as site-root relative URL's. When you create your pages, the graphics and links are relative to that folder. When you are ready to publish your site, all you have to do is copy your root folder and all of its files to the remote server. The images and links should all work (assuming they work locally, on your computer). Rearranging and/or editing folders outside of Dreamweaver will result in broken links. As you work within Dreamweaver it automatically updates and changes the referencing pathways.
Do not create or save any elements within the Dreamweaver application folder. If you ever need to reinstall Dreamweaver, your work would be lost. Also strongly suggest that you back up the hard drive root folder with a disk copy at the end of a work session. Computers have been known to crash. You need that back up copy to regenerate your site if that sad, awful, frustrating thing happens. Floppies work for awhile, but sites get pretty big pretty fast. Zip disks (zip drives) and zip files (winzip) are options until your site is up an running on the server. Once it's on the server, you have a back up at least to the time of your last local changes.
As you develop your pages, you will want to view your efforts in a browser - or, in fact, in several browsers. Dreamweaver allows you to use shortcuts for viewing in different browsers, called the primary and secondary browsers.
You should save your documents in Dreamweaver as soon as you open a new document.
Do not wait until you have inserted graphics or added text. This way, all references
will made properly. Dreamweaver adds the appropriate file extensions (.htm,
.swf, etc.) to your file names when it saves the files. The default setting
is .htm for html documents. Some purists use only the .html extensions. It doesn't
matter, but you must be consistent.
Every html document should have a title. The title, used primarily for document identification, is displayed in a browser's title bar and as the bookmark name. Choose a short phrase that describes the document's purpose. It can be the same as the file name, but with capital letters and spaces. Get in the habit of adding a title to each page before you add text or graphics. Otherwise, Dreamweaver defaults to "Untitled Document" - you don't want that to appear in a browser's title bar.
Once you have created a page within your Root Folder, Dreamweaver begins to
construct site-relative references to elements linked to that page.![]()
|
index
|
more basics
|