Information Management (Module 6)

Zyvrex John R Perez

BSIT - 1A


XML

    Extensible markup language (XML) is a markup language similar to HTML. It was created with the purpose of storing and transporting data while also being self-descriptive. Is a recommendation from the W3C.







JSON

    JavaScript Object Notation is abbreviated as JSON. Is a lightweight data storage and transmission format. When data is transmitted from a server to a web page, this is commonly utilized. Is it "self-descriptive" and simple to comprehend?







AJAX


Ajax is a developer's dream because you can:


- Read data from web server - after a web page loaded

- Update a webpage without reloading the page

- Send data to a web server - in the backgrou d



Comments