Tag Archives: asynchronous ajaxdynamic ajax

AJAX What is it? How to AJAX Pt. 2

In the last article, I explained what AJAX is and showed you how to dynamically change the text in DIV’s and SPAN’s without reloading the page. In this article I’ll show you how to place text from your server in DIV’s and SPAN’s, without reloading the page.

All About Events

Most of the time you will bring data onto your web page when an event has been triggered. So I thought it would make sense to list all of the events you can monitor: Continue reading AJAX What is it? How to AJAX Pt. 2

AJAX What is it? How to AJAX Pt. 1

There is much confusion concerning Asynchronous JavaScript and XML (AJAX). First off AJAX is not a programming language. It provides a new way for you to use the languages I’ve taught you in previous tutorials:

  • HTML
  • Cascading Style Sheets
  • JavaScript
  • PHP
  • XML

AJAX provides you with the ability to: