Tag: data

AJAX January 2007

AJAX and JSON Part 1

When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous Jav...

Read more →
JavaScript August 2006

What is JSON?

JSON , which stands for “JavaScript Object Notation”, is a lightweight data-interchange format that is easy for humans to read and write, and for machines to parse and generate. JSON is ba...

Read more →