What Is AJAX?
AJAX Internet Standards
•Asynchronous JavaScript and XML
•NOT a programming language but a way to use existing standards
•Made popular in 2005 (Google Suggest)
•Can interact with servers and files without needing to refresh the browser
AJAX Internet Standards
AJAX is based on current internet standards. It uses a combination of the following technologies…
XML Http Request object –
Lets us interact with server data asynchronously(without page refresh)
Java Script / DOM –
Lets us interact with the information
CSS –
Lets us to style the returned data
XML / JSON -
Often used as the format for transferring data
XML Http Request Object
Products Use For Making Videos:
Tripod: https://amzn.to/33nZ5Qx
Camera: https://amzn.to/35C3KB4
Laptop: https://amzn.to/3bZcMJS
LED Tubelight: https://amzn.to/2ZwAF6C
The XMLHttpRequest JavaScript object is used to send and receive info to and from the browser asynchronously.
Object is instantiated differently in older versions of IE.