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

View File

@ -53,19 +53,20 @@ function spans($list) {
</header>
<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>
<?php /*
<section>
<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>
</a>
</section>
<?php
/*<section>
<a href="http://leftlogic.com/training?ref=html5demos.com#node" id="promo">
<p><strong>Learn how to create real-time applications with HTML5 &amp; Node.js</strong></p>
<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>
*/ ?>
<section>
<a href="http://2012.full-frontal.org/workshop/tooling#tooling" id="promo">
<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>
</section>*/
?>
</section>
<p id="tags" class="tags">
</p>