The EqualHeights jQuery Plugin

After I wrote and published my last article on writing a function to equalize heights in jQuery, I realized that the function would probably make a really useful jQuery plugin. This is that plugin. This plugin is slightly more sophisticated than the function I wrote earlier this week. […] Read Article

A Default Print Stylesheet Template

Most modern websites don’t look all that attractive when printed using the site’s default CSS: overly-large widths, screen-friendly fonts, and creative color choices all work together to make most sites less than useful on the printed page. However, this tutorial and accompanying downloadable template should help you on your way to building your own personally customized print CSS. […] Read Article