[Discuss] 30% Apple
Ben Eisenbraun
bene at klatsch.org
Mon Aug 15 10:46:19 EDT 2011
On Thu, Aug 11, 2011 at 10:06:49AM -0400, Matthew Gillen wrote:
> It is true for many apps that are merely better interfaces to a website
> than the website normally has. However, there are some things that would
> be a PITA to do in HTML5 that would work across browsers (and by that I
> mean the ipad's built-in browser vs. android's built-in browser vs the
> various third-party browsers). For instance, NPR's news app has a nice
> interface for scrolling between stories (swiping from side to side).
That's straightforward actually:
http://css-tricks.com/examples/MovingBoxes/
You can do it without HTML 5, but the HTML 5 demos looked nicer.
> Not to mention every app developer's predilection for wanting to know
> your location so they can deliver locale-specific data...
That's easy too:
http://diveintohtml5.org/geolocation.html
The harder stuff is, e.g. recording audio from the mic. That's in the HTML
5 spec, but the support for it is still pretty raw:
https://wiki.mozilla.org/HTML5_Speech_API
Or camera support for the browser, which is even more raw:
http://www.w3.org/TR/2011/WD-html-media-capture-20110414/
They're working on all this stuff though:
http://www.w3.org/2009/dap/
-ben
--
irrationality is the square root of all evil. <douglas hofstadter>
More information about the Discuss
mailing list