Detecting IE6 in jQuery
if ($.browser.msie && parseInt($.browser.version)< 7) {
//code goes here
}
if ($.browser.msie && parseInt($.browser.version)< 7) {
//code goes here
}
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”);
});
Joomla uses Mootools as a Javascript framework by default, and also has a light-box effect called Squeezebox built in by default. It’s quite easy to add Squeezebox functionality to your Joomla template.
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