Jim on October 21st, 2009




Crop an image easily using this jQuey plugin. The crop plugin takes an IMG element and crops them to the dimensions given. The result is a DIV with a background image with the height and width and an offset. The new DIV should also carry across the existing style attributes of the image.

Continue reading about Crop jQuery Plugin

Jim on October 21st, 2009




imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).

Continue reading about imgAreaSelect jQuery Plugin




Placing images on simple polaroids on a webpage simply did not do it for me. I wanted to drag them around, rotate them and still have a fun time. That iss were CSS and jQuery come in play. By combining the CSS3 Box Shadow and Rotate properties, this effect is relatively easy to create. When dragging a polaroid around, you will see the shadow. When it is placed down, it iss rotated to the left or the right (random).

Continue reading about Creating a polaroid photo viewer with CSS3 and jQuery