Submit your widget
132
Yays

Animate Curtains Opening with jQuery

Views 29146   downloads 5113   Image Effects

Step 1 – What You’ll Need This example would not be anything special without the graphics, so let’s make sure you’ve got those under control. I’ve included the ones used…

95
Yays

Threadless Style T-Shirt Gallery jQuery

Views 9645   downloads 1756   Image Effects

The Basic Idea Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t…

91
Yays

Twitter-like dynamic character count for textareas jQuery

Views 7012   downloads 1759   Form

The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many…

127
Yays

jQuery style menu with CSS3

Views 13976   downloads 3232   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

103
Yays

Pure CSS3 Sliding Image Gallery

Views 15734   downloads 2464   Slideshow & Scroller

So, another random CSS3 experiment! This time it’s an image gallery that has a slide effect. This was a bit tricky to work out but I got there in the end. The idea is to get one image to slide in…

99
Yays

Cross Browser Pure CSS3 Horizontal Accordion

Views 23169   downloads 3173   Accordion

You can add other CSS3 features like gradients, font-face, etc to enhance it further. Our accordion will degrade to an unordered list in IE6 (which will be completely untouched by our CSS). You can use…

108
Yays

Sweet tabbed navigation using CSS3

Views 12928   downloads 3135   Tabs

This example takes on the following CSS(3) properties: rgba opacity text-shadow pseudo selectors rounded corners gradients box-shadow HTML Before we do anything fancy with CSS, we'll need a decent backbone…

147
Yays

Animated CSS3 Horizontal Menu

Views 12243   downloads 2278   Menu & Navigation

Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated…

99
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7301   downloads 2156   Menu & Navigation

we are going to create a tooltip using the famous coda style, which allows for an animated pop-up window that makes for a great effect. HTML First, we create our HTML file and inside the body tag we add…

109
Yays

a Dynamic Stack of Index Cards(CSS3)

Views 15295   downloads 4361   Image Effects

We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for…

106
Yays

Nice And Simple Toolbar For Your Website With CSS3 And jQuery

Views 13096   downloads 2407   Tooltips

This is a fixed panel, on the bottom of the page, to improve interaction with our users. So a panel with social icons and their tooltip bubbles on the left side and a quick menu on the right. Some features…

95
Yays

Depth And Nice 3D Ribbons Only Using CSS3

Views 16745   downloads 2615   Menu & Navigation

we learned how to realize a nice 3D ribbon and how to play with the drop shadow in Photoshop to simulate depth in a web design layout. This is a widespread trends in recent web design: creating a 3D perception…

82
Yays

Slideshow(Mootools 1.2)

Views 10367   downloads 1881   Slideshow & Scroller

Slideshow is a javascript class for Mootools 1.2 to stream and animate the presentation of images on your website. Slideshow is the result of many trials in code attempting to create a javascript class…

103
Yays

SmoothGallery 2.1

Views 13133   downloads 2223   Slideshow & Scroller

First step: Install it. Just insert those lines of code in the header of your html files: 1.Include those lines in your header: <script src="scripts/mootools.v1.11.js" type="text/javascript"></script><script…

123
Yays

unique Gallery by using z-index and jQuery

Views 11118   downloads 2237   Image Effects

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. In this example we have the appearance of a pile…