Submit your widget
20
Yays

simple jQuery Weather

5 months ago   Views 9686   downloads 1395   Layout & Interface

This demo shows how easy it is to display a simple weather widget that is clean and customizable. This is the basic usage showing only the current weather and an image. simpleWeather does not return any…

63
Yays

impress lightbox effect

5 months ago   Views 14570   downloads 1678   Lightbox & Dialog & Overlay

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Currently impress.js works fine in latest Chrome/Chromium…

49
Yays

useful Tabbed Menu with jQuery

5 months ago   Views 29794   downloads 7092   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

57
Yays

Css3 tricks animation featured boxes

5 months ago   Views 21527   downloads 4157   Image Effects

we will create a set of featured boxes that will create a nice text flying effect when you move your mouse over them. We will take advantage of the CSS3 custom animations and create a set of our own animations. I…

60
Yays

3D Cube images Slideshow with HTML5

5 months ago   Views 27439   downloads 4523   Slideshow & Scroller

Our new tutorial tells us about creation of animated 3D Cube slideshow (pictures are located within the walls of the cube). The cube itself rotates continuously. Step 1. HTML This is markup of our result…

50
Yays

Unique css3 contact form

5 months ago   Views 15418   downloads 3451   Form

This is an effect of a letter sliding out from an envelope on mouse hover. It works in browsers supporting css3 transitions. In IE the envelope is not visible, I certainly could have played a bit more…

52
Yays

Beautiful Pure CSS3 Buttons

6 months ago   Views 16988   downloads 3458   Buttons & Icons

we will be making some cool CSS3 buttons. They are based on the Futurico User Interface by Vladimir Kudinov and we will try to make a precise copy of them. Let’s get started… Step 1 –…

56
Yays

Stylish Contact Form with CSS3 HTML5

6 months ago   Views 18435   downloads 3538   Form

we will show you the code step by step to create a full HTML5 CSS3 contact form like the one above, without using any images. First, a little disclaimer. HTML5 and CSS3 are still working drafts; the goal…

112
Yays

Awesome jQuery and CSS3 Interactive menu

6 months ago   Views 36300   downloads 6684   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

71
Yays

jQuery New Top Black Menu Bar like Google

6 months ago   Views 37240   downloads 5977   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

63
Yays

jQuery and CSS3 Animation effect

6 months ago   Views 29571   downloads 4527   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

70
Yays

Awesome CSS3 animation menu

6 months ago   Views 27236   downloads 4961   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

45
Yays

Useful CSS3 and jQuery smooth transformations

6 months ago   Views 9915   downloads 957   Layout & Interface

Super-smooth CSS3 transformations and transitions for jQuery Just include this script after jQuery. Requires jQuery 1.4+. Use $('...').transition instead of jQuery's $('...').animate.…

39
Yays

Sortable text list with jQuery

6 months ago   Views 18129   downloads 2410   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

65
Yays

HTML5 sorting photos Drag and Drop effect

6 months ago   Views 19966   downloads 2596   Image Effects

Drag and Drop and HTML5. As you know (I hope), all modern browsers (it should be FF, Safari, Chrome, possible Opera) have native support of this useful feature (as drag and drop). It means that we can…