Whee, FileBrowsing!
I set up The File Browser last night on the Photos page and it is going to be outstanding. I’ve searched so long for a gallery that is very minimal— I don’t want user registration, guest albums, ratings, comments, plugins, any of it! I just wanted a simple gallery that I could upload folders of images to via FTP, and it would figure out the rest itself. TFB is just such a program. I had to do some serious hacking on it; it was created for fluid layouts instead of my fixed-width page, and it wasn’t compatible with XHTML 1.1 (because it used document.write), but in the end it was well worth it. Photos, here we come!
1:32 pm
Hmmz… is it a huge job to change it so that it works with fixed width?
(If not I think I’ll download it myself).
Your photopage looks great now.
3:37 pm
It was a much bigger job to change it to work with XHTML 1.1. I had to rip out all the image resizing code and rewrite it myself from scratch.
Fixed-width stuff is about 90% just CSS and templating changes, good luck