Web novice needs dynamic thumbnail pages

  • Thread starter Thread starter dsmcd
  • Start date Start date
D

dsmcd

Hello...

I'm a total at html but have a need for thumbnails on a
page.

But, beyond that, the site is setup so other people can
copy/delete image files direct to the website's folder. I'd
need the thumbnail page to dynamically keep pace with these
changes.

Is there an app that works in conjuction with the web
software that can do this?

WinNT using VisNetic (O'Reilly) Website Pro. May switch to
Apache on WinNT or Win2k.

I apologize if this is a silly question to ask.

Any suggestions?
D.
 
dsmcd said:
Hello...

I'm a total at html but have a need for thumbnails on a
page.

But, beyond that, the site is setup so other people can
copy/delete image files direct to the website's folder. I'd
need the thumbnail page to dynamically keep pace with these
changes.

Is there an app that works in conjuction with the web
software that can do this?

WinNT using VisNetic (O'Reilly) Website Pro. May switch to
Apache on WinNT or Win2k.

I apologize if this is a silly question to ask.

Any suggestions?
D.
Not sure if this will fit the bill, but it's a php script.
Add the thumbnail to one folder, the large corresponding image to
another and aside from some very basic html when you intially use it, it
just does the job.
Tracks all changes dynamically as it is php-driven, not db-driven

It may not be what you are after, but for frequently changing images,
it's superb.
http://www.stadtaus.com/en/
 
Podz said:
Not sure if this will fit the bill, but it's a php script.
Add the thumbnail to one folder, the large corresponding image
to
another and aside from some very basic html when you intially
use it, it
just does the job.
Tracks all changes dynamically as it is php-driven, not
db-driven

It may not be what you are after, but for frequently changing
images,
it's superb.
http://www.stadtaus.com/en/

Thank you. I'm new to html, but I should be able to muddle
through.

Thanks again. Appreciate it.
D.
 
Back
Top