 |
Procedure
|

|
prepping for the exercise
- move download files to "documents"
- change "jsmith" to your name
- open "projects.doc" in Word; file > save as web
page "temp-projects.html" (in "upload")
- open "coffee.psd" and "piano.psd"
in photoshop; optimize each image; save in new folder "source"
inside "upload"
- inspect other downloaded files (compare
with this screen shot)
- launch dreamweaver
- site > new site "jane's projects"
- local root folder: documents > gds215-jsmith > upload-jane
(ok to create site cache)
setting up your projects page
- ctrl-click local root folder: new file "index.html";
open new file
- view > head content
- make window size 760 x 420 (800 x 600 maximized)
- modify > page properties: choose tracing image "tracing.gif"
(25% opacity); make margins=0; bg=white
- insert > named anchor "top"
- view > invisible elements (cmd + shift + I)
creating the page structure
- draw layer to contain logo (L=0, T=0, W=98%)
- inside layer: insert > table (1 row, 3 cols, w=98%, cell
padding=5)
- cell properties: vertical=top (3x)
- in col 1: insert > image
"webdesign.gif"
- in col 2: insert > image "line.gif"
- in col 3: insert > image placeholder (20x20)
- make col 1 width=100%
- make table cell padding=0
- draw layer to contain main text (L=20, T=150, W=600)
- inside layer: insert > table (row=1, col=3, width=600 px,
others=0)
- cell properties: vertical=top (3x)
- drag columns until they match tracing image
- open "temp-projects.html", select all, make font "default"
- commands > clean up word HTML
- copy and paste text into "index.html" (after table)
- cut and paste appropriate text into 1st table (add RETURNs
or line breaks as needed; format lists as needed)
laying out the page
- duplicate 1st table: select table, copy (cmd C), arrow right,
paste (cmd V)
- cut and paste appropriate text into 2nd table
- continue until all text is inserted into tables
- change "jane smith" to your name (all occurrences)
adding links
- browse to the sample
page; copy and paste links into appropriate text (ctrl-click
> copy link to clipboard)
- browse to http://www.w3.org/WAI/;
copy and paste URL as link to "site 1" (target=_blank)
- select "back to top", add link "#top"
- add email link to your name (ie. "mailto:jsmith@hotmail.com")
- file > preview in browser (F12 and Cmd+F12), test links
adding css styles
- panel: css styles: new css style
- redefine HTML tag "p": font = Georgia, size = 85%,
line height = 125%
- panel: css styles: edit css style
- duplicate "p", redefine HTML tag "ol",
"ul" , "li"
- add new custom style ".small": font = Verdana, size
= 60%, line height = 120%
- redefine HTML tag "a", color = #9933CC, no decoration
- define CSS selector "a:hover", decoration = underline
- apply "small" style (select <p> first)
- file > preview in browser (F12 and Cmd+F12)
finishing the HTML file
- change title to something like "Jane Smith's Projects Page"
- insert > head > keywords
- insert > head > description
- add alt tags
- commands > add/remove netscape resize fix
- commands > clean up HTML
- file > check page > validate markup
- file > check page > check accessiblity
- test page on a PC
creating a pop-up window
- window > site files: new file "piano.html" (ctrl-click
"source" folder); move file into "source"
folder; open new file
- change title to something like "Jane Smith's Sourcefiles"
- insert > table (row=1, col=1, width=100%, cell padding=0)
- select table, make height=100%
- cell properties: horiz=center
- insert > image "piano.jpg" (note size)
- close, save
- window > index.html
- select "photography", add link "#"
- window > behaviors: open browser window (URL="source/piano.html",
width=700, height=500)
- file > preview in browser (F12 and Cmd+F12), test links
- repeat with "coffee.gif"
connecting to the
server for the first time
- site > define sites, edit web server info: FTP
- host: virtual.parkland.edu
- directory: (blank)
- login: gds215students
- password:
- connect to remote
server (note remote files appear on left)
- create a new folder on remote server "jsmith" (ctrl click
on root folder)
connecting to your personal directory on the server
- site > define sites, edit web server info
- host: virtual.parkland.edu (same)
- directory: jsmith (note change)
- login: gds215students (same)
- password:
(same)
- site > synchronize
- browse to your "live" projects page with a browser
|