Tag Archives: Image

Lite weight image/html carousel using jQuery

jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB … Continue reading

Smooth image transition on menu rollover using MooTools

So far Flash had been the primary tool for adding any jazz/animation effects to a website, recently Prototype/jQuery & MooTools have included animation effects which can rival that of Flash. This script adds smooth transition effects on menu rollover using … Continue reading

Image cropper using MooTools

MooCrop is an Image Cropping utility using the amazingly powerful mootools javascript framework. Combined with PHP or any other server side script, MooCrop becomes a powerful image manipulation tool. Resource: Sample | Tutorial

Image cropper using PHP

Kroppr allows you to manipulate images with features such as Rotate, Resize, Crop, Save it to your hard drive. This script would be useful in sections where users are allowed to upload their profile pics, avatar etc.. Resource: Sample | … Continue reading

Create rounded corner images using CSS & Javascript

Adding round corners to images is always a tricky effect on site. This tutorial helps you in creating rounded corners to images on your website using simple CSS & Javascript. Resource: Sample | Tutorial

Image overlay effect using jQuery

Create an image overlay effect to add spice to the images on your website. Interesting small script. Resource: Sample | Tutorial