Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Modifying Photoshop Web Photo Galleries with Dreamweaver - Study Guide | DMA 205, Study notes of Art

Material Type: Notes; Class: Digital Graphics; Subject: Digital Media Arts; University: Canisius College; Term: Summer 2003;

Typology: Study notes

Pre 2010

Uploaded on 08/19/2009

koofers-user-plf
koofers-user-plf 🇺🇸

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Modifying Photoshop Web Photo
Galleries with Dreamweaver
After you make your web photo gallery and
make it into a new site in Dreamweaver (see
previous notes), you will now modify the
gallery to include information about each
photo, much like what you are doing in
InDesign. Before attempting the following,
BACK UP YOUR WHOLE SITE FOLDER BY
COPYING IT TO ANOTHER LOCATION!!! It’s
extremely easy to wreck your site once you
reach step 6.
1. Open Dreamweaver and select your
site from the Site palette (fig. 1). If
you can’t find your site, re-define it
under Site>New Site (fig.2).
2. In the Local Files column of the Site
palette, double-click on the first page
listed in the Pages column. The page
will open up so you can edit it (fig. 3).
3. In the Common tab, click on the
layer button (fig. 4). Draw a layer
somewhere on your page where
you’d like the information about the
image to appear. You can resize and
move the layer wherever you want.
4. Click inside the layer box you made,
and add your information categories.
Here, I made my title date and
description green, by highlighting
them and changing their color in the
Properties palette. I also did “select
all” and changed the typeface to
verdana. Furthermore, I deleted the
existing information that Photoshop
created when I made the web photo
gallery (fig. 5). Check the page in a
browser by highlighting the
index.html file in the Sites palette and
hittin f12 (Preview in Browser).
5. Here’s the tricky part: you want to use
what you did as a “template” for the
Fig. 1
Fig. 2
Fig. 3
Fig. 4
Class notes | DMA-205 Digital Graphics | Ben Dunkle, Professor | 11/7/03
pf2

Partial preview of the text

Download Modifying Photoshop Web Photo Galleries with Dreamweaver - Study Guide | DMA 205 and more Study notes Art in PDF only on Docsity!

Modifying Photoshop Web Photo Galleries with Dreamweaver After you make your web photo gallery and make it into a new site in Dreamweaver (see previous notes), you will now modify the gallery to include information about each photo, much like what you are doing in InDesign. Before attempting the following, BACK UP YOUR WHOLE SITE FOLDER BY COPYING IT TO ANOTHER LOCATION!!! It’s extremely easy to wreck your site once you reach step 6.

  1. Open Dreamweaver and select your site from the Site palette ( fig. 1 ). If you can’t find your site, re-define it under Site>New Site ( fig.2 ).
  2. In the Local Files column of the Site palette, double-click on the first page listed in the Pages column. The page will open up so you can edit it ( fig. 3 ).
  3. In the Common tab, click on the layer button ( fig. 4 ). Draw a layer somewhere on your page where you’d like the information about the image to appear. You can resize and move the layer wherever you want.
  4. Click inside the layer box you made, and add your information categories. Here, I made my title date and description green, by highlighting them and changing their color in the Properties palette. I also did “select all” and changed the typeface to verdana. Furthermore, I deleted the existing information that Photoshop created when I made the web photo gallery ( fig. 5 ). Check the page in a browser by highlighting the index.html file in the Sites palette and hittin f12 (Preview in Browser). 5. Here’s the tricky part: you want to use what you did as a “template” for the Fig. 1 Fig. 2 Fig. 3 Fig. 4

Class notes | DMA-205 Digital Graphics | Ben Dunkle, Professor | 11/7/

rest of your pages, so that you don’t have to go in and draw a million layers, add the text, change the font and color, etc. etc. We need to “get under the hood” so-to-speak, and that means getting our html on. Click the code-view button to bring on the code ( fig. 6 ) The key is in lines 21-26. These lines describe the layer that we drew, and the text we typed in. Notice how I’ve highlighted those lines, but also line 18. That’s because we are going to look for line 18 in every one of our pages, and replace it with the selected text.

6. Hit copy, go to Edit>Find and Replace, and in the dialogue box that pops up, paste the code into the Replace With box. Go back to your page, highlight just the first line from what you copied (for me, that was line 18), copy it, go back to the “find and replace” dialogue box, and paste the code into the Search For box. You can reverse the order of this; if you want, highlight and copy the code you want to find, paste it into “Search For”, go back and highlight/copy the code you want to replace with, and paste it into “Replace With”. Under “Find In”, select Folder form the drop-down menu and navigate to your “Pages” folder in your site. Click “choose”. Then click “Replace All”. 7. You now have text layer on all of your pages! One problem-the page you are currently working on has two layers. Delete one or the other, either in code view or design view. Or just hit Command-Z (control-Z on windows). Save your file. 8. Open each of the files in your pages folder, and change the text as needed. Fig. 5 Fig. 6 Fig. 7