Course Overview
Ajax Tutorials:
AJAX is a client side script which allows one to communicate to and fro a server or database without completely refreshing a page. It is also referred to as a method of exchanging data with a server and updating the parts of a web page without reloading the page.
The objective of the course is to make the on-looker learn all the techniques of AJAX and also make one expertise in the practices of building a robust and a high performance AJAX Application.
The training will include the following;
1. What is AJAX.
AJAX Overview and information on AJAX and its uses.
2. Introduction to XMLHttpRequest Object.
Information about XMLHttpRequest object, its properties and methods.
3. How AJAX Works ?
AJAX implementation explaination using a flow diagram.
Code snippets to explain how to make AJAX HTTP Request and handling AJAX HTTP Response.
4. AJAX Examples in Java and PHP.
Two examples implemented in Java/PHP
Target Customers:
- Web Developers
- Mobile Developers
- Programming Students
- Software Developers
Pre-Requisites:
- Basic idea about web development
- Passion to learn and apply