πŸŽ‰ New: Top 75 PHP Interview Questions for 2026 β€” Free for all learners

AJAX Technologies

P
php Guru
Β· Β· 1 min read Β·

πŸ“Œ Key Takeaways

  • AJAX Technologies
  • AJAX Technologies

AJAX Technologies

As was already said, ajax is not a single technology but a group of technologies that work together. Some AJAX technologies are:

  • CSS and HTML/XHTML
  • DOM
  • XML or JSON
  • XMLHttpRequest
  • JavaScript

CSS and HTML/XHTML

The content and style are shown with the help of these technologies. It is mostly used for showing off.

DOM

It is used to display and interact with data in real time.

XML or JSON

to move data to and from the server. JSON, or Javascript Object Notation, is similar to XML, but it is shorter and runs faster.

XMLHttpRequest

For client-server communication that doesn’t happen at the same time. For more visit next page.

JavaScript

It’s used to connect the above technologies.

It is mostly used for client-side validation when it is used on its own.

P
php Guru
PHP Developer & Technical Writer β€” phponline.in A seasoned PHP developer with 8+ years of experience in Laravel, MySQL, and REST APIs. Writes practical tutorials and career guides to help developers grow their skills and income. All salary data is researched from real job postings and developer surveys.
← Previous Post
Synchronous vs Asynchronous - AJAX
Next Post β†’
How AJAX works?