TypeButter jQuery plugin for kerning

WIth the craze that Responsive Web Design is stirring up and all the fuss about optimizing the delivery of size appropriate images we're also getting bombarded with high def retina displays and having to worry about image resolutions. But type is scalable and crisp at all resolutions and Zeldman proposes that web type is in a position to top images as the dominant element for aesthetic appeal for a while… Let's pretty our web fonts if they are supposed to be aesthetic, no?

Embedded Link

Web Type Will Save Us (Or, Who’s Afraid of the Big, Bad Retina Display?) – Jeffrey Zeldman Presents The Daily Report
Here we go again. First it was: “OMGZ0RZ, teh mobilez are coming – quick, we need to reduce all image sizes for small-screen layouts!” Now it's. “Mobile devices are cropping up with high-density s…

WordPress Thumbnail JGP Compression

Here's a great little line of code to put into your wp theme's functions php file: add_filter('jpeg_quality', function($arg){return 100;});
This will make the jpg compression quality full so degradation will be minimal.

Embedded Link

Change the Default WordPress Thumbnail JPG Compression Quality – Inspect Element
Quick question for WordPressers: Does the WP featured image functionality degrade the image at all?— Orman Clark (@ormanclark) March 21, 2012 A