Submit your widget
308
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48314   downloads 10328   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

269
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21413   downloads 3581   Layout & Interface

Step 1: Creating the transparent PNG’s First we need to prepare all PNG files we’re going to use. We’ll need following image elements: The on/off switch (needs two states) The light…

238
Yays

jQuery Desktop

Views 22773   downloads 4515   Layout & Interface

CSS   The rest of the eye-candy is handled via CSS, which involved extensive use of z-index to get things positioned just so. It probably goes without saying, but this demo obviously will bomb in…

204
Yays

Multiple custom content scroller With jquery

Views 54428   downloads 6465   Layout & Interface

Custom scrollbar plugin utilizing jquery UI that’s fully customizable with CSS. It features vertical/horizontal scrolling, mouse-wheel support (via Brandon Aaron jquery mouse-wheel plugin), scroll…

178
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30639   downloads 5643   Form

First we start of with the necessary file includes: [removed]<!--mce:0-->[removed][removed]<!--mce:1-->[removed][removed]<!--mce:2-->[removed] Let’s set the height of the contactArea…

171
Yays

Realistic Hover Effect With jQuery

Views 18730   downloads 3995   Layout & Interface

This is a rising hover effect to a set of icon links. Using jQuery’s animate effect, we experimented with icons that have reflections and others with shadows. The HTML and CSS are both straightforward…

138
Yays

Pure CSS Animated Progress Bar

Views 13698   downloads 2024   Layout & Interface

Here's a simple demonstration of how you can create animated progress bar using pure css. The trick is very simple. We need 3 elements, one container and 2 nested elements. The Concept We'll put a cool…

132
Yays

Mimic the iGoogle Interface Drag widget(jQuery )

Views 16318   downloads 3453   Layout & Interface

how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle-like interface which has a ton of potential applications! Step 1: XHTML markup…

128
Yays

Beautiful image Filterable Portfolio with jQuery

Views 21307   downloads 3088   Layout & Interface

  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…

124
Yays

cool Gritter for jQuery (Growl)

Views 18741   downloads 2547   Layout & Interface

For those who don’t know what Growl is, it’s basically a notification bubble/popup that appears in the top right of your desktop – examples can be found here. Think of it as calling…

120
Yays

Useful jQuery Pagination plugin

Views 18490   downloads 4308   Slideshow & Scroller

When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates…

117
Yays

Filter Image View Using jQuery

Views 21610   downloads 3513   Layout & Interface

the image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item…

117
Yays

Ajax Style Loading Animation in CSS3 ( no Images )

Views 21559   downloads 3541   Layout & Interface

As we all know loading images are very essential part of any website , but some time loading images takes time to load itself. But what if the images made up in CSS. So this time I used CSS3 to develop…

114
Yays

Flash Movies as Backgrounds

Views 10874   downloads 2611   Layout & Interface

Ever wondered how to set a flash movie as your website background? Well here’s a simple approach that can be used. The following example will guide you through the process of “layering”…

113
Yays

Pure CSS3 drop-shadows without images

Views 16563   downloads 3808   Layout & Interface

Drop-shadows are easy enough to create using pseudo-elements. It’s a nice and robust way to progressively enhance a design. this example documenting and explaining the parts that make up this technique.…