Ajax stands for Asynchronous
javascript and XML these are the interrelated web development
techniques used by many web designers and developers around the globe
for better web design and development, With AJAX you can send and
retrieve data from a server which is unsynchronized in the backend
without effecting the existing page.
Ajax is not a single technology its a group of technologies combined to offer better and Professional Web designing solutions. The AJAX which is a combination of javascript and XML helps in exchanging the data between browser and server without avoiding full page reloads.
In early 90s most of websites were built and developed by HTML programming language, In which each user activity required the page to be re-loaded from server or many where reloading a new page. This process was hard and inefficient, as per the user experience all page content disappears many times then reappears. Every time a Web page is reloaded due to a small change Even the content must be re-sent instead of only the small changed information.This will place additional load on the server which can cost higher bandwidth.
The term Ajax was introduced to represent a wide range of web technologies which can be used to implement a website application that communicates with a server in the background, without changing or interfering with the current position or the design of the page.
Ajax is not a single technology its a group of technologies combined to offer better and Professional Web designing solutions. The AJAX which is a combination of javascript and XML helps in exchanging the data between browser and server without avoiding full page reloads.
In early 90s most of websites were built and developed by HTML programming language, In which each user activity required the page to be re-loaded from server or many where reloading a new page. This process was hard and inefficient, as per the user experience all page content disappears many times then reappears. Every time a Web page is reloaded due to a small change Even the content must be re-sent instead of only the small changed information.This will place additional load on the server which can cost higher bandwidth.
The term Ajax was introduced to represent a wide range of web technologies which can be used to implement a website application that communicates with a server in the background, without changing or interfering with the current position or the design of the page.
No comments:
Post a Comment