Plugins And Tutorials To Enhance The Images Of Your Website With jQuery
- 30 October 2009
- Web Design
- This post was written exclusively for PV.M Garage by Piervincenzo Madeo
- Comments (54)»
In modern Web Development the Javascript Frameworks have a great spread for their versatility and for their usability. I daily use jQuery, maybe the most famous framework, to make rich my websites.
In this post I’ve collected some resources that can be useful to enhance the images in many web projects. A complete list of plugins and tutorials that will be useful to improve the quality of your next works. Enjoy!
Don’t forget, you are free to suggest additional resources in the comments to this post.
Plugins and Scripts
Supersized – Full Screen Background/Slideshow jQuery Plugin
So, what exactly does Supersized do? Resizes images to fill browser while maintaining image dimension ratio; cycles Images/backgrounds via slideshow with transitions and preloading; navigation controls allow for pause/play and forward/back

ThickBox 3.1
ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.

Easy Slider 1.7 – Numeric Navigation jQuery Slider
Easy Slider (as I call this plugin) enables images or any content to slide horizontally or vertically on click. It is configurable with css alone. So, basically you link to plugin file, set the content up and style it with css.

jQuery Cycle Plugin
The jQuery Cycle Plugin is a lightweight slideshow plugin. Its implementation is based on the InnerFade Plugin by Torsten Baldes, the Slideshow Plugin by Matt Oakes, and the jqShuffle Plugin by Benjamin Sterling. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects. It also supports, but does not require, the Metadata Plugin and the Easing Plugin.

jQuery Corner Demo
This plugin was originally written by Dave Methvin.
Dave and I collaborated on several improvements and the project is now hosted on github.

JQZoom
JQZoom is a javascript image magnifier built at the top of the popular jQuery javascript framework.jQzoom is a great and a really easy to use script to magnify what you want.

Galleriffic
Galleriffic was inspired by Mike Alsup’s Cycle plugin, but with performance in mind for delivering a high volume of photos. This is my first experiment with jQuery, so I would love feedback on how to improve this plugin. I am not so great at spelling, and it was much later that I realized that the more appropriate spellings would be Gallerific or Gallerrific, but is too late now for a name change, so Galleriffic remains.

jQuery maxImage Plugin
This plugin will resize and scale targeted images to their max width according to the image ratio, the browser size and some simple options. Change the size of your browser to see it’s effect.

Jcrop, the jQuery Image Cropping Plugin
Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.

jQuery Infinite Carousel Plugin 1.2 Released
An Infinite Carousel Plugin to allow jumping around the sequence of images was the easy part.

Interface Imagebox
Interface Imagebox is an interface plugin for jQuery that allows a nice visualization of images and photos.

jQuery LightBox Plugin
jQuery lightBox plugin is simple, elegant, unobtrusive, no need extra markup and is used to overlay images on the current page through the power and flexibility of jQuery´s selector.
lightBox is a plugin for jQuery. It was inspired in Lightbox JS by Lokesh Dhakar.

piroBox Version 1.1 for jQuery 1.3.1
Animated JavaScript Slideshow
This dynamic JavaScript slideshow is feature packed and under 5KB. It is the long awaited update to my previous script here. A few new features include description support, link support, no naming restrictions, portrait image support, graceful degradation and active thumbnail status. This script was built ground-up and will soon be included at scriptiny where all my scripts will be added as they are updated, debugged and incorporated in the new TINY namespace.

jQuery.popeye 1.0
Popeye generates an inline image gallery from an unordered list of images. The gallery features clever inline image enlargement, i.e. the enlarged image stretches out over the site content without adding a visual overlay of the whole site. It stays fixed with one edge to its original coordinates, so that a sense of cohesiveness is created in the user interface and interaction.

jQuery Tutorials
Sliding Boxes and Captions with jQuery
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.
From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.

Create a Resizable Image Grid with jQuery
Image grids that smoothly scale at the simple drag of a slider are no longer confined to desktop apps like iPhoto or Picasa. Thanks to some clever CSS and the jQuery UI, fluid image grids are now surprisingly simple to implement on the web.

Animate Curtains Opening with jQuery
This tutorial would not be anything special without the graphics, so let’s make sure you’ve got those under control. They have included the ones used in demo as part of the attached files, now would be a good time to download them if you intend to use them.
Secondly, in addition to the standard jQuery file, they are also using the easing plugin. They have worked with this plugin in previous tutorials but in this case they will use it to provide a bounce effect when the rope is pulled.

BBC Radio 1 Zoom Tabs
How to achieve the effect on the latest BBC Radio 1 website, where the mouse rolls over the image block, tabs slide up and the image zooms a little to reveal more of the picture.

jQuery virtual tour
This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour!

Creating a polaroid photo viewer with CSS3 and jQuery
Italy. A beautiful country that my girlfriend and me visited last year during our summer holiday. While we were there, we took a lot of pictures that would look pretty nice on polaroid.
Placing them on simple polaroids on a webpage simply didn’t do it for me. I wanted to drag them around, rotate them and still have a fun time. That’s 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’ll see the shadow. When it’s placed down, it’s rotated to the left or the right (random).

Create a unique gallery by using z-index and jQuery
In this tutorial we will combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures.

Make Your Header Responses To Mouse Movements with jParallax
jParallax turns a selected element into a ‘window’, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.

Creating a “Filterable” Portfolio with jQuery
If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break them into different categories. In this tutorial, I will show you how to make “filtering by category” a little more interesting with just a little bit of jQuery.

Slider Gallery
This “product slider” is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff.

Horizontal Scrolling Menu made with CSS and jQuery
There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn’t achieve the same smoothness in animation, but anyway I’m really satisfied with the result. My menu works fine in all major browsers and degrades gracefully when Javascript is turned off.

Create an Image Rotator with Description (CSS/jQuery)
An image rotator is one great way to display portfolio pieces, eCommerce product images, or even as an image gallery. Although there are many great plugins already, this tutorial will help you understand how the image rotator works and helps you create your own from scratch.

Create a Thumbnail with Fading Caption Using jQuery
Learn how to create another thumbnail effect with fading and transparent caption using jQuery.

Other great Resources on the Web
The following lists of jQuery plugins will help you to improve the usability of your website.






25 Great Stock Images Plus with $100 Subscription Giveaway
Entrepreneurs that inspire you to grow your internet business

check out the best Online Casinos
great gear! mma clothing For The MMA mma gear Fanatics Out There mma gear Check Out muay thai shorts Great Discounts thai pads
Diet Mints will assist you suppress appetite cheap. Fast loss will be vital to losing weight healthily. Appetite Suppressant Mints are key and a natural way to ensure a healthy, thin lifestyle to enjoy.
Diet Mints will make you suppress appetite cheap. Fast loss will be vital to losing weight healthily. Weight Loss Mints help as an a powerful way to lose weight.
Gernsadewa
Finding a web designer can be a total pain….I’ve spent 5 hours searching for a decent one and ended up here!
Finding a web designer can be a total pain….I’ve spent 5 hours searching for a decent one and ended up here!
Finding a web designer can be a total pain….I’ve spent 5 hours searching for a decent one and ended up here!
The new Zune browser is surprisingly good, but not as good as the iPod’s. It works well, but isn’t as fast as Safari, and has a clunkier interface. If you occasionally plan on using the web browser that’s not an issue, but if you’re planning to browse the web alot from your PMP then the iPod’s larger screen and better browser may be important.
Diet Mints will make you how to lose fat. Easy fat loss is vital to losing weight healthily. Diet Mints are an important way to suppress appetite and live well with a healthy life.
can I remove hair laser hair removal machines body hair removal home laser hair removal back hair removal
Magnificent web site. A lot of helpful info here. I am sending it to a few pals ans also sharing in delicious. And of course, thanks in your sweat!
London Escorts
I’ll gear this review to 2 types of people: current Zune owners who are considering an upgrade, and people trying to decide between a Zune and an iPod. (There are other players worth considering out there, like the Sony Walkman X, but I hope this gives you enough info to make an informed decision of the Zune vs players other than the iPod line as well.)
I would like to express thanks to you for rescuing me from this type of scenario. Right after exploring throughout the world wide web and getting thoughts which were not helpful, I thought my entire life was gone. Living minus the answers to the difficulties you’ve solved as a result of your main write-up is a crucial case, and ones which might have badly damaged my career if I had not come across your blog. Your natural talent and kindness in maneuvering all the pieces was vital. I’m not sure what I would’ve done if I hadn’t encountered such a thing like this. I can also at this time look ahead to my future. Thanks a lot so much for this expert and sensible guide. I won’t hesitate to suggest your blog to anyone who requires tips about this topic.
permanent facial hair removal laser hair removal houston hair removal products cream for my hair removal facial hair removal for women
Require the cell phone tracker
Wonderful web site. Lots of helpful information here. I’m sending it to a few pals ans also sharing in delicious. And certainly, thanks on your effort!
London Escorts
hpv genital wart pictures female genital warts treatment for genital warts genital wart pictures in women vaginal genital warts
rock tops granite bankruptcy, HEHYJ rock tops inc rip off, GZQGQ rock tops, IJIJD rock tops, QWQLE rock tops, XQYCS rock tops granite bankruptcy, PQOVT rock tops, BBYBX rock tops, SCYOJ rock tops inc rip off, DTBHC rock tops granite bankruptcy, VXQQW rock tops inc rip off, QVQQA rock tops, JOPTI rock tops inc rip off, KMDXE rock tops
I wish to get across my admiration for your generosity giving support to men who really need help on the topic. Your real commitment to passing the solution all over came to be unbelievably valuable and has all the time permitted somebody much like me to reach their objectives. Your new useful help denotes so much to me and far more to my office colleagues. Many thanks; from everyone of us.
Very cool… thinkin’ I’ll share this on my FB wall ! By: Seo Tips
I truly wanted to post a simple comment in order to express gratitude to you for those wonderful guides you are showing on this site. My considerable internet research has at the end of the day been paid with awesome knowledge to share with my contacts. I ‘d believe that most of us visitors actually are extremely blessed to exist in a fantastic website with many special people with beneficial things. I feel truly lucky to have come across your web pages and look forward to tons of more fun moments reading here. Thank you once more for everything.
I appreciate, cause I found exactly what I was looking for. You have ended my four day long hunt! God Bless you man. Have a nice day. Bye
I like the valuable information you provide in your articles. I will bookmark your weblog and check again here frequently. I am quite sure I will learn lots of new stuff right here! Best of luck for the next! my website is about ed slott. would like some feedback if possible
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword} {keyword}
Hey, very nice blog! Beautiful and Amazing. I will bookmark your blog and take the feeds also
wow!I think you are amazing
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword}
{keyword} {keyword}
bench craft company reviews, HJMZH bench craft company reviews, TKUXK bench craft company reviews, RNZYV bench craft company reviews, YNMBD bench craft company reviews, CSOHC bench craft company reviews, UGXRK bench craft company reviews, VUCIO bench craft company reviews, WFRBR bench craft company reviews, ICGPD bench craft company reviews, OQOZI bench craft company reviews, LGSQG bench craft company reviews, AHIJN bench craft company reviews, PRUJS bench craft company reviews, GNHOP bench craft company reviews, XZAQY bench craft company reviews, KONWP bench craft company reviews, FUKVK bench craft company reviews, LLEYX bench craft company reviews, EAVXW bench craft company reviews, BQFYV bench craft company reviews, PJQGV bench craft company reviews, OWKJL bench craft company reviews, VFNGQ bench craft company reviews, SCUVA bench craft company reviews, QFPAD bench craft company reviews, FALNO bench craft company reviews, AGMYL bench craft company reviews, WMHHY bench craft company reviews, FLQBM bench craft company reviews
surface encounters macomb mi ahrbu surface encounters macomb mi jeeai surface encounters rock tops akvgl surface encounters macomb mi euvjt surface encounters macomb mi gwuwx surface encounters complaints mvneh surface encounters macomb mi ipzbp surface encounters complaints mkprh surface encounters rock tops qqsux surface encounters mi wphwn surface encounters dqhlk surface encounters mi otfxm surface encounters rock tops
Diet Mints will assist you with a natural diet. Fast loss is vital to losing weight healthily. Mint Appetite Suppression are a powerful way to suppress hunger.
thanks for sharing i love this idea and i will check everytime your post:)) see ya again in new post
Very Good Article.
Thanks
JeevanSAthi
hello blogger, i’d been reading your posts on Plugins And Tutorials To Enhance The Images Of Your Website With jQuery | PVM Garage and i really liked them. 1 thing that i observed whilst browsing through your blog that some of the hyperlinks are not working and giving error. this makes the reading experience a bit bad. you’ve got a nice blog and i will request you to revise the hyperlinks so that interested individuals can get all the details they want to have. By the way are you on twitter?? i would definitely like to follow you and get revisions in your blog.
Woah! I’m really enjoying the template/theme of this blog. It’s simple, yet effective. A lot of times it’s challenging to get that “perfect balance” between superb usability and appearance. I must say you’ve done a very good job with this. Additionally, the blog loads super quick for me on Chrome. Exceptional Blog!
Surprisingly prepossessing blog post.
single cup coffee maker United States
Excellently done posting! If only all bloggers put up this level of high quality content, the internet would be a great deal better place. Congrats!
I enjoy the dear information you offer to your articles. I’m able to bookmark your blog and feature my kids take a look at up here generally. Im fairly positive theyre going to be informed quite a lot of new stuff here than any one else!
Very part of contentI just found your blog along with throughout accession cash for you to declare that My spouse and i purchase truly liked bill your current blog site postsAny means I芒ll always be opt-in for a bottles and in many cases My spouse and i happiness you have appropriate involving accessibility for you to routinely speedily.