Review my weekend HTML5 project: DropMocks
91–100 of 115 posts
Re: Review my weekend HTML5 project: DropMocks
#92cool project
Re: Review my weekend HTML5 project: DropMocks
#93I am really impressed. Clean and simple to use. I can't believe that this is a weekend project. I am currently studying your code. Thanks for making it available.
Without that context it is just magic(and even then idea and implementation is great). But I think there must be something many of us can do in a weekend that will look like magic. But it was possible because of months/years of experience.
Re: Review my weekend HTML5 project: DropMocks
#94Re: Review my weekend HTML5 project: DropMocks
#95I didn't realize submission text would be eaten for external links, so here it is: 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 a simple Python App Engine backend, and the uploader relies on the PushState, File, and FileRea…
Re: Review my weekend HTML5 project: DropMocks
#96Privacy can be an issue if the secret url leaks. Maybe a visit count/log (to detect leaks) and a (change) option (to get a new url and close the previous one).
Re: Review my weekend HTML5 project: DropMocks
#97didnt pass my browser sniffer, firefox 3.6 on ubuntu, but I know that supports drag and drop uploads, I wrote an image uploader the other week http://dropup.net/
Re: Review my weekend HTML5 project: DropMocks
#98Re: Review my weekend HTML5 project: DropMocks
#99pretty slick :) I created a client-side image shrinker - demo at http://kimsal.com/shrinker - github at http://github.com/mgkimsal/jsclientshrinker Perhaps integrating this functionality for images that are 'too big' (whatever file size you decide) would be a nice enhancement? :)
Re: Review my weekend HTML5 project: DropMocks
#100didnt pass my browser sniffer, firefox 3.6 on ubuntu, but I know that supports drag and drop uploads, I wrote an image uploader the other week http://dropup.net/