I have a client with over 150 images in a folder that he wants to display on his website that I have created. Now usually I would use a simple javascript slide show but this will take days with this many photos. Does anyone have script or program they recommend that could help me do this and not make it too simple. The album would have to hopefully be generated on just a simple html website page.
There’s no need to take days to set up a JavaScript slideshow. All you need to do is dump all the images in a folder (preferably ‘saved for web’, of course) and place a list of links to them in the HTML, which can be done in one quick hit with an editor.
Then just use a script like SlimBox (my favorite) and your gallery is up.