How to add Drag and Drop feature to your website
Are you trying to add drag and drop feature to your website like Google Plus ? then you are at right place .You can add drag and drop feature by using JQuery and Jquery UI. Follow these steps to make...
View ArticleUsing post method in ajax without Jquery
In most of the cases GET method is used for sending the ajax request but due to limitation of GET method like 1000 character limit we need to use POST method in AJAX. Follow these step to send an AJAX...
View ArticleHow to write text upside down Flip Text using Java Script
If you want to create an application like fliptext.org then you can do this using given javascript function.Using this application anyone can copy the output and use it on Facebook ,Twitter and...
View ArticleAutocomplete an input field using AJAX, PHP, MySQL and JQuery
When you are using a web form you may need to generate suggestions for users to select an option from all available options.In my example , I have assumed that i have an input field called...
View ArticleCreating 5 Star Rating System with PHP , MySQL ,Jquery and Ajax
Rating system is very useful to know what a user is liking most.In this tutorial you will learn about creating 5 Star Rating System with PHP,MySQL ,Jquery and Ajax.This tutorial also reduce chances of...
View Article