Macromedia Dreamweaver – is a web page editor.
Dreamweaver vocabulary
1. URL - acronym for uniform resource locator. The URL provides the web site address for a web site or web page.
2. Property Inspector - Panel that may be used to change many page properties.
3. Background picture - a picture that is tiled like wall paper behind the web page.
4. Hyperlink - a way to go to a different page or place in a document
5. Hotspots - areas on images that contain hyperlink6. Page transition - special effect that appears as the page is displayed.
6. Tracing image - an image that may be used as a model for creating a web page.
7. Tables - Tables organize information in a webpage by rows and columns.
8. Cell - a rectangular space that may contain information in a web page table.
9. Behaviors - Behaviors are used to add interactivity to web pages.A behavhior conbines a user event with a n action or series of actions that take place as the result of a user event.
10. Event - Events are actions by user that may cause an behavior to be started. Common events are the user's moving the mouse over a object that has a behavior or click the mouse button.
11. Rollover Buttons - An image that changes when the user moves the pointer over the image. The JavaScript that controls a rollover image may be created or modified through the Behavior Panel in Dreamweaver.
12. Frames - A frames page is a special kind of HTML page that divides the browser window into different areas called frames, each of which can display a different page.For example, a frames page created by using the Banner and Contents frames page template contains three frames: Banner, Contents, and Main.
13. Cascading Style Sheet - A cascading style sheet (CSS) defines the styles that you can apply to pages or page elements. Each style definition, or style rule, consists of a selector followed by the properties and values for that selector. Using cascading style sheets, you can set a wider range of properties than using standard HTML alone, including:
Font effects, such as small caps and expanded character spacing.
Paragraph properties, such as indentation, line spacing, and spacing before or after.
Borders and shading properties, such as boxes and background colors.
Dreamweaver Concepts
Before you can begin to create individual Dreamweaver web pages, you need to create a local root site that will contain the web pages you create in Dreamweaver. This local root site on on your hard drive will mirror the actual pages on the remote web server when you publish the web site from Dreamweaver. When you are ready to publish your site you will have to copy all the folders on the local root server to the remote hosted server. To create a local root site use Site menu and then use the Site Definition wizard.
Local root site - folder of web pages stored on user's computer or file server.
Remote hosted site - folder of web pages stored on a remote computer or file server.
Publish - to export web pages from local root site to remote hosted site.
Site - Root Relative paths provide the path from the site's root folder to a document.
Site - Root Relative paths are commonly used on large Web site that uses several servers or one server that hosts several different sites.
Absolute paths provide the complete URL (web site address) of the linked document. Absolute paths must be used to link a document on another server.
Document - Relative paths are the best choice to use for local links in most Web sites.
Document - Relative paths define the path to take to find the linked file, starting from the document.
B. An example web page I made with Macromedia Dreamweaver.