Cross Browser CSS3 and MS Filter Matrix Transform Rotation Using jQuery

Drag the waves.Click the waves to disable mouse rotating. Flip the waves 90 degrees clockwise Flip the waves 90 degrees counter-clockwise Flip the waves 270 degrees clockwise (same as above) Flip the waves 26 degrees clockwise Flip the waves 84 degrees counter-clockwise Flip the waves 108 degrees counter-clockwise Flip the waves 180 degrees either direction [...]

position:fixed; cross browser solution using jQuery

This is an easy way to accomplish position:fixed; across all browsers using jQuery. Works in IE6. $(window).scroll(function() { $(‘#elementName’).css(‘top’, $(this).scrollTop() + “px”); });

Web Tools

This is going to be a list of web development tools that I use. Right now, it’s pretty small. Inspired by this page from elementiks.com. Templates: Bulletproof Templates – Joomla Blank Skeleton Templates Sandbox by Plaintext – WordPress Blank Skeleton Template jQuery: Visual jQuery jQuery API