Live data from Hacker News

Review my weekend HTML5 project: DropMocks

dropmocks.com

1–10 of 115 posts

Review my weekend HTML5 project: DropMocks

#1
I had an itch to scratch around making it easy to share sets of images with other designers and thought that I could use the new drag and drop file support to solve it. DropMocks was the result after a quick weekend of hacking.

It's built on an App Engine backend, and the uploader relies on the PushState and the File API from HTML5, so it only currently works in Chrome 6 and Firefox 4*; supporting other browsers would be the first post-hack step if I were to take it further.

An example gallery can be found here: http://www.dropmocks.com/mSER

Review my weekend HTML5 project: DropMocks
dropmocks.com

Re: Review my weekend HTML5 project: DropMocks

#2
I would love to see this integrated via an API into other sites, as it is definitely the fastest/cleanest image uploading & gallery I've seen to date. Some probably obvious suggestions: different views, display filesize/type info when mousing over an image, zoom in/zoom out, paid-users could have subdomains and gallery names instead of dropmocks.com/XXXX, etc. I envy your sweet design skills and attention to detail in the implementation (left/right/up/down keys work to go through the gallery, nice!). I would imagine you're aware, but be warned that trying to profitably monetize an image hosting site will be hard. Take a look into the guy who started imgur (mrgrim -- http://www.reddit.com/user/MrGrim) for useful insights on image hosting (assuming that's the route you're looking to take, and not a "YouTube Instant job offer").

Re: Review my weekend HTML5 project: DropMocks

#9
post #8

Fucking brilliant! I'd love to hack on this... are you using app engine? Is it open source? In particular, you know what would make this rock*10^6? facebook/dropbox integration.

I would very much like to have this auto-pull from Dropbox folders; it is something for another weekend.

I just posted the source: http://github.com/glenmurphy/dropmocks

Post reply on HN