Getting started with HTML5′s Web Sockets
Web Sockets is a new addition to HTML5 that allows you to create a persistent connection with a server for communication. With Ajax,...
Read MoreReader Question: How to look at the computed style of an element?
We recently got a question from Michael, who asks: When troubleshooting CSS issues, how can I determine the source of a style that is...
Read MoreReader Question: Incrementing variables
I got a good reader question today about incrementing variables. This reader is completely new to programming and was getting confused...
Read MoreReader Question: What are -webkit- and -moz-?
We recently got a question from Jack, a reader of Head First HTML5 Programming, about the CSS used in the example in Chapter 3. In this...
Read MoreHow to make a pie chart with HTML5′s canvas
One of the best things about the HTML5 <canvas> element is that we can now do things like this: without needing a plug in. I...
Read More





Recent Comments