AJAX Training
Overview
Ajax is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.
Learn how to make dynamic and interactive Web applications using Asynchronous JavaScript and XML (AJAX). AJAX is a new approach to using established Internet standards (XHTML, CSS, XML, and JavaScript) in the browser environment to enhance Web application development. AJAX enables you to communicate with a Web server and present new content without having to reload the page each time in the browser.
Prerequisite
- HTML
- JavaScript
- CSS
Course Outline
- Review of the essential elements of XHTML, CSS, and XML
- Using the JavaScript XML Http Request object
- Retrieving data from a relational database with an AJAX script
- Searching an XML data sheet using an AJAX script
- Using AJAX libraries to manage browser differences
- Addressing security concerns inherent to AJAX
- Using XPath and XSLT in your AJAX development
- Validating form data with AJAX
- Managing user sessions with AJAX
- Exploring the available AJAX frameworks


