Posts

Showing posts with the label Amsterdam celebrates

BVB dizzy played: Ajax

Image
AJAX is a method using different technologies added to web browsers between 1995 and 2005, whose particularity is to allow queries to the web server and, consequently, to partially modify the web page displayed on the client station without having to View a complete new page. This computer architecture builds web applications and interactive dynamic websites. Ajax is the acronym for Asynchronous JavaScript and XML: JavaScript and XML asynchronous. Ajax combines JavaScript and DOM, which allow you to modify the information presented in the browser by respecting its structure, the Fetch and XmlhttPrequest APIs, which serve as the asynchronous dialog with the web server; as well as a data format (XML or JSON), in order to improve handling and comfort of using rich Internet applications. XML, cited in the acronym, was historically the privileged way to structure the information transmitted between web server and browser, nowadays the JSON tends to replace it for this purpose. The use of A...