Purchase Solution

A basic summary of AJAX

Not what you're looking for?

Ask Custom Question

Will Ajax further promote the development of Web-based software, or is it just another fad?

Purchase this Solution

Solution Summary

This solution provides a summary of AJAX and how it is used with Javascript. It also explains the advantages that AJAX has to offer.

Solution Preview

AJAX stands for Asynchronous JavaScript and XML. It is a web-based
technology that allows for asynchronous communication between the
browser and the server. The communication is handled with Javascript
on the browser side and all data is transferred using XML. The most
significant and useful aspect of AJAX is the asynchronous
communication with the server. Without AJAX all data transfer between
the browser and the server happens as synchonous events (usually
triggered by the user) such as a link being ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.