Projects
Feel free to browse through some of my open-source projects. All scripts are released under the MIT Licence. All projects are now hosted on GitHub, there you will find the newest updates and any projects I am currently working on.
FX
A lightweight and standalone JavaScript library for animation and effects. Perform a tween on almost all CSS properties including colors and scrolling. Includes transitional easing for smooth animations and an optional callback.
onDOMReady
A new solution to handle functional execution as soon as the DOM has loaded. A cross-browser solution that implements no browser detection, instead opting for some unique parsing.
XML & XSLT Processor
Simple library to handle your most basic XML and XSL tasks. Load local files, perform XPath queries, parse an XML string into a document and visa versa, and perform XSL transformations for DOM injections.