photo album

anyone know how to create a photo album on webpage? The kind where just one picture shows and you can click a button at the top for next photo.<!--content-->The best most efficient way would be to use a server side language, that would automate it so you do not have to code it all. What server side scripting options do you have?<br />
<br />
You can just place a link to the next image and to the previous image on the image idsplay page and then have thumbnails and a thumbnail page, but that is a lot of html and would be a pain in the butt to set up.<br />
<br />
<!-- m --><a class="postlink" href="http://quasi-ke.servebeer.com/filmstrip.asp">http://quasi-ke.servebeer.com/filmstrip.asp</a><!-- m --> is the only thing I have online now that I made as far as an image gallery goes. <!-- m --><a class="postlink" href="http://quasi-ke.servebeer.com/flashgallery.aspx">http://quasi-ke.servebeer.com/flashgallery.aspx</a><!-- m --> is an asp.net example of a flash cartoon gallery. Neither one makes the numbs for you and the asp one is just a auto filmstrip affect, it does not read images from the directory like the asp.net example. If you have access to either asp or asp.net I can point you to a few good premade galleries.<br />
<br />
Php has some good premade galleries too, so if you have php I can point you to a good php one or two.<!--content-->Originally posted by unlimited <br />
anyone know how to create a photo album on webpage? The kind where just one picture shows and you can click a button at the top for next photo. <br />
The type you describe is usually javascript and therefore not the best solution. As peo said, a server side one would be better, although you could use an iframe like this:<br />
<!-- m --><a class="postlink" href="http://emdevelopments.co.uk/demo/iframe/">http://emdevelopments.co.uk/demo/iframe/</a><!-- m --><!--content-->Javascript solution is possible if done right: <!-- w --><a class="postlink" href="http://www.klproductions.com/klslideshow.html">www.klproductions.com/klslideshow.html</a><!-- w --><br />
Which one is better (server side or client side) would depend on the number and size of images.<!--content-->and budget ;)<!--content-->ok Thanks alot guys :)<!--content-->
 
Back
Top