|
|||
| people.artcenter.edu/~vanallen/dreamweaver/ |
|||
| dreamweaver seminar - february 26, 2005: page1 - page2 - page3 | |||
dreamweaver : |
web page basics. For this seminar, download and extract project0.zip site class will build: website, files
|
|||
| resources : |
|
|||
|
composition of a : web page : |
A web page is composed of the following elements:
|
|||
| the windows : | Document. This window shows you what the web page will look like - more or less. It is also the place where you can place text, images, and other elements. Any changes you make here will be automatically reflected in the HTML Window. Properties. This window is one of the most important and is used to show and set any properties of the currently selected element (image, table, text, etc.). For example, when you have some text selected, you use this window to set the bold style and font size. Insert. This small palette is a shortcut menu used to place items into the current web page. For example, in the COMMON section, click on the icon with the tree to place an image in the document (at the current insert location). Each tab in the Insert menu brings up a different set of features for working with your document. Files. This window servers two main purposes. First, it shows the way files are organized in your web site, and it allows you to open files without using the File>Open dialog. Second, it's an FTP (File Transfer Protocol) client, which enables you to transfer your HTML files from the computer where you create them, to the web server where the files will be visible from the Web. Behaviors. This window shows where interactive actions are added to text or graphic elements in the page. The most common behavior to add in Dreamweaver is for "rollovers", where an image changes when the user moves the cursor over the image. Two things are defined for each behavior, an event and an action. The event is the situation that causes something to happen. The action is what is activated when the event occurs.
|
|||
| page properties : | Every web page has global properties that can be set in the menu MODIFY>PAGE
PROPERTIES... Important properties to be set are:
|
|||
| the document toolbar : |
The Dreamweaver toolbar contains some common commands related to your view selection and your document's status, plus a field for setting the page title. The Options menu items (button located on the right) change depending on the view you select.
Of particular note are the three buttons on the left. They allow you to quickly change the window view:
|
|||
| text formatting : |
Text formatting in Dreamweaver is similar to the formatting available in a word processor. You select the text you wish to modify, and then apply a style to it. For example, to make a word bold, select the word, then click on the "B" button in the Property Inspector. Alternatively, you can select the text, and use the Text pull-down menu (e.g. Text>Style>Bold). Text characteristics can be set by Dreamweaver, including bold, italic, color, size, font, and justification. In addition, Dreamweaver has a utility to check the spelling of the selected text or the entire document (TEXT>CHECK SPELLING). Note that the STYLES pull-down will contain any CSS styles you've created for this document.
The text inspector behaves much like the toolbars in a word processor. Experiment with the following:
Line Breaks--one or two lines: Note that when entering text, if you hit ENTER on the keyboard, a blank line will be inserted between paragraphs. This happens because Dreamweaver inserts a <p> (paragraph) tag at the beginning of the previous paragraph, and a </p> at the end. If you don't want a blank line between paragraphs, the hold the SHIFT KEY down while you hit ENTER. This will insert a <br> (single line break) at the end of the paragraph.
|
|||
| making links : |
You can create a link to another web page (a page you've made, or one on another web site) so that when a person clicks, the browser will open that new page.
|
|||
| working with images : |
Web pages are usually a combination of text and images, and Dreamweaver allows you to place, adjust and to a limited extent, set the layout of images on the page. Keep in mind that HTML is a page MARKUP language, not a page LAYOUT language, so you may find yourself being frustrated at your lack of ability to position images exactly on the page. A quick way to get images for use in making test web pages is to "steal" the images from other web pages. This approach is only for learning purposes, and you must not use this method for commercial purposes since this would violate the rights of the copyright owner of the image. To steal an image from a web page, place the cursor over the image, and right-click (pc) or control-click (Mac). A menu will pop-up, and you can select "Save Image As...". Browse to the location on your disk where the web page is, and save the file in the same location as the web page. Here are some images to use for this exercise, one is a JPEG, and one is a GIF file.
Once you have an image to work with, these are the steps for putting an image in a web page.
Note that the inspector is taller than in the text example above. You make this happen by clicking on the small triangle in the lower right hand corner of the palette. Experiment with the following:
|
|||
| browser preview prefs : |
Select EDIT>PREFERENCES and select PREVIEW IN BROWSER. This will bring up a dialog box that will enable you to set the browsers you will use for previewing. These previews can be launched using the F12 button.
|
| all materials on this web site © copyright 2005, Philip van Allen |
top |