This presentation is an HTML page.
Press → key to advance.
Toggle notes with the 2 key.
Zoom in/out: Ctrl or Command + +/-
Having issues seeing the presentation? Read the disclaimer
This presentation was printed from an HTML page.
A fully interactive version of these slides containing examples and links to further resources can be found at:
http://choppingblock.com/presentations.
This page is based on the HTML5 Slideshow by Marcin Wichary, Ernest Delgado, Alex Russell and Brad Neuberg:
http://apirocks.com/html5/html5.html
“Ok great, how do I
start making stuff?”
<video src="movie.webm" poster="movie.jpg" controls> This is fallback content to display if the browser does not support the video element. </video>
<video poster="movie.jpg" controls> <source src='movie.webm' type='video/webm; codecs="vp8.0, vorbis"'/> <source src='movie.ogv' type='video/ogg; codecs="theora, vorbis"'/> <source src='movie.mp4' type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'/> <p>This is fallback content</p> </video>
<a href="myimage.jpg" rel="shadowbox">My Image</a>
// make for ( var i=0; i<n; i++ ) { c.fillStyle = "hsla("+ 10*i +", 100%, 50%, 1)"; c.fillRect( (barWidth + spacing)* i , 0,barWidth,barHeight); };
Image 1 Image 2 Image 3 Image 4
“This is what the web was supposed to be.”