Lesson 1: Working with the Dreamweaver Interface

Basic Project Folder Structure:

Many of the projects we work with during the semester will follow a common folder structure. See below for example.

Basic Folder Structure

Assets – Holds working multimedia files, word docs with copy, etc…
CSS – Holds CSS files associated with the project
Images – Holds all image files referenced from your HTML pages
HTML Files – all HTML files should be at the root level of the project folder

The Dreamweaver Interface:

Dreamweaver Interface
  1. Menu bar
  2. Document tab
  3. Related files interface
  4. Coding toolbar
  5. New Features
  6. Document toolbar
  7. Visual Media Query (VMQ) interface
  8. Live/Design views
  9. Files panel
  10. Workspace menu
  11. CSS Designer
  12. Scrubber
  13. CC Libraries panel
  14. Insert panel
  15. DOM panel
  16. Assets panel
  17. Behaviors panel
  18. Code view
  19. Tag selectors
  20. Property inspector

Changing Your Interface Preferences:

  • Windows: Edit > Preferences
  • Mac: Dreamweaver CC > Preferences
  • Preferences Dialog will appear
  • Select Interface Category
  • App Theme – choose color
  • Code Theme – Select code theme

Working with Toolbars:

Show the Document Toolbar:

  • Go to Windows in the Menu Bar
  • Select Toolbars > Document

Show the Standard Toolbar:

  • Go to Windows in the Menu Bar
  • Select Toolbars > Standard

Working with Files:

Creating new files:|

  • Go to File > New Document
  • The New Document Dialog box will appear
  • Select the document you wish to create

Saving Files:

  • Save changes to existing Files: File > Save
  • Save a new file or save an existing file as a new file: File > Save As

Changing Your Views:

  • Click code to see only code
  • Click Split to see Code/Design
  • Click Design/Live to see WYSIWIG full screen

Modifying Split View Windows:

  • Go to View in the Menu Bar
  • Select Split > Split Vertically (shows code on left/design on right)

Live Source Code:

Live Source code will show you the rendered code as it would appear in a browser

  • Place document into Live View
  • Click the live source code button at the top left of the document tab window.

Working with Panels:

  • Go to Windows in Menu Bar
  • Select Panels you would like to work with:
    • Files, Insert, CSS Designer, DOM, Properties