I am looking for a javascript only photo gallery that can pull photos from an amazon S3 bucket or dropbox.
Does anything like this exist?
Basically I want to create a website for a client that does not need any server side code, and that can pull photos from a place where my client himself can upload his own photos (say amazon s3 or dropbox).
Well, I think you’ll need some server-side code to provide a link between Dropbox and S3. But if they upload directly to S3, you should be able to reference it from S3 directly or cloudfront.
Some packages that may help you on your way:
http://code.google.com/p/js3db/
https://www.amazon.com/clouddrive/learnmore
http://www.andreafabrizi.it/?dropbox_uploader
http://sparkleshare.org/
http://jacwright.com/556/client-side-only-javascript-amazon-s3-cms/
Hope that helps…