| Class Date and Time |
Price
|
|
|---|---|---|
| Sep 20 - 23, 2010 10:00 AM - 5:00 PM ET | $1,580.00 or 4 vouchers | |
| Oct 18 - 21, 2010 10:00 AM - 5:00 PM ET | $1,580.00 or 4 vouchers | |
| Nov 15 - 18, 2010 10:00 AM - 5:00 PM ET | $1,580.00 or 4 vouchers | |
| Dec 20 - 23, 2010 10:00 AM - 5:00 PM ET | $1,580.00 or 4 vouchers |
This is a server-side agnostice Ajax training class. Examples in the manual are in JSP, but 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) is 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.
All students receive a course manual or book and all the class examples.
Students in private onsite classes will also receive:
Experience in the following areas is required:
Experience in the following areas would be beneficial:
Our computer technical requirements and setup process is easy, with support just a click away.
Tue, 9/7 5:30
Wed, 9/8 2:00
Tue, 9/21 12:30
Thu, 9/9 9:00
Thu, 9/9 2:00
Wed, 9/8 12:00
Posted on Aug 09, 2010 by Nat Dunn
I often find myself creating HTML lists from a list of items in a text format. In TextPad (or any other tool that supports regular expressions) ...
Posted on Aug 04, 2010 by Connie
How can you keep a user from changing the contents of a textbox? It is easy to do using HTML Event Handlers. Try the code below. It works ...
Posted on Aug 03, 2010 by Connie
HTML Event Handlers provide a gateway from HTML to JavaScript. Event Handlers are HTML attributes that force an element to “listen” ...
Posted on Jul 27, 2010 by Sean
I recently discovered there’s yet another way to create rollover images in Dreamweaver. This method actually doesn’t even ...
Posted on Jun 15, 2010 by Nat Dunn
Programmers often use the following terms incorrectly, which can cause confusion: variable parameter argument value Variable A variable ...