Submit your widget
308
Yays

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

Views 47898   downloads 10239   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 21157   downloads 3504   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 22497   downloads 4418   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…

203
Yays

Multiple custom content scroller With jquery

Views 54105   downloads 6365   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 30155   downloads 5556   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 18515   downloads 3904   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…

136
Yays

Pure CSS Animated Progress Bar

Views 13339   downloads 1941   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 16081   downloads 3372   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 21078   downloads 3005   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…

123
Yays

cool Gritter for jQuery (Growl)

Views 18361   downloads 2460   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 18188   downloads 4214   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…

116
Yays

Filter Image View Using jQuery

Views 21370   downloads 3436   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…

115
Yays

Ajax Style Loading Animation in CSS3 ( no Images )

Views 21184   downloads 3362   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 10659   downloads 2532   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 16318   downloads 3715   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.…