Paul said:
Thanks but I am a reative newbie to this stff although I am an
experienced programmerI would prefer a utility to help me do it
visually.
However I am keen to learn HTML and Java and if anyone can suggest
any good books on these subjects I would appreciate it.
Paul,
I was like you at the beginning of this year. Also a programmer but with no
knowledge of HTML, CSS or JavaScript (*not* Java - that is something
completely different).
Let me encourage you to take the plunge. You can start easily and keep
learning - there can be a lot to learn but it it ain't too daunting to
start.
What Jens has posted is not difficult to implement. I used this and adpated
it as I went on my own website - have a look if you want to (go to Picture
Album).
Jens' code is almost a complete HTML file - only a few additions are needed.
Before <SCRIPT LANGUAGE="JavaScript">, add:
<html>
<head>
After </body>, add:
</html>
It will work without these, of course. And you should also have a few other
things between <head> and </head>, but as a start don't worry too much. You
just create this file in your text editor and save it as "picture.html", or
any name - just use ".html" or ".htm" extension.
The only other thing you need to do is to create a folder named "images"
under your root folder and add to it:
"1.jpg","2.jpg","3.jpg",etc.
Any names will do as long as they match what is in the code in NewImg = new
Array (.............).
BTW, from my experience over this last year, I doubt that you will easily
find a utility which will do this job as well. This code does the job
perfectly.
A good online reference is
www.w3schools.com.
Amongst other books suggested in this newsgroup are Jim Buyens books - refer
http://www.interlacken.com/
See also
http://www.eleanorstravels.com/PhotoGalleryPrograms/index.htm about
alternatives to FrontPage Gallery for slideshows
Good luck and have fun,
Trevor L.
Website:
http://tandcl.homemail.com.au