In this tutorial I had updated my previous tutorial on Inline Edit ( Inline Editing using PHP, MySQL, jQuery and Twitter Bootstrap ) using Twitter Bootstrap 3.2. If you have any doubt in this tutorial please refer my previous tutorial….. Read More >>>>
Continue Reading »JAVASCRIPT
Live Server Time Clock using PHP and Javascript
In this tutorial we are going to see how to set up PHP timestamp in javascript date object to simulate real time clock. If we are going to make clock script only in php, for every second we need to….. Read More >>>>
Continue Reading »Inline Editing using PHP, MySQL, jQuery and Twitter Bootstrap
In some appliaction user want to keep everything (add, edit and delete pages as one page) in one place, where user can add, edit and delete content they want using inline editing features. Have look at two type inline editing….. Read More >>>>
Continue Reading »jQuery Autocomplete Search using PHP, MySQL and Ajax
In this tutorial we are going to implement jQuery autocomplete search using PHP, MySQL and Ajax. This jQuery autocomplete gives suggestions when users starts to type on search box like in google search box. I had implemented two types of….. Read More >>>>
Continue Reading »Demo Facebook like Button Application Using PHP, MySQL, jQuery and Ajax
This small demo application that demonstrates Live Facebook like Button Using PHP, MySQL, jQuery and Ajax. I will walk you through step by step making of this application. Please follow every step and finally you make it this demo appliaction….. Read More >>>>
Continue Reading »Live Preview In jQuery
jQuery live preview script helps the user to preview their entered information in the site or in the comment box before finally submiting their information to the site. Here is sample jQuery script : <script> $(“document”).ready(function(){ $(“#live1”).keyup(function(){ $(“#live_pre1”).html($(this).val()); }); </script> ….. Read More >>>>
Continue Reading »