Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Photo Database Application

by novitiate (Scribe)
on Apr 04, 2006 at 02:12 UTC ( [id://541070]=note: print w/replies, xml ) Need Help??


in reply to Photo Database Application

Well, the filesystem gives you hierarchy and an RDBMS can give you the tagging you need. To start, I would mock this up with a CGI that has access to a predefined set of folders. You can get a quick tagging system going by making the md5sum of the file be the key in a single table sqlitedb and create entries like (md5sum,tag) each time a tag is applied to a file. there are a million good directory strategies, research them. For thumb presentation try mirroring the full size photos from the top of the tree like: root->photos and root->thumbs, so when someone clicks the thumb, just change the root. this is just a start but i think you'll see how easy it can be. the hardest part will be presentation. you might also want to look at INTERCHANGE, since it is good at cataloguing, you might get most of the functionality you need there.


humbly,
novitiate

"...goodnight you princes of main(e)"  --The Cider House Rules

Replies are listed 'Best First'.
Re^2: Photo Database Application
by MidLifeXis (Monsignor) on Apr 04, 2006 at 16:48 UTC

    I havn't used it, but there is CGI::Application::PhotoGallery. I would also check the C::A archives and wiki to see if there is anything else out there.

    --MidLifeXis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://541070]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (1)
As of 2024-04-24 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found