Go to file
Remy Sharp a3b18476f4 border-radius: 10px; (because Opera supports it!) 2010-03-02 22:22:27 +00:00
images Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
.htaccess htaccess for missing .html 2010-02-03 09:04:51 +00:00
MIT-LICENSE.TXT License 2010-02-03 09:08:26 +00:00
README.markdown TODO: clearer versioning 2010-02-03 09:27:29 +00:00
canvas-grad.html Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
canvas.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
contenteditable.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
cruncher.js Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
database-rollback.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
database.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
dizzy.mp4 Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
dizzy.ogv Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
drag-anything.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
drag-orig.html Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
drag.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
drag2.html Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
geo.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
h5utils-offline.js Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
h5utils.js Fixed binding to window object 2010-02-10 08:10:21 +00:00
html5demo.manifest Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
index.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:22:27 +00:00
jquery.js Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
non-worker.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
offline.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
offlineapp.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
postmessage-target.html Tweaked postMessage examples to use getElements rather than querySelector 2010-02-10 08:10:06 +00:00
postmessage.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
postmessage2.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
storage.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
tweets.js Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
video-canvas.html Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00
video.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
worker.html border-radius: 10px; (because Opera supports it!) 2010-03-02 22:21:15 +00:00
worker.js Loading existing examples from html5demos.com 2010-02-03 08:59:46 +00:00

README.markdown

HTML5 Demos and Examples

A collection of HTML5 experiments I've created, now open source and on GitHub, so please go ahead and help me hack this resource in to a wealth of demos that other authors can learn from.

Aim

  • If a user can hit view source on the demo, then we've done our job
  • Where possible browser support should be named (FF3.5, etc)
  • All content is open source and content is Creative Commons Share Alike 2.0
  • Individual demos, if authored by someone other than @rem can be credited as appropriate

Demos Required

  • Microdata
  • SVG
  • More audio and video demos
  • More introductions to canvas
  • More event based stuff
  • WebSockets (@rem - have a demo ready, but not the server side)

TODO

  • Clearer versioning on the demos, rather than "All bar Opera", should include last version to support feature, i.e. Opera 10.10b, Chrome 4 dev, Safari 4.0, etc.
  • Reorganise the directory structure to categorise demos
  • Create an easy way to drive the template for the site (currently it's a complete copy for each of the files)