Archive for the 'W3C' Category

Monday, May 28th, 2007

With the introduction of HTML5 is the introduction of browser support for the <canvas> element. This is an important introduction because unlike the canvas in Flash and other non-HTML web application frameworks, the drawing here can be accomplished via javascript (or potentially another client side scripting language) and is based on the HTML event model.
I’ve […]