Monthly Archives: February 2012

Bulk Downloading Google Web Fonts for local use

Google Web Fonts is a very large collection of freely-distributable fonts (some great, some not so great ). They provide a variety of methods for using these in your web pages, which are all fine if you need just a … Continue reading

Posted in Tech | Comments Off

Pure HTML5/JavaScript color picker for Webkit

Touch/mobile-friendly. No Flash. No external images. No reliance on external frameworks (such as jQuery). No CSS (style to suit yourself). Self-contained JavaScript object (should work without interfering with any framework you’re using). Enjoy.  

Posted in Tech | Comments Off

Dynamic Generation and Injection of CSS Using Data URIs

This snippet illustrates how to generate and parse CSS dynamically.  

Posted in Tech | Comments Off