Tagged 'html'
DevEvening - HTML5 Overview
Posted on , 0 comments, Tagged: devevening, html, markup, talk
Last night I did a talk at DevEvening giving an overview of some of the new and fun things in HTML5 (and associated specs). It was a little on the short side, but as promised I have uploaded the slides and all the links (which the projector rendered pretty much unreadable) here.
Monitoring My Energy Usage (Part 3)
Posted on , 0 comments, Tagged: data, energy-usage, hardware, html
Canvas Circles
Posted on , 2 comments, Tagged: canvas, experimental, html
Spurred on by the excitement of the HTML5 canvas hack night, I decided to put together something of my own using canvas and generally have a good play around with it all, and throw in a few extra new-and-shiny goodies such as audio.
HTML5 Canvas Hack Night
Posted on , 0 comments, Tagged: bmthhack, community, html
Last night I attended Rob Hawkes' first hack night, focusing on HTML 5 canvas. Ever since Rob first mentioned this idea, it was something which appealed to me and it did not disappoint. It was an enjoyable evening of learning and hacking, fuelled by a supply of pizza generously provided by Microsoft thanks to Ben Nunney and Martin Beeby.
Shrinking HTML
Posted on , 0 comments, Tagged: html, markup, optimize
Recently I was looking into making HTML 5 a little smaller. I found that not only can you make all the usual tweaks to save space such as removing any instances of div overload and keeping class names and IDs small, you can actually remove entire chunks of HTML which isn't technically required.