| Class Date and Time |
Price
|
|
|---|---|---|
|
$1,185.00
or 3 vouchers
vouchers
|
||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers |
This is a server-side agnostic Ajax training class. Examples in the provided course manual are in JSP, and there are equivalent examples in the class files in PHP, ColdFusion, and Classic ASP. The focus is on the client-side aspects of Ajax (i.e., JavaScript), so, while it's helpful to understand the server side, it's not required or assumed.
Students learn to make calls to the server with JavaScript and to manipulate XML content returned from the server. Ajax opens the door to creating sophisticated web-based applications with much more of the logic (and therefore code) handled on the client. While Ajax allows for more dynamic and responsive applications, it changes the traditional role of JavaScript dramatically and forces developers to rethink how they write and manage JavaScript code. After taking this Ajax training course, students will be able to create sophisticated Ajax-based applications in an efficient and modular way.
For private groups new to CSS, XML, XSLT and/or JavaScript, this Ajax training course can be customized to include accelerated introductions to those technologies.
This Ajax course has been updated for HTML5.
Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.
Experience in the following areas is required:
Experience in the following areas would be beneficial:
Courses that can help you meet these prerequisites:
Our computer technical requirements and setup process is easy, with support just a click away.

Posted on Jun 06, 2011 by Nat Dunn
I know there are a lot out there already, but we built a simple regular expression tester for use in our Intro to PHP class and Advanced JavaScript class. ...
Posted on Mar 11, 2011 by Nat Dunn
Testing on old versions of Internet Explorer can be a pain. I have used IE Tester a lot and it used to do a pretty good job, but lately it has been having ...
Posted on Mar 03, 2011 by Nat Dunn
In JavaScript, division by zero does not cause an error. Instead, it evaluates to Infinity, which is a reserved word (note the capital “I”). ...
Posted on Mar 02, 2011 by Nat Dunn
The readyState holds the current state of an XMLHttpRequest object. It is generally used to see if the requested content has been received. According to ...
Posted on Feb 04, 2011 by Nat Dunn
A lot of support forms ask users what browser and operating system they’re using as this can be useful information for debugging the problem. But ...