updated demo support - currently bug in Opera with files with spaces, and changed promo

This commit is contained in:
Remy Sharp 2012-06-26 11:07:48 +01:00
parent 652fd1c914
commit 973a376937
2 changed files with 14 additions and 13 deletions

View File

@ -4,8 +4,8 @@
"url": "gum-canvas", "url": "gum-canvas",
"tags": "getUserMedia canvas", "tags": "getUserMedia canvas",
"support": { "support": {
"live": "", "live": "opera",
"nightly": "chrome opera" "nightly": "chrome"
}, },
"test": "navigator.getUserMedia !== undefined" "test": "navigator.getUserMedia !== undefined"
}, },
@ -14,8 +14,8 @@
"url": "gum", "url": "gum",
"tags": "getUserMedia", "tags": "getUserMedia",
"support": { "support": {
"live": "", "live": "opera",
"nightly": "chrome opera" "nightly": "chrome"
}, },
"test": "navigator.getUserMedia !== undefined" "test": "navigator.getUserMedia !== undefined"
}, },
@ -197,7 +197,7 @@
"url": "drag", "url": "drag",
"tags": "dnd", "tags": "dnd",
"support": { "support": {
"live": "ie firefox safari chrome" "live": "ie firefox safari chrome opera"
}, },
"test": "Modernizr.draganddrop" "test": "Modernizr.draganddrop"
}, },
@ -206,7 +206,7 @@
"url": "drag-anything", "url": "drag-anything",
"tags": "dnd", "tags": "dnd",
"support": { "support": {
"live": "ie firefox safari chrome" "live": "ie firefox safari chrome opera"
}, },
"test": "Modernizr.draganddrop" "test": "Modernizr.draganddrop"
}, },

View File

@ -53,19 +53,20 @@ function spans($list) {
</header> </header>
<article> <article>
<p><abbr>HTML</abbr> 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an <code>OR</code> filter).</p> <p><abbr>HTML</abbr> 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an <code>OR</code> filter).</p>
<?php /*
<section> <section>
<a href="http://introducinghtml5.com" id="ih5"> <a href="http://introducinghtml5.com" id="ih5">
<p><strong>Introducing HTML5</strong> by Bruce Lawson &amp; Remy Sharp is the first full length book dedicated to HTML5.</p><p>Get it now and kick some HTML5 ass!</p> <p><strong>Introducing HTML5</strong> by Bruce Lawson &amp; Remy Sharp is the first full length book dedicated to HTML5.</p><p>Get it now and kick some HTML5 ass!</p>
</a> </a>
</section> </section>
<?php */ ?>
/*<section>
<a href="http://leftlogic.com/training?ref=html5demos.com#node" id="promo"> <section>
<p><strong>Learn how to create real-time applications with HTML5 &amp; Node.js</strong></p> <a href="http://2012.full-frontal.org/workshop/tooling#tooling" id="promo">
<p>Two day workshop covering real-time HTML5 APIs and Node.js running in March in Brighton, UK. <u>Find out more and grab your ticket now.</u></p> <p><strong>Learn the power tools for your job: git, SASS, require.js and more</strong></p>
<p>One day of tutorials run by 3 different teachers. Choose 4 topics from: git, require.js, SASS, testing, debugging and build processes - and master your tools.</u></p>
</a> </a>
</section>*/ </section>
?>
<p id="tags" class="tags"> <p id="tags" class="tags">
</p> </p>