Archive for the 'HTML5' Category

Sunday, July 15th, 2007

I’ve migrated (probably better put, I am migrating) from XHTML 1.0 to HTML 5. Over the past few months now I’ve read several discussions on the pros and cons of XHTML vs HTML 5, and basically I agree with more of the points for HTML 5 than for XHTML. Sure, HTML 5 and XHTML are […]

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 […]