Month: October 2010

Not Found

Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.

Using canvas element in HTML 5

Canvas is an interesting HTML5 feature. HTML 5 defines the <canvas> element as “a resolution-dependent bitmap canvas which can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. Here’s a quick example […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, HTML5, Web | Comments Off on Using canvas element in HTML 5