public marks

PUBLIC MARKS from Spone with tags javascript & ie

March 2010

HTML5 enabling script

by 4 others
Since HTML5 is getting more attention by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as article, is to use the HTML5 shiv, I've quickly put together a mini script that enables all the new elements.

February 2010

explorercanvas - Project Hosting on Google Code

by 2 others
Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.

March 2009

DD_roundies: Code-only rounded HTML boxes

by 1 other
This is a Javascript library that makes creation of rounded-corner HTML boxes easier, with a focus on Internet Explorer. IE is supported through use of VML. Standards-compliant browsers are, by default, ignored.