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

 

 

GDS 214 WEB DESIGN II
Exercise #4: Mirabelle
Instructor: Paul Young

 

Objective

To learn complex site building with Illutrator, Photoshop, Dreamweaver and Flash. To understand the issues relating to e-commerce and database integration by recreating this web site using this text.

Download starter files

 

Description

This tutorial takes the student through the process of creating an e-commerce site for Mirabelle Fine Pastries. The site contains 40+ pages complete with a Flash intro and database integration. We start with art in Illustrator which is exported to Image Ready for slicing. The sliced images are put together in Dreamweaver as a template. The web site is then built based on the template.

 

Procedure

prepping for the exercise

  1. examine finished site
  2. examine text site
  3. move downloaded files to "prep-jane" or "upload-jane" folder
  4. examine site map
  5. examine excel spreadsheet
  6. open "inside.ai" in illustrator; export as PSD file
  7. open other illustrator files, inspect layers
  8. prep photoshop: apple menu > backup preferences; replace image ready's preference file

slicing in image ready

  1. open "inside.psd" in image ready
  2. practice photoshop navigation keyboard shortcuts: space = hand; space + cmd = zoom in; space + cmd + opt = zoom out; cmd + zero = fit in window
  3. fill box layer with white (cmd + shift + DELETE)
  4. crop
  5. create rollover art: dupe "navigation" and "home" layers, make art blue (eyedropper blue; opt + shift + DELETE)
  6. draw guides for slicing
  7. create slices (slice tool)
  8. name important slices
  9. hide "title", "image" and "side" layers
  10. optimize (slice tool; select > all slices)
  11. file > save optimized as "inside.html" (in "upload" folder)
  12. reveal rollover layers, select only slices needed
  13. file > save optimized as "inside.html" (in "temp" folder) (images only; selected slices only)
  14. in finder, rename slices in "temp" folder, move into "images"

creating the template in dreamweaver

  1. prep dreamweaver: apple menu > backup preferences; replace dreamweaver's preference file
  2. launch dreamweaver
  3. site > new site: "jane's mirabelle"; local: documents > gds214 > jsmith_upload > upload_mirabelle; ok to create site cache
  4. window > site files: refresh
  5. open "inside.html"; make window size 760 x 420 (800 x 600 maximized)
  6. view > invisible elements (cmd + shift + I)
  7. select blank GIF, delete; vertical=top
  8. insert > table (1 row x 1 col, cell padding=5)
  9. in row 1: insert "spacer.gif" (100x7)
  10. in row 2: insert > image "cake-bavarian.gif" (title folder)
  11. insert > table (1 row x 3 col, cell padding=5)
  12. select row <tr>: make vertical=top
  13. in col 1: insert > image "spacer.gif" (16x16)
  14. in col 2: copy and paste text from "cake-bavarian.html"
  15. in col 3: insert > image "cake-bavarian.jpg" (pix folder)
  16. replace text "ORDER" with "order.gif"
  17. in sublinks area: select name of blank yellow GIF file, copy name to clipboard, delete GIF file, paste name into cell background image
  18. repeat with other cells
  19. logo cell: vertical=top
  20. home cell: vertical=bottom
  21. copy and paste sublinks text from "cake-bavarian.html" (horiz=center)
  22. select logo: link to "main.html"
  23. assign other links (see site map)
  24. select "link1.gif": add behavior "swap image", swap "link1-over.gif"
  25. repeat with other links
  26. at top of file: insert > table (1 row x 1 col, width=100%), make height=100%, horiz=centered
  27. select original table, cut, paste into new table

making CSS styles

  1. window > CSS styles: edit styles: attach style sheet "style.css", create
  2. new CSS style (in style.css): redefine HTML <p>: georgia, 12/18 px, color=#003366
  3. new CSS style (in style.css): redefine HTML <a>: color=#003366, decoration=none
  4. new CSS style (in style.css): CSS selector <a:hover>: color=#990000
  5. new CSS style (in style.css): custom ".sublinks": arial black, 10/18 px, color=#990000
  6. new CSS style (in style.css): custom ".sublinks2": arial black, 10/10 px, color=#990000
  7. new CSS style (in style.css): custom ".small": size=10/14 px
  8. apply styles

finishing the HTML file

  1. change title to "Mirabelle Fine Pastries | Urbana IL USA"
  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
  8. test page on a PC

creating the product pages

  1. dupe "inside.html", rename "cake-bavarian.html"
  2. remove link from "link1.gif", swap image "link1-over.gif" (double-click)
  3. save, close, dupe and rename "cake-flourless.html", open
  4. swap title GIF file and product JPG; replace text
  5. repeat with all product pages

creating the category pages

  1. dupe "inside.html", rename "cake.html"
  2. delete tables in text area
  3. insert > table (2 row x 1 col, cell padding=5), horiz=centered
  4. in row 1: insert > image "cakes.gif" (title folder)
  5. in row 2: insert > image "cakes.jpg" (pix folder)
  6. select table: cell padding=0
  7. save, close, dupe and rename "pastries.html", open
  8. swap title GIF file and product JPG
  9. replace text in sublinks area
  10. repeat with all category pages
  11. repeat with "contact" and "about" pages
  12. open "cake.html": remove link from "link1.gif", swap image "link1-over.gif" (double-click)
  13. repeat with other category pages

creating the checkout pages

  1. dupe "inside.html", rename "checkout1.html"
  2. delete link for "link7.gif", swap with "link7-over.gif"
  3. delete tables in text area
  4. insert > table (1 row x 1 col, W=100%, cell padding=15)
  5. make H=100%
  6. horiz=centered, vert=middle
  7. copy and paste text, apply styles
  8. insert > form (before table); cut and paste table inside form area
  9. insert > form object > check box, repeat
  10. select table, border=1, color="003366", w=450 px
  11. select text in table: vert=top
  12. save, close, dupe and rename "checkout2.html", open
  13. replace text with new text, apply style, repeat with other "checkout" files

creating the sign-in pages

  1. dupe "checkout4.html", rename "sign-in1.html"
  2. delete link for "link8.gif", swap with "link8-over.gif"
  3. replace "link7.gif" from "inside.html"
  4. copy and paste text, apply styles
  5. insert > form; cut and paste table inside form area
  6. insert > form object > text fields, repeat
  7. insert > form object > check box
  8. insert > form object > button "Sign-In"
  9. make pop-up window for "forgot.html" (600x300)
  10. new CSS style "button": font=verdana, size=12px, background=yellow
  11. save, close, dupe and rename "sign-in2.html", open
  12. replace text with new text, apply style
  13. insert table (10 rows x 2 cols, cell padding=3)
  14. copy and paste text into table; col 1: align=right
  15. repeat with other "sign-in" files

creating the home page

  1. dupe "inside.html", rename "main.html"
  2. delete tables in text area
  3. insert > table (1 row x 1 col, width=100%, cell padding=20), height=100%, horiz=centered
  4. copy and paste text
  5. new custom CSS style ".intro": block: text align=justify
  6. new custom CSS style ".head": weight=bold, block: letterspacing=.25 ems, color=#990000
  7. new custom CSS style ".bullet": 18/18 px, color=#990000
  8. apply styles
  9. make initial cap red

publishing in dreamweaver

  1. site > new sites: "jane's projects"
  2. local root folder: documents > gds214-jane > upload-jane
  3. host: virtual.parkland.edu
  4. directory: jsmith
  5. login: gds214students
  6. password: ••••••••••
  7. open your projects page ("index.html")
  8. make link to "e4/index.html"
  9. site > synchronize (entire site)
  10. disconnect
  11. browse to your "live" projects page with a browser
  12. test on a PC

 

Schedule

See Calendar.

 

 

______________________________

Last updated: 10/8/02 • Webmaster: Paul Young

 

 

About
Web Design
 

Student
Exhibition

Faculty

Influential
Designers

Internet
Resources

Tips, Tricks
& Handouts

Student
Links