Category Archives: Web Development

YUI-based Image Cropper Widget

I wrote a YUI-based image cropper widget that allows you to easily select which region of an image you’d like to crop. This widget works on all A-grade browsers in both standards mode and quirks mode. Attached is a screenshot. … Continue reading

Posted in Web Development | 30 Comments

IE6, CSS Sprites and Alpha Transparency

Image slicing using CSS, also known as CSS sprites, is quickly becoming a very popular technique in web development as it can dramatically improve the performance of a site by reducing the number of HTTP requests (see this article for … Continue reading

Posted in Web Development | 8 Comments