AJAX
HTTP Form POST Request using AJAX and Servlet
In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application that will post data to Servlet and will fetching the computed data from the Servlet. With this approach the page will get the updated content from the server without refreshing the jsp/html […]
Ajax Programming with JSP and Servlets
In Java World Servlets are popularly used for Model View Controller (MVC) Design Pattern. This article will guide you on writing AJAX based application for fetching data from the Servlet and showing it on JSP page.
Bookmark It
Hide Sites
FORM POST in PHP using AJAX
This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.
Bookmark It
Hide Sites
FAQ on AJAX Technology
AJAX has become an hot technology with Web2.0 but before starting AJAX Programming developers needs to know some important FAQ on AJAX.
Q) Ajax an Microsoft Technology?
A) Absolutely No, Ajax is an cross browser technology. It is browser dependent and uses JavaScript.
Bookmark It
Hide Sites
Basic AJAX Demo
This article illustrate on writing AJAX code and how to fetch data from remote server. Here i am calling a remote PHP page using AJAX. Below are the HTML page code followed by the PHP page code and finally provided with the explanation for the code. If you want to test this code online i […]
Basics of AJAX - Part 2
In the previous article we discussed on the concept of coding and methods getting used in Ajax Operation. In this we will go deep inside the XMLHttp Object and other issues on AJAX Programming.
Bookmark It
Hide Sites
Basics of AJAX - Part 1
This tutorial will guide you on the basic of AJAX programming and how to write code for running AJAX based application.
There is a 5 step approach for the browser to work with AJAX.
Initialize the XMLHttpRequest Object
Opening the connection to the remote server side script
Define the function handler
Send the request back to the server
Receive the data […]
How AJAX Works
The best way to learn this topic to understand the comparison between the traditional method of calling the Web page from the server and AJAX methodology.
Traditional WebPage Call
User interacts with the webpage to perform its operation
The request is submitted to the Web Server along with the information user wants
Server checks for the details and might […]
What is AJAX
AJAX stands for Asynchronous JavaScript And XML. It got famous through Gmail etc. It is a part of Web 2.0 Techniques which allows some part or the whole document to dynamically update without refreshing the whole web page. So the time taken to get the response from the server gets reduced as the pages are […]
Common AJAX Programming Mistakes
With the advent of Web 2.0 the Web Application has now become more interactive in nature thanks to AJAX. But this interactive using AJAX comes with some mistakes that people generally doesn’t follows.
Bookmark It
Hide Sites



















