CSS Archive

In this tutorial we are going to see how to check user name and email availability using PHP, jQuery and Ajax. This task is easily done with the help of jQuery validation plugin remote() method. When user enters their name or email in the textbox, remote() method of jQuery
Dynamically add and delete textboxes using jQuery may you require in some projects or you like to do this to learn some interesting jQuery stuffs. Now we are going to make this stuff by going through step by step, so that you can make it yourself as well learn
Everyone likes to make some hello world application, here is that type application you can make it youself. I am going to make Quiz application using PHP, MySQL, HTML5, jQuery, Ajax and CSS3. Just follow this tutorial to make it this appliaction youself. At the end of this tutorial
In this tutorial we are going to see autocomplete using jQuery, Ajax,PHP and MySQL.   Follow each steps carefully to create this autocomplete function by yourself. Step 1: create this below table using the below query. [crayon-51a05e3acb79f/] Step 2: Create index.php file and add the following html codes to
In this tutorial we are going to see how to send an E-Mail with attachment using jQuery, Ajax and PHP without refreshing a page.   Step 1: Create index.php file and add the following html code to design html email form. [crayon-51a05e3acc8cb/]   Step 2: Create style.css file and
This Multi Stage HTML5 Form Using jQuery and CSS3 PART 2 continuation of previous tutorial, before continuing this have a look at my previous tutorial on  Multi Stage HTML5 Form Using jQuery and CSS3. In this tutorial we are going to see how to use jQuery validation plugin in the Multi
When user comes to your site and filling form, they need scroll down the site for each every information they are going to fill. This seems to be unfriendly user interaction and greatly reduces the user interest. This Multi-Stage HTML 5 form avoids unnecessary scroll down when user enters their information. This Form greatly