Code
At the moment, there are just a few snippets of JavaScript here.
- String.pad(): emulates the
str_pad()function in PHP. Minified version. Documentation. - IeHrfix: Fixes a CSS bug in IE6/7. Documentation.
- targetBlank: A fix for XHTML Strict validation errors caused by
target="_blank".