473,659 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4264
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.infosystem s.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=ph pWiki&file=inde x&pagename=Down load>
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 "lefthander s" 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********@new s.comindico.com .au>, fraser <fr**@nowhere.t v>
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.t v> 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.t v> 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.ud e.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
3392
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 does away with the hierarchical structure of traditional gallery apps and allows the user to select, from a list of criteria, whatever photos he or she wishes to see. For example, each photo would have entries for photographer, category, date,...
10
2872
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 write.... any ideas why?? <?php include 'gall_settings.inc';
7
3252
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 layout. Besides, I wanted to try to do it with CSS. I can do centered captions with text-align. This works provided the element containing each photo is floated left. I have found several examples of how to do this. However I didn't want the...
1
2910
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 over one item or clickong one item. I want to make two things in this page (the sameone http://www.danieldesjardins.com/gallery/1202015) so it would be like a
13
4342
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? I currently run a site with an extensive photo gallery. Hundreds of photos. Right now I have a system which the thumbnails are laid out in a table. You click on a thumbnail and you see the full size picture. That full size picture is in its...
1
2221
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 either too complex or too simple for my purpose. Most photo gallery scripts are intended primarily for sharing new photos continuously and allowing visitors to comment on them. I want something more static, which allows more text content.
1
3224
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 gallery. ( http://xahlee.org/Periodic_dosage_dir/lanci/lanci.html ) Comments and versions in other lang welcome. Xah
1
3601
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 that uploads to photo to the folder in the site root diorectory. One that uploads the info to mysql database. but... When I try to upload them both ways at the same time i cant get it. I am Including code for both pages i have working. Code for...
0
2298
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 when I click on the the galleries I can see the pervious gallery files. The gallery works like this: When you open the gallery there are links on top of the page where you can go to other gallery; with gallery one which has small thumbnails on...
0
8427
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8332
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8746
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8525
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.