AJAX Home
TutorialsImplementing simple AJAX interaction in your Web Application using XMLHttpRequest object
Author: chowsys Category: Tutorials Add CommentEverybody till now must have atleast heard about AJAX (Asynchronous JavaScript And XML). This example will give you an idea about how you can implement simple AJAX interaction in your web application.
Read Article Sponsored Links
Related Articles
• XMLProbe for Better Information Interaction XML is a very important component in Ajax. Without XML, data interaction and portability will never be possible. XML is the standard for streaming information to the client side. Its ability to interact with different browsers across the operating system is very remarkable. This type of mark-up coul ...
• YShout Ajax-PHP Framework YShout Framework: Combining PHP and Ajax
Frameworks come in different forms. There are frameworks that were built for developing full featured applications while there are frameworks geared for lightweight online applications. Developers could also choose which programming language to use as most ...
• Implementing Microformats Effectively Microformats are one of the many features that could be extracted from unobtrusive JavaScript. Through careful coding, microformats could easily be an advantage for a website.
Before going further, let’s properly take a look what a microformat is. Basically, microformats are small group of f ...
• Properly Implementing JavaScript Form Validation Form validation is common in most websites today as every developer or website owner wants to know more their users. Form validation is also used for interaction purposes to ensure that the right type of data is added. JavaScript form validation is a special type of validation since it can provide t ...
• Progressive Enhancement in Ajax Technological advances have given us a lot of gadgets that are able to handle complicated websites, applications and games. A computer today could be easily outshined in less than a year because of the constant updates on hardware. Five years ago, the hard disk capacity of a computer is usually limi ...
• Unobtrusive JavaScript for Better Ajax Applications An Ajax based application is being developed to provide users an easier way to navigate through the webpage or the application. The requirements in successfully running an Ajax based application is to properly code JavaScript as this ensures that the client side is able to handle different commands ...
• Frameworks for Efficient Ajax Loading Every developer wants to build a highly efficient Ajax based application. One of the challenges a developer has to go through is to load the application as fast as possible. Running on JavaScript, users will have a hard time loading the webpage if the Ajax based application is loaded at the same tim ...
• Effectively Using RegExp in Ajax RegExp or Regular Expressions is a very smart tool that could be used in JavaScript which could eventually be implemented in an Ajax based application. Regular Expressions has been integrated in JavaScript since its 1.2 version and could be supported by browsers since IE4.
Its counterpart in Adobe ...
• twoBirds Framework for Lightweight Ajax There are two types of frameworks that you’ll see today in terms of execution. The first type of Ajax framework is its efficient use of XHR (XMHttpRequest) in JavaScript and DHTML. They can easily load the functions and data to the client side as long as the server is powerful enough to load t ...
• Unlocking Cross Browser Capabilities in Ajax One of the main challenges in building an Ajax based application is browser incompatibility. In one area we have Mozilla who have been the preferred platform for developers because of its ability for customization. Being an open-source, the potential of Mozilla to provide above and beyond experience ...