April 2006
Beginner
240 pages
4h 7m
English
In this lesson you will learn about XOAD, a server-side framework with Ajax support written by Stanimir Angeloff.
So far in this part of the book we have looked at the prototype.js and Rico libraries and how they can help you to develop Ajax applications. Unlike these client-side libraries, which are written in JavaScript, XOAD is a server-side Ajax toolkit written in PHP.
This lesson discusses some of the concepts behind XOAD and the basics of its use.
XOAD is an acronym for XMLHTTP Object-oriented Application Development.
All our work so far has concentrated on the use of JavaScript to handle both the server ...