Parkland College > CSIT Dept > Digital Media  > CIS 152 >
Calendar > Lesson 6


CIS 152 WEB DESIGN I
Lesson 6: Introduction to Photoshop
Instructor: Paul Young

 

 

 

Objectives

 

 

To become comfortable in the Photoshop environment by creating graphics for a simple web site.

See sample site

 

 

 

Discussion

 

 

The best way to learn Photoshop (and any software package) is to simply start working in it. Photoshop is essentially a pixel editing tool. However, it is so powerful that professionals are using it for many functions including retouching photographs, special effects, page layout for web sites, and much more. Anyone can start using Photoshop right out of the box, but it takes many years to master the application.

When using Photoshop for web work, keep in mind that images can be very large in file size and take a long time to download. Fortunately, Photoshop has very good optimization tools to help reduce file sizes.

 

 

 

Procedure

 

 

Overview: Download images. Resize images and optimize for web publishing. Import optimized images into Dreamweaver and publish.

Resizing images in Photoshop

  1. duplicate "cis152/upload/lesson4_html"; rename "lesson6_html"
  2. download starter files (location: cis152/prep/lesson6)
  3. note file sizes, note dimensions
  4. open "jvalazquez.jpg" in Photoshop
  5. practice Photoshop navigation keyboard shortcuts: space=hand; space+ctrl=zoom in; space+alt+ctrl= zoom out; ctrl+zero=fit in window
  6. image > adjust > levels
  7. image > adjust > hue/saturation
  8. image > image size: 640x480
  9. filter > sharpen > unsharp mask (radius=1, threshold=2, amount=??)
  10. file > save for web
  11. settings: JPEG high (check download time, what does Internet statistics tell you about download times?)
  12. click SAVE (images only, location="upload/lesson6_html/gallery/jvalazquez-640.jpg")
  13. save
  14. image > image size: 200x150
  15. file > save for web: settings=JPEG medium (location: cis152/upload/lesson6_html/gallery/jvalazquez-200.jpg)
  16. repeat with other gallery images
  17. move "logos" folder to "upload/lesson6_html"

Creating a spacer image in Photoshop

  1. file > new: 1x1 (bg=transparent)
  2. file > save for web: GIF 32 (location: cis152/upload/lesson6_html/images/spacer.gif)

Importing images into Dreamweaver

  1. launch Dreameaver
  2. define a new site (site > manage sites > new site): name=lesson6,
    local root folder=jsmith/cis152/upload/lesson6_html
  3. open "program.html"
  4. insert > image "maya_logo.jpg", repeat with other logo
  5. save, preview in browser (F12), close
  6. open "gallery.html"
  7. insert > table (rows=5, col=3)
  8. view > table mode > expanded
  9. select all cells: vertical=top
  10. drag thumbnail gallery images into column 1 and 3
  11. drag "spacer.gif" into row 2, column 2 (make size 30x20)
  12. repeat with row 4, column 2
  13. save, preview in browser (F12), close
  14. open "index.html"
  15. insert > table (rows=1, cols=7)
  16. select all cells: vertical=top
  17. choose 4 thumbnail images and drag them into col 1, 3, 5, 7
  18. view > table mode > standard
  19. save, preview in browser (F12), close

Adding javascript for pop-up windows

  1. select first image
  2. window > behaviors: add "open browser window": "1.html" (720x560)
  3. repeat with other images

Creating gallery pages

  1. file > new "1.html"
  2. insert > image "jvalazquez-640.jpg"
  3. insert > table (rows=1, col=3)
  4. view > table mode > expanded
  5. add text "<< PREVIOUS", "CLOSE WINDOW", "NEXT >>"
  6. link "previous" to "6.html"
  7. link "next" to "2.html"
  8. link "close window" to "Javascript:onClick=self.close()"
  9. add "close window" link as a snippet (window > snippets)
  10. change title to "Parkland College Digital Media"
  11. save, close
  12. duplicate "1.html" to make "2.html", etc
  13. swap image (double-click)
  14. change links
  15. preview "gallery.html" in browser (F12)
  16. grading: publish this site and make a link from your personal web site (see Project 1)

 

 

BACK TO TOP

______________________________

Last updated: 9/18/06 • Webmaster: Paul Young

 

 

Student
Exhibition

Influential
Designers

Internet
Resources

Tips, Tricks
& Handouts