| |
AJAX Topics Covered |
| |
| Introduction |
| |
|
1. Understand AJAX
2. Understanding what AJAX is not
3. Overview |
| |
|
|
| Developer Essentials |
| |
|
| |
1. Understanding the development workflow
2. Selecting the right tools for the job
3. Customizing Firefox for AJAX development
4. HTML, CSS, and JavaScript prerequisites |
| |
|
|
| Understanding the DOM & XML Formats |
| |
|
| |
1. Understanding the DOM format
2. Exploring the DOM with Firefox
3. Using JavaScript to manipulate the DOM
4. Looking at XML and the DOM |
| |
|
|
| Ajax Interactions |
| |
|
| |
1. Working overview of an AJAX application
2. Making AJAX requests in the background using XMLHttpRequest
3. Generating XML responses
4. Updating UI with new data from AJAX responses |
| |
|
| AJAX USING JQUERY: |
| |
|
| |
1. Simple AJAX interaction using jQuery
2. Handling XML response in AJAX call
3. Handling JSON response in AJAX call |
| |
|
| PRACTICAL SESSION: |
| |
|
| |
1. Using AJAX for pagination on a listing page
2. Using AJAX for Shopping Cart |
|
|
| |