Richard wrote:
> I spent several hours last night going through numerous freeware and
> javascript ideas for web galleries.
> Most all of them were based on the same theme....
I've got my PHP driven gallery working pretty well now:
http://www.edgehill.net/1/
It's not intended for distribution, I'm an ameteur programmer but maybe
gives you some ideas.
It gives only 6 thumbnails on top & the big picture below which should
fit on most screens without scrolling & not require much to load.
It's designed for many frequently added galleries in nested folders in
categories and is pretty easy to navigate IMO. I only need to resize my
pics & create thumbnails in a 'thumbs' subfolder using irfanview then
dump them up on ftp. The PHP scripts format it all from there.
The URL's are still awfully long unfortunately.
At home I have a form interface for creating annotations with simple
text files that match the jpg file names. I manually create index.txt
files where I want some additional info to appear for the whole page and
title.txt files where I want a bit more control of the folder name. If
there are no pictures or index, it lists the file contents, if there is
an index.htm, it makes a link to that. For folders with no pictures,
only subfolders, I create a thumbs subfolder with one small pic to give
it a thumbnail image.
It would be possible to have php resize the images & create the thumbnails.
I did use some tables to get around some formatting problems but it's
mostly CSS based with wrapping shrinking divs.
If you had only a few galleries, it would be possible to run such a
script on your PC & direct the output to static html pages. Someone
could set up a web page to generate this for people from the web also.
Here's another example of a similar approach:
http://www.porjes.com/bruciebugs/bugs.php?style=02