Tuesday, March 28, 2006

New Project: ExplorerCanvas

If you do web development and need your pages to render properly in any browser, you should take a look at the latest open source project from Google. ExplorerCanvas is a JavaScript implementation of the canvas tag for Internet Explorer. The <canvas> HTML element allows you to create programmable 2-D graphics, and it is supported by Firefox, Safari and Opera 9. To make your canvas-ified pages work in IE, all you have to do is add a single script tag.

We've made the code for ExplorerCanvas available on SourceForge: check it out!

No comments:

Post a Comment