Tips to improve Performance of Web Application The March of Technology
Feb 28

In this article Bilal Haidar introduces JavaScript Object Notation (JSON) and provides an AJAX/JSON example to show the power of JSON when used to interchange data between a client browser and a server.

You have always used the Asynchronous JavaScript and XML (AJAX) to allow a web application to send asynchronous requests from the client browser to the server to retrieve some data and then let the client browser running your application receive a server response again in an asynchronous fashion. Data interchange usually was done either in the form of simple human readable strings or in an XML format.
view original

Related posts:

  1. JSON is not as safe as people think it is
  2. Silverlight and JSON
  3. Aptana releases Jaxer, Ajax server built on Mozilla
  4. Enhance your Website with ASP.NET AJAX Extensions
  5. Google AJAX Feed API Review

Leave a Reply

TopOfBlogs