Skip to content

Commit 973a376

Browse files
committed
updated demo support - currently bug in Opera with files with spaces, and changed promo
1 parent 652fd1c commit 973a376

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

demos.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url": "gum-canvas",
55
"tags": "getUserMedia canvas",
66
"support": {
7-
"live": "",
8-
"nightly": "chrome opera"
7+
"live": "opera",
8+
"nightly": "chrome"
99
},
1010
"test": "navigator.getUserMedia !== undefined"
1111
},
@@ -14,8 +14,8 @@
1414
"url": "gum",
1515
"tags": "getUserMedia",
1616
"support": {
17-
"live": "",
18-
"nightly": "chrome opera"
17+
"live": "opera",
18+
"nightly": "chrome"
1919
},
2020
"test": "navigator.getUserMedia !== undefined"
2121
},
@@ -197,7 +197,7 @@
197197
"url": "drag",
198198
"tags": "dnd",
199199
"support": {
200-
"live": "ie firefox safari chrome"
200+
"live": "ie firefox safari chrome opera"
201201
},
202202
"test": "Modernizr.draganddrop"
203203
},
@@ -206,7 +206,7 @@
206206
"url": "drag-anything",
207207
"tags": "dnd",
208208
"support": {
209-
"live": "ie firefox safari chrome"
209+
"live": "ie firefox safari chrome opera"
210210
},
211211
"test": "Modernizr.draganddrop"
212212
},

index.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,20 @@ function spans($list) {
5353
</header>
5454
<article>
5555
<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>
56+
<?php /*
5657
<section>
5758
<a href="http://introducinghtml5.com" id="ih5">
5859
<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>
5960
</a>
6061
</section>
61-
<?php
62-
/*<section>
63-
<a href="http://leftlogic.com/training?ref=html5demos.com#node" id="promo">
64-
<p><strong>Learn how to create real-time applications with HTML5 &amp; Node.js</strong></p>
65-
<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>
62+
*/ ?>
63+
64+
<section>
65+
<a href="http://2012.full-frontal.org/workshop/tooling#tooling" id="promo">
66+
<p><strong>Learn the power tools for your job: git, SASS, require.js and more</strong></p>
67+
<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>
6668
</a>
67-
</section>*/
68-
?>
69+
</section>
6970
<p id="tags" class="tags">
7071

7172
</p>

0 commit comments

Comments
 (0)