HTML5 Inline Edit with PHP, MYSQL & jQuery Ajax

HTML5 Inline Editing with PHP, MYSQL & jQuery

Now a days, We are always looking for easiest way for people to interact with our Web Applications ie. HTML5 Inline Edit with PHP. I am going to tell you about In-Place Editing or Inline Editing.  Popular websites like facebook wants their user to edit their profile information without having … Read more

Table Design with Icons on Hover using CSS & jQuery

Table With Actions on Hover

Today I am going to discuss about how to design a simple table with displaying icons on Hover using CSS & jQuery. I have used jQuery with a hover() mouse event to allow attach two event handlers to the matched elements, executed when the mouse enters and leaves the matched elements. I hope … Read more

Sticky Header on Page Scroll using CSS3

Colorful Sticky Header on Page scroll using CSS3

In this tutorial, I am going to explain you how to create sticky header on page scroll / fixed header on scroll using CSS3. I hope this tutorial will help you to display important notification message , informations to visitors/users whoever landing your webpage. I am sure that it will … Read more

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

Simple jQuery Counterup without Plugin

Live Counter with jQuery

In this post I want to explain how to do live jQuery counterup or increment value using jQuery. It is very useful to show your website statistics like Today Visitors, Total online users, Total Posts & all statistics etc. Everyone wanted to showcase their users, traffic details and other stats to … 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