Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x
x

Direction

x

Ask a Question

x

Hire a Tutor

Course Details

Microexpertz Training

Online AJAX Training Classes

By: Microexpertz Training

View All 59 Courses

Details

  • Area : Al Barsha
  • Email:mfaxxxxxx@xxxxxxxxx View Contact
  • Mobile:+97xxxxxxxxxx View Contact
  • Schedule : Mon, Wed,tues,thu, Fri 6pm to 8pm
  • Course Fees : AED 100
  • Duration : 4 Weeks
  • Segment : IT Training
  • Subject : AJAX Training

Course description

AJAX stands for Asynchronous JavaScript and XML. AJAX is a method used to create fast and dynamic web applications with the help of XML, HTML, CSS, and JavaScript. With Ajax, web applications can send and retrieve data from a server asynchronous without interfering with the display and behavior of the existing page.

Ajax makes the features like drop-down menus, predictive text, auto-filled text, and more possible. AJAX allows the web pages to be efficient asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the page.

Elysium Academy Private Limited, AJAX training, and certification course will teach about AJAX starting from AJAX features, fundamentals to creating AJAX programming. All the features offered in the AJAX certification course will develop your programming ability and make you an expert in the field.

Course outline

1. Introduction to Web 2.0

· Overview of the role of web applications

· Difference between traditional and Web 2.0 applications

· Understanding the thin and thick clients

· Overview of enabling technologies: XHTML, CSS, JavaScript

· Developing and deploying a simple web apps that uses HTML, CSS and JavaScript

· Identifying the opportunities to make a simple web app as an RIA

 

2. JavaScript Fundamentals

· Building blocks: Data types, literals and variables

· Interacting with the user: alerts, confirms and prompts

· Operators and expressions

· Type checking and type conversion

· Control Structures: if and switch

· Iterations: while, do..while, for, for ..in

· Exception Handling: try, catch, throw

· Functions: Defining and invoking named and anonymous functions

 

3. Object Oriented JavaScript

· Overview of JavaScript Core objects

· Array objects

· String objects

· Date objects

· Math objects

· Navigator object

· Cookie object

· Creating user defined objects  

4. Document Object Model

· The need of a standard object model

· Overview of the DOM standard

· Understanding Window object

· Understanding Document object

· Survey of other important DOM objects

· DOM manipulation: creating, updating, deleting and accessing nodes  

5. Event Handling

· Understanding the event model: bubbling, propagating and capturing events

· Survey of typical DOM events

· Handling events using JavaScript

· Developing active web pages by handling events and manipulating DOM elements

· Understanding the form submission process

· Short comings of the synchronous communication with the server  

6. AJAX and XHR

· Understanding the need of partial page updates and asynchronous communication

· Introducing the AJAX approach

· Inspecting the XHR object and its IDL API

· Understanding the callback mechanism

· Using AJAX using GET and POST

· Using AJAX for both synchronous and asynchronous communications

 

7. Processing the XML AJAX Response

· Processing the XML payload of the AJAX response

· Manipulating the DOM nodes based on the response

· Developing an RIA using AJAX

· Shortcomings of XML payloads

 

8. Introducing JSON

· Understanding the need of JSON

· JSON Arrays and JSON Objects

· The eval function of JavaScript

 

9. Processing the JSON AJAX Response

· Processing the JSON payload of the AJAX response

· Manipulating the DOM nodes based on the response

· Developing an RIA using JSON and AJAX

 

10. Direct Web Remoting

· The concept of DWR

· Basic idea: Remoting between JavaScript client and the server side components

· Implementing DWR to make RIA

 

11. Server Side Push

· The concept of SSP

· Basic idea: Using AJAX to implement server side notifications to the client

· Using SSP in making RIA

 

12. SOP and JSONP

· The concept of Same Origin Policy

· Ways to overcome SOP: Dynamic loading of scripts

· Using JSON with Padding as a solution

 

13. Survey of AJAX libraries

· Overview of various AJAX libraries

· JQuery

· ExtJS (Overview)

· Dojo (Overview)

· GWT (Overview)

 

14. Using JQuery for AJAX

· Setting up JQuery

· Submitting GET and POST requests using JQuery AJAX API

· Processing the results

· Handling the errors

 

15. AJAX and Security

· The Vulnerabilities

· Tips and Best practices

· Javascript Injections

 

16. Basics of HTML 5 & CSS 3

· Overview of HTML 5

· Overview of CSS 3

· Canvas

· Animations

· Transitions

· Transformations