-
Book Overview & Buying
-
Table Of Contents
RESS Essentials
AJAX (Asynchronous JavaScript and XML) was invented to satisfy the need for a more responsive and functional web application. AJAX, by utilizing XMLHttpRequest, allows asynchronous exchange of data with a server to update parts of a web page without reloading the whole page.
XMLHttpRequest (XHR) is a JavaScript API that allows you to make requests to a web server and load response data back to the script. Often, returned data is encoded in JSON format.
To build an AJAX application, we need some kind of API on the server side to respond to XHR. For some time now APIs inspired by the REST pattern are considered to be a good practice.
REST stands for "Representational State Transfer" and means an architectural style for distributed hypermedia systems. This concept was described in Roy Thomas Fielding's dissertation (available at http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) written in the year 2000. During the last 13 years...
Change the font size
Change margin width
Change background colour