10 jQuery plugins for manipulating images

March 5, 2009 by admin · 2 Comments
Filed under: Effects, jQuery 

This time, I want to list some jQuery plugins that work with images or manipulate images some how. I didn’t consider scripts for slide shows or image viewer.

You may be also interested in the following posts,

Read more

jQuery seekAttention plugin to get the users attention

January 11, 2009 by admin · Leave a Comment
Filed under: Effects, jQuery 

The “seekAttention” plugin gracefully get’s your users attention by fading out a definable area but leaving the target element (the element which is seeking attention) un-faded and thereby focusing the users attention on it.

The definable area (to be called “container” from this point forward) can be the entire page or any element which surrounds the target element and the colour which overlays the container can also be defined by you.

This plugin can be useful for web based tutorials or in forms (May be in validation). Read more

Improved lava lamp effect for jQuery and Mootools

January 10, 2009 by admin · 2 Comments
Filed under: Effects, MooTools, jQuery 

The lava lamp effect was an excellent technique to turn the navigation to a flash like animation. LavaLamp allows you to add nifty background hover effects to HTML lists in combination with the Easing library.

It is available for bot jQuery and Mootools Read more

Make curved corners with jQuery Corner plugin

January 4, 2009 by admin · Leave a Comment
Filed under: Effects, jQuery 

If you want a curved edge for your element, the best way is to use the jQuery corner plugin. This plugin dynamically generates and positions div elements to create very cool corners. Just checkout the demo page to see the various styles.

Why it is recommended?

  • It does not use any image.
  • It is more SEO friendly because we don’t need any unnecessary markups in code. All code is generated dynamically and a search engine never sees that.
  • Don’t need to worry about changing the background color as long as it is not a gradient.

Limitations

The background should be a solid color (Should not be a gradient or background image).
Read more

Agile Carousel – Custom carousel with excellent options

January 4, 2009 by admin · 2 Comments
Filed under: Effects, Galleries, jQuery 

Agile Carousel is a jquery plugin which enables you to create a custom carousel with many many different transition & easing options. It has lots of configurable options like customization of controls, timer, easing type, transition type etc. It does not require jQuery UI plugin but it is recommended for excellent transitions of slides.

We need to specify a directory where slides are stored. The slides can be (X)HTML, images or flash. Read more

 Page 1 of 3  1  2  3 »