TweetHello Friends !! Since last few days, I am looking for Image Preview Script like template monster. I was doing lots of googling to fing this type of script. I found one script from javascriptkit.com but its not browser compitible script. (Not working in Google Chrome and Safari). I was searching in goole to make [...]
Archive for the ‘AJAX’ Category
Change DIV height/width with body width/height using jQuery
TweetHello Friends !! SInce last few dyas, I am facing the problem that how can I change DIV height/width with body or browser height/width ? I want that DIV heoght is increase when browser heignt increase and decrease when browser height decrease. In short I wnat my DIV size browser friendly. For this, I search [...]
Delete Record Using JQuery and PHP with Animation
TweetHello Friends !! Today I will Give you code to delete records using JQuery and PHP with Animation effect. It is very simple to understand. First you have to download jquery.js which is availble HERE. After that copy this code in your PHP file and run it.
Username Availability Chacker in AJAX and PHP using jQuery
TweetHello Friend ! Yesterday when i was searching, i was found some new thing. In this post i will show yuo that how to make afancy Username availability checker using AJAX and PHP wiyh jQuery. If you are looking for such kind of effect for checking username availability then defenately this post helps you. Now [...]
Example of AJAX and PHP
TweetHello Friends ! Here I explain one Example how AJAX used in PHP ? First create a database displayed below: id FirstName LastName Age Hometown Job 1 Peter Griffin 41 Quahog Brewery 2 Lois Griffin 40 Newport Piano Teacher 3 Joseph Swanson 39 Quahog Police Officer 4 Glenn Quagmire 41 Quahog Pilot Then You have [...]
Do You Know What is AJAX ?
TweetAJAX : Asynchronous Java And XML Ajax is a set of programming techniques or a particular approach to Web programming. These programming techniques involve being able to seamlessly update a Web page or a section of a Web application with input from the server, but without the need for an immediate page refresh. This doesn’t [...]

