Archived copy for reference only
 

 

Graphic Design / Interactive Design / Fine & Applied Arts / Parkland College

Graphic Design Exercises
Photoshop & Dreamweaver: Process Page (for GDS 230)

(Archived from 2019)

Objective

To learn Photoshop and Dreamweaver production techniques by example. To review basic XHTML and CSS skills by building a Process Page for this class.

Discussion

Of all the ways to create visual emphasis ("focal point"), movement is the most powerful way to catch the eye. Making things move on the web is easy and can be whole lot of fun. But, please learn to use animation with restraint.

The GIF file format can handle simple animated sequences quite easily. Because GIF is a pixel format, file size is an issue. Therefore, when designing GIF animation, keep these limitations in mind:

  • keep the dimensions of the animation area small
  • limit the number of colors (avoid photos, if possible)
  • keep the number of frames to a minimum

In this class, you will be publishing a record of your process for all your projects on your personal process page. For this class, only published projects and assignments will be graded.

Tip: Do not delete any links that you add to your Process Page. Instead, always add new links when making revisions.

Note: To refresh non-looping GIF animation in a browser, press SHIFT+REFRESH (or SHIFT+F5).

Procedure

Create a web page layout in Photoshop. Animate the art and export GIFs. Import the GIFs into Dreamweaver. Add text and styles with CSS. Publish to server. Note: replace bold with personalized info.

Preparing for the exercise

  1. download starter files
  2. move files to proper location
  3. open downloaded PSD in photoshop found in assets folder
  4. hide unneeded layers
  5. save as "X1-process.psd" (location=faa999/gds230/assets/exercises)

Laying out the page

  1. design a background with horizontal bars (for easier tiling)
  2. type tool: "Jane Smith", change color
    (try to keep type area no wider than 500px)
  3. spec font, scale (cmd+shift+< or >), track (opt+left/right arrows)
  4. new layer "box"
  5. draw box: modify box with direct select tool
  6. save
  7. save as "X1-process-sliced.psd"
  8. slice tool: slice logo and tile areas
  9. file > export> save for web > select tile slice "tile.gif" (preset=GIF 32 no dither; images only, selected slice; location=faa999/gds230/html/process)

Preparing animation art

  1. save
  2. save as "X1-process-animated.psd"
  3. duplicate type layer, hide previous type layer
  4. layer > rasterize type
  5. split name into 2 layers: marquee one name
  6. layer > new > layer via cut
  7. rename layers "sharp"
  8. duplicate layers, rename "blurred"
  9. filter > blur > motion blur (angle=0, distance=10)
  10. duplicate box layer (2x)
  11. rotate box slightly on duplicated layers

Animating the art

  1. reveal only "jane" blurred layer for frame 1
  2. window > timeline (use frame animation)
  3. add frame 1, duplicate frame 1
  4. frame 2: move art off stage left
  5. swap frames
  6. frame 1: tween > next frame (2)
  7. frame 4: hide blurred "jane" layer, reveal sharp layer
  8. duplicate frame 4
  9. frame 5: reveal blurred "smith" layer
  10. duplicate frame 5
  11. frame 5: move art off stage left
  12. frame 5: tween > next frame (3)
  13. frame 9: hide blurred "smith" layer, reveal sharp layer
  14. duplicate frame 9 (4x)
  15. frame 10, 12: reveal rotated box layer
  16. timing:
    • frame 5=0.6 sec
    • frame 9=1.0 sec
    • frame 10, 12=0.2 sec
  17. play animation
  18. optimize animation (flyout menu)
  19. file > save
  20. file > export > save for web > select logo slice "logo.gif" (preset=GIF 32 no dither; images only, selected slice only; location=faa999/gds230/html/process)
  21. drag GIF into a browser window to test

Setting up your content in Dreamweaver

  1. launch Dreamweaver
  2. site > new site: site name=gds230;
    local site folder=faa999/gds230/html)
  3. open "index.html"
  4. select <body> (or cmd+A)
  5. insert > div: wraparound=yes; id="content"
  6. change "jane smith" to your name (all occurances)
  7. add test links "p1/storyboard.jpg" and "p1/keyframes.jpg" (target="_blank")

Inserting the animated GIF

  1. place cursor at the top of the file
  2. insert > image > "logo.gif"

Adding CSS

  1. window > CSS designer: sources:
    • attach existing CSS file (+): "reset.css", "font.css"
    • define in page (+): <style>
  2. window > CSS designer: add selectors (source=<style>): 
    • #content: layout: margin-right=100px, position=absolute, top=??, left=40%, z-index=1 
    • body: bg: color=??, URL="images/tile.gif" (repeat-x)
    • a: text: color=??, decoration=none
    • a:hover: text: decoration=underline
  3. view > code: note formatting in header
  4. save; file > preview in browser (opt+F12 and cmd+F12)

Grading

  1. publish page (see separate lesson)
  2. keep this page updated with your work as the semester progresses
  3. your midterm and final grades will be based on what is published on this page (do NOT delete any preliminary materials or in-progress work from this class because your grade will depend on it)
  4. Extra credit: re-design the animated logo with your own animation

BACK TO TOP
Last updated: 5/7/21