Graphic Design Exercises
Integrated: HTML Slide Show
Objective |
|
To learn to web site production techniques by example.
To learn how to generate easy-to-manage slide shows using Photoshop's built-in HTML generator by recreating this web page.
|
Discussion |
|
Photoshop has a variety of web galleries that can be generated. In this exercise, we'll generate a HTML-based slide show from Photoshop and then modify it to our needs.
In this sample web page, the live area of the slide show images are 500x480 px. To control the position of the images, each slide has been prepped in Photoshop to be at least 480px in height.
|
Procedure |
|
generating the slide show
- download starter files, move files to "projects_html"
- launch Photoshop
- examine "gallery_prep" folder: note dimensions
- file > automate > web photo gallery:
style=simple
browse for folder "gallery_prep"
destination = new folder "slides"
- recommended options:
general = .html
banner = blank (space), font size=1 (throughout)
large images = no numeric links, height 480, title none, quality high
thumbnails = 100, title none, 3 col x 20 rows
custom colors = all black
embedding the slide show
- open "contact.html", save as "portfolio.html"
- select <div#col3>, delete
- select <div#col2>, change id=portfolio
- select <div#text>, delete
- insert > html > frames > iframe
- edit code: <iframe src ="slides/index.html" scrolling="no" height="750" width="520" frameborder="0"
>
- modify menu
- save, file > preview in browser (opt+F12)
replacing the thumbnail images
- open "gallery_prep/01.jpg" in Photoshop
- crop tool options: 100x100px
- crop art
- file > save for web (in "slides/thumbnails" folder)
- repeat for all images
- open "slides/index.html" in Dreamweaver
- reset image dimensions
- select <table>: cell space = 40
- new CSS rule (this document): "table img" (padding: left/right=15)
- delete 3 <br> in banner area
- replace named anchors (use reguar expresssion = yes):
find:
<A name=\w\w
replace: <A
tip: in help menu, search for "regular expression"
- save, file > preview in browser (opt+F12)
tweaking the slide show
- open "slides/images/previous.gif" in Photoshop
- image > mode > RGB
- fill bg=black
- line tool (2pt, arrowhead=start): draw arrow
- fill art with light gray
- file > save for web
- repeat with "next.gif" and "home.gif"
- open "slides/pages/01.html" in Dreamweaver
- modify navigation table, modify links
- repeat with "slides/pages/12.html"
- publish the finshed page as a link from your personal projects page for grading
|
BACK TO TOP
Version 1.0 Last updated:
2/17/09
Webmaster: Paul
Young