|
Posted by fraser on July 27, 2004, 6:41 am
Please log in for more thread options
Hi,
I have a photo gallery with cat photos here http://mouserspage.cjb.net
From the beginning, I have been making each page of thumbnails, with a
separate page for each photo, entirely in plain html. Since the number
of photos I have has increased greatly, it becomes a long and tedious
process to go through all the pages to edit the links (to newly added
pages) and add in the new pages etc...
Is there any way to automate this process, with a script of some type
for example, but still be able to retain the look and feel of the
website as it is today? I've never done anything with scripts on web
pages before.
I don't have a problem with the creation of the photos and the
thumbnails in Photoshop, it's just getting the html pages together to
put the photos into which is taking up all the time.
Any suggestions?... Or should I just continue as I always have making
each html page manually?
Fraser
|
|
Posted by Ivo on July 27, 2004, 9:05 am
Please log in for more thread options
"fraser" wrote
> I have a photo gallery with cat photos here http://mouserspage.cjb.net >
> From the beginning, I have been making each page of thumbnails, with a
> separate page for each photo, entirely in plain html. Since the number
> of photos I have has increased greatly, it becomes a long and tedious
> process to go through all the pages to edit the links (to newly added
> pages) and add in the new pages etc...
>
> Is there any way to automate this process, with a script of some type
> for example, but still be able to retain the look and feel of the
> website as it is today? I've never done anything with scripts on web
> pages before.
There certainly are, both server-side (PHP, Perl etc. on your host's
computer) and client-side (Javascript in the user's browser). You don't have
control over the client side and therefore cannot rely on Javascript for
your navigation. Search engines bots will not (yet) find it.
The basics of PHP are not difficult to learn, and resources are abundant on
the web (http://www.php.net), and you don't need more than the basics for
the purpose of described photo-album. Even the thumbnails can be created
automatically on the server. If you make a script that reads the entire
content of a directory, all you need to do to publish new photographs is
upload them!
See for example http://4umi.com/image/wallpaper/
> I don't have a problem with the creation of the photos and the
> thumbnails in Photoshop, it's just getting the html pages together to
> put the photos into which is taking up all the time.
Photoshop can create standard HTML files from a collection of pictures.
> Any suggestions?... Or should I just continue as I always have making
> each html page manually?
You always have that option.
HTH
Ivo
|
|
Posted by AES/newspost on July 27, 2004, 9:41 am
Please log in for more thread options wrote:
> Is there any way to automate this process, with a script of some type
> for example, but still be able to retain the look and feel of the
> website as it is today? I've never done anything with scripts on web
> pages before.
iView Media Pro, excellent photo cataloging system now available for
both Windows and Mac, has a built-in template-based system for creating
HTML galleries.
You can select and organize the images you want by dragging and
dropping them in the catalog's thumbnail view window, then create the
entire gallery (index.html page, individual image pages, and associated
thumbnail and image copies, with associated text, all in their own
folder) with a single menu command. A number of standard gallery
templates come with the program, and it's fairly easy to create you own
custom template.
iView is retail software, not shareware, but is very well regarded, with
excellent cataloging, searching, editing, slide show creation and
projection, and other capabilities.
|
|
Posted by marathon on July 27, 2004, 11:07 am
Please log in for more thread options On Tue, 27 Jul 2004 05:41:21 GMT, fraser in comp.infosystems.www.authoring.html
wrote:
>Hi,
>I have a photo gallery with cat photos here http://mouserspage.cjb.net
> From the beginning, I have been making each page of thumbnails, with a
>separate page for each photo, entirely in plain html. Since the number
>of photos I have has increased greatly, it becomes a long and tedious
>process to go through all the pages to edit the links (to newly added
>pages) and add in the new pages etc...
>Is there any way to automate this process, with a script of some type
>for example, but still be able to retain the look and feel of the
>website as it is today? I've never done anything with scripts on web
>pages before.
>I don't have a problem with the creation of the photos and the
>thumbnails in Photoshop, it's just getting the html pages together to
>put the photos into which is taking up all the time.
>Any suggestions?... Or should I just continue as I always have making
>each html page manually?
There's a very nice PHP album called "Gallery". It is very practical,
and if one is familiar with PHP at all, one can easily customize the
look 'n feel. What I like about it is the JAVA up-loader one can
implement, which resizes and thumbnails on the fly, while uploading.
I'm fond of the slide show feature. The whole package is quite slick.
<http://gallery.menalto.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Download> or TinyURL;
<http://tinyurl.com/6nzsl>
--
ATTENTION
This room is fullfilled mit special electronische equippment.
Fingergrabbing and pressing the cnoeppkes from the computers is
allowed for die experts only! So all the "lefthanders" stay away
and do not disturben the brainstorming von here working
intelligencies. Otherwise you will be out thrown and kicked
anderswhere! Also: please keep still and only watchen
astaunished the blinkenlights.
|
|
Posted by Dave Patton on July 27, 2004, 6:43 pm
Please log in for more thread options
> Hi,
>
> I have a photo gallery with cat photos here http://mouserspage.cjb.net >
> From the beginning, I have been making each page of thumbnails, with a
> separate page for each photo, entirely in plain html.
> Is there any way to automate this process
You might want to look at Web Album Generator:
http://www.ornj.net/software/webalbum/ "Web Album Generator is a free software application for
Windows 98, ME, 2000, XP or higher that helps you easily
create photo albums for the World Wide Web."
"Web Album Generator takes care of the dirty work, creating
the necessary JPG thumbnails, HTML and CSS files with strict
standards compliance."
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/ My website: http://members.shaw.ca/davepatton/
|
| Similar Threads | Posted | | Photoshop autogenerate Web Photo Gallery | June 23, 2005, 4:24 am |
| Where can I learn PHP? Want to create photo gallery. | February 21, 2006, 1:57 pm |
| Need recommendation on website revenue generation -- subscription-based or sponsorship models? | October 17, 2005, 2:21 pm |
| Formattable photo emails? | August 25, 2004, 4:00 am |
| Photo Sharing FotoGB.com | May 11, 2005, 1:59 am |
| Photo Album Project | January 1, 2006, 8:41 pm |
| Photo survey tools? | March 6, 2008, 10:15 am |
| HTML reprocessor: how do you get rid of bloated (obese) MS-Word (normal or filtered) HTML? | November 5, 2006, 8:14 pm |
| Share common HTML code among different HTML files? | May 14, 2005, 11:05 pm |
| HTML Editor with WYSIWYG & Manual HTML Editing | July 18, 2007, 10:32 pm |
|