Here you’ll find a list of libraries, polyfills and other kinds of reusable scripts I’ve developed over the years.
-prefix-free
-prefix-free is a library that allows you to write standard, prefix-less CSS and have the necessary prefixes added on runtime. It uses feature detection for almost everything. In some ways, I consider -prefix-free my best work so far.
Chainvas
Chainvas is a tiny generic chaining library that can make any API’s methods chainable (like jQuery). Official plugins for the DOM and the Canvas API included.
HTML5 <progress> polyfill
A very thorough (perhaps too thorough) polyfill for the HTML5 <progress> element.
StronglyTyped
A library for constants and strongly typed variables in JavaScript.
Incrementable
A script that enables incrementing/decrementing multiple numeric values in textfields with the keyboard arrow keys.
CSSS
My popular slideshow framework, built exclusively with open web technologies. Includes plugins for editable CSS regions, syntax hightlighting and more.
rgba.php
A server-side script that automatically generates semi-transparent PNGs to be used as fallbacks for RGBA colors.