How do I set up a dynamic photo gallery?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set up a dynamic photo gallery which would pull the photos from a
database? Also, can thumbnails be created dynamically or would the database
need to have the thumbnail for each photo?
 
Don't put the image in your DB
- put links to them in your DB (w/ the files in your site)
As for resizing, depends on your host and if the support server side tools like ASPjpeg

--




| How do I set up a dynamic photo gallery which would pull the photos from a
| database? Also, can thumbnails be created dynamically or would the database
| need to have the thumbnail for each photo?
 
Stefan B Rusynko said:
Don't put the image in your DB
- put links to them in your DB (w/ the files in your site)
As for resizing, depends on your host and if the support server side tools like ASPjpeg

--




| How do I set up a dynamic photo gallery which would pull the photos from a
| database? Also, can thumbnails be created dynamically or would the database
| need to have the thumbnail for each photo?
 
Stefan B Rusynko said:
Don't put the image in your DB
- put links to them in your DB (w/ the files in your site)
As for resizing, depends on your host and if the support server side tools like ASPjpeg

--




| How do I set up a dynamic photo gallery which would pull the photos from a
| database? Also, can thumbnails be created dynamically or would the database
| need to have the thumbnail for each photo?
 
And the question is?

--




|
|
| "Stefan B Rusynko" wrote:
|
| > Don't put the image in your DB
| > - put links to them in your DB (w/ the files in your site)
| > As for resizing, depends on your host and if the support server side tools like ASPjpeg
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | How do I set up a dynamic photo gallery which would pull the photos from a
| > | database? Also, can thumbnails be created dynamically or would the database
| > | need to have the thumbnail for each photo?
| >
| >
| >
 
I have photo website and overtime have found some PHP scripts some of them
are very basic and some will use a database. Below are some links to my
images and then a link to the PHP gallery information.

Installing some are easy as copying 1 or 2 files to your server and adding
images to the folder.

The one you may like is FHImage. I have a post in their forum to block the
Frontpage _vti folder from showing. You will need to add a simple line to
that PHP script. Also Gallery2 is very powerful and uses a database and will
create thumbnails for you. This is the most advanced script I have found.

Pixelpost
http://www.yellowecho.com/photoblog/
http://www.pixelpost.org/

PHP Image Script
http://www.yellowecho.com/portfoliogallery/index.html
http://www.jeroenwijering.com/?item=PHP+Image+Gallery

FHImage
http://yellowecho.com/travel/becker_hollow/becker_hollow.htm
http://www.flash-here.com/downloads/fhimage.html

Flash Image Rotator
http://www.yellowecho.com
http://www.jeroenwijering.com/?item=Flash+JPG+Rotator

Untidy Photo Albu
http://www.yellowecho.com/photogall...tidy.php?&screen_width=1024&screen_height=579
http://martin.protgp.com/untidy/index.php

PHPSlideShow v0.9
http://www.yellowecho.com/travel/platte_clove/gallery1/phpslideshow.php
http://www.zinkwazi.com/scripts

Please note some of the above are free but they do accept donations if you
use the script. Please donate to developer if you use and like any of the
above scripts.


Charles
 
This is a wonderful resource. Can you put all this on one of your site's
pages so I can link to it from these pages:
http://www.eleanorstravels.com/PhotoGalleryPrograms/index.htm And this one:
http://www.eleanorstravels.com/photogallerysuggestions.htm
............ Or shall I just take this info and add it to the bottom of my
pages. I prefer the first way!
Eleanor
P.S. Here are my Goblins from late September:
http://www.eleanorstravels.com/GoblinValley2/index.html
I really enjoyed looing at your work. I'll explore some of your suggestions.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top