Ajax is probably one of the best thing that happened to this generation because it gave us Facebook, the start of social media. Called the developer’s dream this software can upgrade webpages without having to reload request data before and after a page has been loaded and even send data to its server in the background
To learn in depth about ajax and the various websites that its built, click this link for an
This ajax tutorial is made for people who want to learn ajax and want to get better how it works, but ill just give a short overview on how it works
Ajax stands for Asynchronous JavaScript and XML is a huge combination of web development techniques using many web technologies to create asynchronous web applications which are useful running various processes and factors without having to reload the webpage
WEB Pages with the ajax can update their pages constantly without disrupting any processes which makes it fast, easy and clean which is why it’s called the developers dream.
The best part about Ajax is that it’s not a single technology or a new technology, but rather it’s a combination of the best aspects of various other technologies like HTML And CSS combos together to mark up and style information whereas JavaScript dynamically displays and allows the user to interact with them.
Then the built in xtmlhttprequest object within javascript executes ajax on websites which can allow websites to load objects without having to refresh the page.
Commentaires