About the Book
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Pages: 66. Chapters: Comparison of JavaScript frameworks, XMLHttpRequest, JSON, Morfik, Comet, Google Docs, Ajax, Comparison of JavaScript-based source code editors, JQuery, ZK, Dojo Toolkit, EditGrid, OpenAjax Alliance, Lively Kernel, Push technology, Prototype JavaScript Framework, Yahoo! UI Library, MooTools, ICEfaces, ZCubes, Zarafa, Ext, WaveMaker, JSONP, Ajax framework, ASP.NET AJAX, Helmi Technologies, OpenLaszlo, Ample SDK, Qooxdoo, SOAPjr, 24SevenOffice, Zimbra, WAI-ARIA, OpenLink AJAX Toolkit, Script.aculo.us, ThinkFree Office, Morfik FX, Dhtmlx, Lightbox, Cappuccino, SproutCore, JMaki, DWR, ThinWire, Ajax4jsf, Gollum browser, Wt - Web toolkit, Smart client, JavaScriptMVC, Cross-Origin Resource Sharing, Citadel/UX, Reverse Ajax, JavaScript library, Bindows, AxsJAX, SmartClient, Clean AJAX, Nevow, Quicknet, Apache XAP, Document Update Markup Language, Rico, AJAX.OOP, Xajax, Panorama viewer, Sajax, IRows, EMVC, ShareOffice, Coolite, Projax, Scooby Web Calendar, Jpspan. Excerpt: There are many JavaScript frameworks available. The intention of this comparison is to show some examples of JavaScript frameworks with their different features. List of JavaScript libraries XMLHttpRequest (XHR) is an API available in web browser scripting languages such as JavaScript. It is used to send HTTP or HTTPS requests directly to a web server and load the server response data directly back into the script. The data might be received from the server as XML text or as plain text. Data from the response can be used directly to alter the DOM of the currently active document in the browser window without loading a new web page document. The response data can also be evaluated by client-side scripting. For example, if it was formatted as JSON by the web server, it can easily be converted into a client-side data object for further use. XMLHttpReque...