Submit your widget
309
Yays

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

Views 48395   downloads 10351   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 21474   downloads 3601   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…

239
Yays

jQuery Desktop

Views 22857   downloads 4537   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…

205
Yays

Multiple custom content scroller With jquery

Views 54486   downloads 6488   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…

180
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30754   downloads 5669   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…

172
Yays

Realistic Hover Effect With jQuery

Views 18785   downloads 4014   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…

139
Yays

Pure CSS Animated Progress Bar

Views 13774   downloads 2045   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…

135
Yays

Mimic the iGoogle Interface Drag widget(jQuery )

Views 16382   downloads 3475   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 21361   downloads 3110   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…

125
Yays

cool Gritter for jQuery (Growl)

Views 18821   downloads 2569   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…

121
Yays

Useful jQuery Pagination plugin

Views 18553   downloads 4333   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…

118
Yays

Ajax Style Loading Animation in CSS3 ( no Images )

Views 21643   downloads 3584   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…

117
Yays

Filter Image View Using jQuery

Views 21657   downloads 3532   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

Flash Movies as Backgrounds

Views 10923   downloads 2634   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”…

114
Yays

Pure CSS3 drop-shadows without images

Views 16621   downloads 3828   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.…