<img src="images/webdesign.gif" width="405" height="144">

Parkland College > Fine & Applied Arts > Graphic Design | Web Design >
Student Links > GDS 214 > Exercise #1

 

 

GDS 214 WEB DESIGN II
Exercise #1: Setting Up Your Projects Page
Instructor: Paul Young

 

Objective

To set up a projects page in preparation of publishing your class work. To learn Dreamweaver's file management and publishing functions by recreating this web page.

Download starter files

 

Description

As a web designer, you will be publishing your work on the Internet. Parkland has provided free server space for students of this class to use. This is a temporary arrangement (your files will be deleted after the end of this semester). In this class, I will be grading your assignments based on what is published on your projects page. For this reason, test your page thoroughly and make sure all of your links work. Your grade depends on it.

 

Procedure

prepping for the exercise

  1. move download files to "documents"
  2. change "jsmith" to your name
  3. open "projects.doc" in Word; file > save as HTML "temp-projects.html" (in "upload")
  4. open "mouse-scan.psd" and "architecture-scan.psd" in photoshop; optimize each image; save in new folder "source" inside "upload"
  5. inspect other download files (your documents folder should now look like this)
  6. prep dreamweaver: apple menu > backup preferences; replace dreamweaver's preference file
  7. launch dreamweaver
  8. site > define sites: new site "jane's projects"
  9. local root folder: documents > gds214-jsmith > upload-jane (ok to create site cache)
  10. window > site files: refresh

setting up your projects page

  1. ctrl-click local root folder: new file "index.html"; open new file
  2. make window size 760 x 420 (800 x 600 maximized)
  3. view > head content
  4. modify > page properties: choose tracing image "tracing.gif" (25% opacity)
  5. insert > named anchor "top"
  6. view > invisible elements (cmd + shift + I)

creating the table structure

  1. insert > table (row=1, col=2, width=100%, cell padding=5, others=0)
  2. cell properties: vertical=top (2x)
  3. select column 1 (<td>), make column width=100%
  4. in first column, insert > media > flash "webdesign.swf"; deselect (arrow right)
  5. insert > table (row=1, col=4, width=600 px, others=0)
  6. insert > image "spacer.gif", make 20x20 (this must be done before deselecting)
  7. copy and paste spacer into other columns
  8. drag columns until they match tracing image
  9. delete spacers from column 2 and 4
  10. open "temp-projects.html", select all, make font "default"
  11. copy and paste text into "index.html" after table
  12. cut and paste appropriate text into 1st table

laying out the page

  1. duplicate 1st table: select table (cmd A), copy (cmd C), arrow right, paste (cmd V)
  2. cut and paste appropriate text into 2nd table
  3. continue until all text is inserted into tables
  4. in column 2, insert > table (row=2, col=2, cell padding = 5, others=0)
  5. in row 1/col 2, insert "spacer.gif" make 100x35 (this must be done before deselecting)
  6. in row 2/col 1, insert "line.gif"
  7. in row 2/col 2, paste text for links
  8. change cell padding = 0
  9. change "jane smith" to your name

adding links

  1. browse to the sample page; copy and paste links into appropriate text (ctrl-click > copy link to clipboard)
  2. browse to http://www.krannertcenter.com/; copy and paste URL as link to "site 1" (target=_blank)
  3. select "back to top", add link "#top"
  4. add email link to your name (ie. "mailto:jsmith@hotmail.com")
  5. file > preview in browser (F12 and Cmd+F12), test links

adding css styles

  1. text > css style > edit style sheets
  2. choose NEW: redefine HTML tag "p"
  3. define font as Georgia, size = 12px, line height = 18px
  4. duplicate "p", redefine HTML tag "li", "ol", "ul"
  5. add new custom style ".small": size = 9px, line height = 11px
  6. choose NEW: redefine HTML tag "a", color = #9933CC, no decoration
  7. choose NEW: CSS selector "a:hover", decoration = underline
  8. apply "small" style (select <p> first)
  9. file > preview in browser (F12 and Cmd+F12)

finishing the HTML file

  1. change title to something like "Jane Smith's Projects Page"
  2. insert > head > keywords
  3. insert > head > description
  4. add alt tags
  5. modify > page properties: make margins=0
  6. commands > add/remove netscape resize fix
  7. commands > clean up HTML

creating a pop-up window

  1. window > site files: new file "mouse.html" (ctrl-click "source" folder); move file into "source" folder; open new file
  2. change title to something like "Jane Smith's Sourcefiles"
  3. insert > table (row=1, col=1, width=100%, cell padding=0)
  4. select table (cmd A), make height=100%
  5. cell properties: horiz=center
  6. insert > image "mouse.jpg" (note size)
  7. close, save
  8. window > index.html
  9. select "photography", add link "#" (note: you must select from left to right)
  10. window > behaviors: open browser window (URL="source/mouse.html", width=700, height=500)
  11. file > preview in browser (F12 and Cmd+F12), test links
  12. repeat with "architecure.gif"

connecting to the server for the first time

  1. site > define sites, edit web server info: FTP
  2. host: virtual.parkland.edu
  3. directory: (blank)
  4. login: gds214students
  5. password: ••••••••••
  6. connect to remote server (note remote files appear on left)
  7. create a new folder on remote server "jsmith" (ctrl click on root folder)
  8. disconnect

connecting to your personal directory on the server

  1. site > define sites, edit web server info
  2. host: virtual.parkland.edu (same)
  3. directory: jsmith (note change)
  4. login: gds214students (same)
  5. password: •••••••••• (same)
  6. refresh
  7. site > synchronize
  8. disconnect
  9. browse to your "live" projects page with a browser

 

Schedule

See Calendar.

 

 

______________________________

Last updated: 6/28/02 • Webmaster: Paul Young

 

 

About
Web Design
 

Student
Exhibition

Faculty

Influential
Designers

Internet
Resources

Tips, Tricks
& Handouts

Student
Links