Live data from Hacker News

Review my weekend HTML5 project: DropMocks

dropmocks.com

51–60 of 115 posts

Re: Review my weekend HTML5 project: DropMocks

#51
post #34

Earlier quoted context omitted.

Gmail had it for almost a year.

Gmail uses Flash (Adblock shows block Flash thingie). ---- Edit: upon further inspection, it seems Gmail indeed does use Flash [1], just for a different part of the upload process (progress bar?). Drag and drop is only supported in Chrome and Firefox [2], so I suppose this is HTML5. [1] https://mail.google.com/mail/uploader/uploaderapi2.swf [2] http://gmailblog.blogspot.com/2010/04/drag-and-drop-attachme...

I don't think so. Maybe it falls back to flash on some browsers, but it works just fine on Chrome with flashblock enabled.

Re: Review my weekend HTML5 project: DropMocks

#54
post #51
post #34

Earlier quoted context omitted.

Gmail uses Flash (Adblock shows block Flash thingie). ---- Edit: upon further inspection, it seems Gmail indeed does use Flash [1], just for a different part of the upload process (progress bar?). Drag and drop is only supported in Chrome and Firefox [2], so I suppose this is HTML5. [1] https://mail.google.com/mail/uploader/uploaderapi2.swf [2] http://gmailblog.blogspot.com/2010/04/drag-and-drop-attachme...

I don't think so. Maybe it falls back to flash on some browsers, but it works just fine on Chrome with flashblock enabled.

[deleted]

Re: Review my weekend HTML5 project: DropMocks

#57
This is awesome stuff, great job.

However, I dragged an image ( but did not have any extension) - and it mentioned that the file is not an image.

I know this is a rare case ( heck what are the odds of me selecting me 1 pic which does not have an extension!) Anyways, good stuff.

Re: Review my weekend HTML5 project: DropMocks

#59
I'm on Chrome 6 on Ubuntu. It's telling me that my browser isn't supported.

(Reason #101 why I hate browser sniffing, no one ever gets it right).

Beyond that, I wish you the best of luck, it sounds like something I can use.

Re: Review my weekend HTML5 project: DropMocks

#60
Did you consider using the new GAE API for image serving? I think it requires objects to be actual blobstore objects rather than in the datastore as a blob property, but it does dynamic image thumbnails. It does do dynamic resizing of picture to a bunch of different sizes, but requires a slightly different workflow to get pictures into the db.
Post reply on HN