Posted by walterbyrd on September 12, 2004, 1:16 pm
Please log in for more thread options
Let's suppose I have dozens, or hundreds of JPGs. I want to put them
in photo album sort of format. With thumbnail and all. Do I have to
specically spell out the full name of each file? Or is there a way to
create a script that will pick up the next JPG, and put it in the next
location?
Posted by Dave Patton on September 12, 2004, 8:35 pm
Please log in for more thread options
walterbyrd@iname.com (walterbyrd) wrote in
> Let's suppose I have dozens, or hundreds of JPGs. I want to put them
> in photo album sort of format. With thumbnail and all. Do I have to
> specically spell out the full name of each file?
I presume you mean as part of a webpage?
HTML is a markup language, so if you didn't provide the
name(s) of the file(s), how would the browser know what
image(or image thumbnail) to request from the server?
> Or is there a way to
> create a script that will pick up the next JPG, and put it in the next
> location?
Easy to do if you use server-side scripting, which could
just read the names of all the images in your image directory,
and create a webpage on-the-fly.
You could also use software on your PC which creates 'photo
albums'(i.e. HTML pages), and upload the HTML and images
to the server.
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/ My website: http://members.shaw.ca/davepatton/
Posted by walterbyrd on September 13, 2004, 8:14 am
Please log in for more thread options
> You could also use software on your PC which creates 'photo
> albums'(i.e. HTML pages), and upload the HTML and images
> to the server.
Could you recommend such a product?
Posted by kaeli on September 13, 2004, 1:44 pm
Please log in for more thread options
walterbyrd@iname.com enlightened us with...
> > You could also use software on your PC which creates 'photo
> > albums'(i.e. HTML pages), and upload the HTML and images
> > to the server.
>
> Could you recommend such a product?
>
I like Photoimpact, myself.
--
--
~kaeli~
You feel stuck with your debt if you can't budge it.
http://www.ipwebdesign.net/wildAtHeart http://www.ipwebdesign.net/kaelisSpace
Posted by Dave Patton on September 13, 2004, 4:47 pm
Please log in for more thread options
walterbyrd@iname.com (walterbyrd) wrote in
>> You could also use software on your PC which creates 'photo
>> albums'(i.e. HTML pages), and upload the HTML and images
>> to the server.
>
> Could you recommend such a product?
As I don't use such products, I can't "recommend" one.
You could take a look at Web Album Generator:
http://www.ornj.net/software/webalbum/
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/ My website: http://members.shaw.ca/davepatton/