Web standards, usability, accessibility and more...
-
Cross browser multi-column snippet 18/08/2011 11:32
-moz-column-count: 2;
-moz-column-gap: 1em;
-webkit-column-count: 2;
-webkit-column-gap: 1em;
-khtml-column-count: 2;
-khtml-column-gap: 1em;
column-count: 2;
column-gap: 1em; -
Cross browser border-radius snippet 17/08/2011 11:14
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px; -
HTML5 for XP now! 04/04/2011 15:56
Windows XP users should turn their back on Internet Explorer and choose a better browser. HTML5 for XP now!
-
IE6 No More 11/02/2011 09:52
Html/Javascript code snippets to detect users still browsing with Internet Explorer 6 and encouraging them to upgrade to a more modern browser (firefox/ie8/safari/chrome).
-
Head JS - the script that speeds up, simplifies and modernizes your site 01/12/2010 10:09
The only script in your <head> 2.30kb script that speeds up, simplifies and modernizes your site.
Head JS loads scripts in parallel without blocking the page. The performance will be improved even with a single minified script.
-
Moognifier: javascript magnifier using Mootools 22/11/2010 22:50
Moognifier is a lightweight Mootools class used as an inline image magnifier.







