Overview/Description
Rather than a singular technology, Ajax, or Asynchronous JavaScript and XML, is a collection of technologies that enables web pages to make server requests without having to reload the page. This course will introduce the history of Ajax and outline how it is commonly used to aid in the development of dynamic web sites. Beginning with the fundamentals of Ajax, the course will examine JavaScript’s role in Ajax development, including objects, the Document Object Model, and events. It will also explore the specific techniques used by Ajax in web applications, including the XMLHttpRequest object, hidden frames, and dynamic script loading. This course is one of a series providing an introduction to Ajax development.
Target Audience
Developers who are experienced in building Internet applications and who want to become skilled in the use of Ajax to add seamless interactivity to their web applications.
Prerequisites
A good knowledge of HTML, JavaScript, basic programming concepts, and general Internet development; programming experience would be an advantage