reboot10, June 27
How we're beating the proprietary platforms
URLs
Servers
Apache, IIS, lighttpd, …
Clients
Opera, Firefox, Safari, …
iPhone, Opera Mini, …
View Source … Profit!
@font-face {
font-family:"Shiny Font";
src:url(shinyfont.ttf)
}
@font-face
is part of Acid3
CSS: flexible box model
HTML5 covers both applications & documents
<video src=…>
<video src=… controls>
<audio …>
<section>
, <header>
<time>
<html manifest="/cache-manifest">
window.applicationCache
navigator.
registerProtocolHandler(
"mailto",
"https://gmail.com/?url=%s",
"Gmail");
Integration: showNotification(…)
<meta name=application-name>
<link rel=icon sizes=59x60>
XMLHttpRequest
Level 2
<event-source src="…">
Access-Control: allow <*>
Geolocation being worked on by W3C
Google helping out with Gears
Future of Applications?
The Web (duh)
Start building!
(I did this presentation in HTML)
Thoughts? (Questions allowed…)