It seems now adays anyone with a little skill makes an image gallery as their hobby/project.
...
....
..
I am no exception!
So I proudly announce my own image gallery project.
Features
1. Drill down navigation with tags unlike the usual tag cloud. I think tag clouds are confusing and useless when you have a large amount of content to share.
I also think that tags (as flickr does it) are lacking something: a heirchichal view.
Example: I'm looking for pictures of dogs. I don't know what type exactly, but I know what I'm not looking for. With other image galleries, I have to go to the over general 'dog' tag, then hunt through the files manually.
With this. I find the dog tag, and then the software lists all the tags beneath it... golden retriever, bulldog, etc. I can exclude the things I don't want to further narrow my search.
2. 100% Buzzword compliance. I used the Symfony framework in PHP5 to develop this. It came with Prototype and Scriptaculous bundled so I felt compelled to use it.
3. Automated mass uploading. Click one button. Select 10, 20, or a 1000 pictures from a folder in your computer and watch them queue up and upload into your album.
4. Quick and easy re-organizing. If that album is out of order, how do you fix it? Click sort, and you see the entire album at once. Drag and drop pictures to re-order them.
5. Tag suggestions. Just uploaded something? Don't know where it'll fit in with a tag? The software is capable of suggesting tags for you. It looks at the title, and sees if there are any tags in the system related to those words.
===================
And I'm improving it pretty much everyday.
I have my friends "beta" testing it, but I'd like a little advice from other developers.
So please, take a look at this. Tell me what you think, and what areas I can improve upon or are already shining nicely.
Disclaimer: The amount of javascript you load initially is obscene. I'll compress and optimize for loading time later, but right now its in 'dev' mode.