View Full Version : Photoshop Web Gallery


Doug Nelson
06-11-2002, 02:30 AM
Possibly the easiest way to put a gallery online is via Photoshop's automated Web Photo Gallery (sometimes called WebContactSheet) routine.

Just point it to your directory with your images, and viola! A plain (but very customizable) web gallery, ready to be FTP'd to wherever you've got webspace. You don't even have to rename anything.

It generates thumbnails, pages, everything you need. And once you get used to editing webpages, you can make them look however you'd like.

Our Archives are done just this way (click on the menubar link to see).

jeaniesa
06-11-2002, 07:55 AM
Doug, I found this Photoshop feature about a year ago and was SO excited! :) It is VERY easy and produces nice results.
Jeanie

fugitive
06-11-2002, 10:26 AM
You mean I have this and don't know it. I have Photoshop 6/7

jeaniesa
06-11-2002, 11:39 AM
Yes, Greg, you have it! :)

File->Automate->Web Photo Gallery (at least that's what it's called in PS7, can't remember if it's called the same thing in PS6 or not.)

Jeanie

fugitive
06-11-2002, 11:50 AM
but that's only part of the equation, I lack control, I need text blocks and a pic here, and text and a pic there.
I have tried at least 3 of those template and WYSIWYG thingys, but never get too far.

jeaniesa
06-11-2002, 12:11 PM
I've found it quite useful to bring the pages generated by Photoshop into a website editor to modify text. You can control the Photoshop gallery somewhat in terms of title, etc. - but if you want to include notes on how you did it, then you'll need to edit the result that Photoshop gives you. Of course, it's true that you lack control as to where the photo actually goes on the page - Photoshop gives you a few standard options, but that's it.

I'm not a great one to give advice though, since I don't really have a website myself. I've just helped with one using Frontpage, which a lot of people can't stand because of the extraneous stuff it inserts into the HTML code, but I found very straightforward to actually use.

Like Doug said in the "Your website" thread - you really need to start with a plan. Find another site or two that you like and use that as a starting place for your plan. It will help immensely to see what you're working towards!

Jeanie

Photoshop Wizard
01-26-2005, 12:00 PM
I found a problem with the Photoshop CS horizontal slideshow. The javascript generated on my Mac version incorporates a time delay for paging through the slides, and works just fine on all the browsers I tested on the Mac, but fails on IE for Windows XP and Windows 2000 Pro. On the PC, the show changes only the first slide, and then remains dormant, with a page error flag in the status bar. You can still page back & forth with the arrow buttons, and jump to any slide from the thumbnail navigation pane. I really want this simple slide show fuction to work on both platforms. I am burning a custom hybrid CD, so I can easily include a "Windows" version. My goal is to burn a CD that will make the same presentation on Mac or PC.
The show is available to view on line: www/dwiggins.com/teach
Thanks for your time.

Doug Nelson
01-26-2005, 12:43 PM
Is this the default template? Does it work if you use the default templates? The error I get is that an indicated value (a frame URL, I believe) is empty.

I also see a %20 in the URL, perhaps you have UTF-8 checked?

jenakane
01-04-2008, 03:56 PM
Anyone there that can help me with Photoshop Web Gallery?

Dave.Cox
01-04-2008, 04:09 PM
Hi Doug.

I also see a %20 in the URL, perhaps you have UTF-8 checked?

The %20 that you see in the URL, is the HTML way of displaying a space. There are a number of applications that don't like to see a space in URLs or filenames, since that is technically white space. So what they will do, is replace the space character with the code '%20' Browsers recognize this as a standard replacement for the space character, and will process it correctly.