Fancy Tooltips using CSS3

Fancy Tooltips using Pure CSS3

Now a days Developers are doing wonder with CSS3, They are almost implementing all the effects using CSS3 alone. So Today I am going to explain you about creating CSS3 tooltips. Features Multiple Colors Multiple Directions Pure CSS3 Works in Major Browsers I have used pure css3 tooltips to implement … Read more

Notebook Style Textarea using CSS

NoteBook Style Textarea using CSS w3lessons.info

In this tutorial I want to explain about how to design a Notebook Style Textarea with CSS. This is basic level tutorial I have used small notebook image to achieve the trick. You will really feel like typing texts in a notebook instead of normal textarea. With few lines of css … Read more

Dynamic Drop Down Menu using PHP, Mysql & jQuery

Mashable Style Dynamic Drop Down Menu with jQuery

Everyone knows that Mashable is the world’s largest independent website dedicated to news, information, technology and resources for the connected generation. Now I am going to explain you about how to create mashable style dynamic drop down menu using Php, Mysql & jQuery Ajax. If its dyamic then we can able to … Read more

Facebook Style Tag Selector using jQuery & CSS3

Facebook Style Tag Selector using jQuery & CSS

Today I am going to tell you how to create Facebook Style Tag Selector using jQuery. This kind of tag selectors are used in many popular sites like facebook, twitter, linkedIn & even in gmail also. In my previous article I had explained how to design css3 tags . If you want to … Read more

Creating Digital Clock using jQuery & CSS3

Digital Clock using jQuery & CSS3

I found this article at http://tutorialzine.com , So I would like to share this tutorial to my readers.. The clock doesn’t need a lot of HTML. This is because a large part of it, like the names of the weekdays and the code for the digits, is generated dynamically. Here is the … Read more

Simple Image Gallery with jQuery

Image Gallery with jQuery

This Tutorial is focused on creating simple image gallery with 3 lines of jQuery & little css code to create fade effects. jQuery Code Explanation The above is used to Setting class “current” to the thumbnail that was clicked. The above line is used to get the “src” attribute of the … Read more