473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

photo gallery html generation

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

Jul 20 '05 #1
5 4174
Ivo
"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
Jul 20 '05 #2
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&pag ename=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.
Jul 20 '05 #3
In article <41********@news.comindico.com.au>, fraser <fr**@nowhere.tv>
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.
Jul 20 '05 #4
fraser <fr**@nowhere.tv> wrote in news:41********@news.comindico.com.au:
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/
Jul 20 '05 #5
fraser <fr**@nowhere.tv> wrote in news:41********@news.comindico.com.au:
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.


This particular issue motivated the first ever Perl script I wrote. It is
a small and simple script that requires you to prepare a template file.

You can see it in action at:

http://www.unur.com/cgi-bin/photobro...=cols3;rnd=yes

The source code for the script is available at:

http://www.unur.com/comp/photobrowser/photobrowser.txt

I can't promise a lot of support, but it is something to look at if you
are in a DIY mood.

--
A. Sinan Unur
1u**@llenroc.ude.invalid
(remove '.invalid' and reverse each component for email address)

Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Daniel Kelly \(AKA Jack\) | last post by:
Hi! I'm searching for a Photo Gallery software package (like Coppermine and Gallery) that works, from the ground up, like a database-driven app. In other words, I want a gallery which entirely...
10
by: matt | last post by:
I have this code, works perfectly on Windows server, but now i'm trying to run it on a Linux server, the form submits, i get no errors, but the photo doesnt upload, and the caption file doesnt...
7
by: Eric Lindsay | last post by:
I would like to do a photo gallery with a liquid layout. I wanted to center a caption below each photo (or above each photo). I can do that easily with tables, but then I don't have a liquid...
1
by: desjardins.daniel | last post by:
Hi ! Excuse my english, i'm a french canadien... So here my message : I have put on my site a photo gallery and at the right a nav menu. This menu has a red dot visible want someone is passing...
13
by: Viken Karaguesian | last post by:
Hello everyone, Can anyone recommend a good online site to learn PHP? The W3Schools website is quite lacking - leaves much to be desired. I'm sure there are many places, but which ones are good?...
1
by: Throw | last post by:
G'day everyone I'm looking for a simple photo gallery script in PHP (or Perl), but not too simple. I have tried several photo gallery scripts in either language and I have found that they are...
1
by: Xah Lee | last post by:
The following is a program to generate thumbnail images for a website. Useful, if you want to do that. It is used to generate the thumbnails for my “Banners, Damsels, and Mores” project...
1
by: cumupkid | last post by:
II am trying to create a form that will allow me to upload photos to a folder in the site root directory and add the information to the mysql db at the same time. I have created two forms, one...
0
nomad
by: nomad | last post by:
Hello Everyone. I founded an Flash and xml photo gallery. It works but I took it to another step What I want is to have six different galleries in one Flash file. I figure out how to do that but ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.