Archive

Posts Tagged ‘AJAX’

Trap Session TimeOut during Ajax Call

December 18th, 2008 Hitesh Agrawal 1 comment

Solving this issue has been an nightmare for me but finally i have achieve it some how, this may be not a full proof solution but it worked for me. This solution also has certain flaws which i also will be discuss in this article.
Read more…

Categories: AJAX Tags:

Ajax Programming using Prototype Framework

December 4th, 2008 Hitesh Agrawal 2 comments

Prototype is the most widely used framework for Ajax Operation. The main advantage of using Prototype Ajax Framework is its simplicity to use, automatically implements cross-browser and it offers bundle of utility function that can be used in your JavaScript code. This article will list down various ways by which you can make Ajax call using Prototype Framework. This tutorial does not go into detailed implementation but shows you how we can do basic Ajax Call using Prototype Ajax Framework.
Read more…

Categories: AJAX Tags:

HTTP Form POST Request using AJAX and Servlet

March 4th, 2008 Hitesh Agrawal 5 comments

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 page.
Read more…

Categories: AJAX, Java Tags: ,

Ajax Programming with JSP and Servlets

March 3rd, 2008 Hitesh Agrawal 14 comments

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.
Read more…

Categories: AJAX, Java Tags: ,

FORM POST in PHP using AJAX

February 28th, 2008 Hitesh Agrawal 12 comments

This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.
Read more…

Categories: AJAX, PHP Tags: , ,

FAQ on AJAX Technology

February 18th, 2008 Hitesh Agrawal 3 comments

AJAX has become an hot technology with Web2.0 but before starting AJAX Programming developers needs to know some important FAQ on AJAX.
Read more…

Categories: AJAX Tags: