Webucator offers Ajax training for private groups and individual students.
Our Ajax courses are listed below.
Want to talk to someone? Contact Us
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.
The next class is running 3/22/2010. Register for this date or See More Dates
In this Ajax training course, 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. For those new to CSS, XML, XSLT and/or JavaScript, this Ajax training course can be customized to include accelerated introductions to those technologies. The server-side code is written in PHP.
The next class is running 3/22/2010. Register for this date or See More Dates
In this Ajax training course, 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. For those new to CSS, XML, XSLT and/or JavaScript, this Ajax training course can be customized to include accelerated introductions to those technologies. The server-side code is written in ColdFusion.
The next class is running 3/22/2010. Register for this date or See More Dates
In this Ajax training course, 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. For those new to CSS, XML, XSLT and/or JavaScript, this Ajax training course can be customized to include accelerated introductions to those technologies. The server-side code is written in classic Active Server Pages.
The next class is running 3/22/2010. Register for this date or See More Dates
In this JQuery training class, attendees learn to tap into the power of the freely-available jQuery library to simplify nearly any client-side scripting task. Attendees will learn how to write jQuery selectors to round up sets of DOM elements, how to use jQuery’s many wrapped set methods to manipulate DOM elements, how to use the jQuery event model to set up event listeners and callback functions, how to manage Ajax requests with jQuery and how to extend jQuery with utility function and wrapped set method plugins.
Students taking this course will learn how to incorporate Google maps into their own web applications. The Google Maps API allows you to easily create mashups, which combine your own data with graphical maps. The API gives you the ability to add the "where" to your web application. Best of all, it's all free.
This ASP.NET AJAX training course provides a practical introduction to developing rich Internet applications using ASP.NET AJAX and C#. Because of the rich support provided by Microsoft's AJAX tools, an ASP.NET programmer can get up and running in this new environment quickly. This course shows the way. It is current to ASP.NET 3.5 and Visual Studio 2008.
The ASP.NET AJAX course begins with a discussion of rich Internet applications, which include substantial client-side code, typically JavaScript. Microsoft's AJAX tools are surveyed, and a simple AJAX application is illustrated. The JavaScript programming language is covered in enough detail to give the student a good working knowledge of writing client scripts. To retrieve and update information on a Web page from client-side code, the programmer needs to use DHTML or the Document Object Model (DOM), which are discussed in the third chapter along with Cascading Style Sheets (CSS).
The fourth lesson covers the AJAX Client Library, which simplifies client-side programming with JavaScript extensions, a debugging trace facility, and various API shortcuts. The next chapter covers partial page rendering, which enables part of a page to be updated asynchronously, resulting in an improved user experience. The next chapter covers various techniques for making remote-method calls, resulting in greater efficiency in an AJAX application. The next chapter introduces the AJAX Control Toolkit, which provides many very useful controls enabling sophisticated client-side effects with relatively little programming. The last chapter covers built-in application services, which provides a client-side API to various services on the server, such as authentication and user profiles.
Numerous programming examples and exercises are provided. A case study illustrates a number of features of ASP.NET AJAX working together.
This course introduces the Ajax programming model for web applications, and guides Java developers through the sometimes bewildering array of approaches to adding Ajax functionality into their web applications.
We start with a tour of basic browser programming, using JavaScript, the HTML DOM, and CSS. Then, students learn how to establish communication between their on-page JavaScripts and server-side application components, and thus to develop richer, more user-friendly and responsive web applications. We pursue Ajax connectivity entirely from the client side in this first module, at several levels. From an initial study of the bare-bones approach using the XMLHttpRequest browser object, we move on to consider programming techniques for thread safety, and use of higher-level script libraries such as Prototype and Dojo.
Then we analyze the challenges of supporting Ajax from the server side, going beyond simple Ajax request-handling strategies to consider goals such as:
Reuse mechanisms such as JSP tag files and JSF facelets are also considered.
We then look at two of the dominant forms of Ajax framework: the RMI approach, and JSF component libraries. For each class of tool we investigate two popular options -- DWR and jabsorb; RichFaces and Trinidad -- and use that comparison to discover the broader architectural patterns of that approach.
Students will complete the course ready to make intelligent choices of Ajax tooling for their applications, and to start working with their chosen framework.
This class is only available as a private onsite class. Contact us for a proposal.
This ASP.NET AJAX training course provides a practical introduction to developing rich Internet applications using ASP.NET AJAX and Visual Basic 2008. Because of the rich support provided by Microsoft's AJAX tools, an ASP.NET programmer can get up and running in this new environment quickly. This course shows the way. It is current to ASP.NET 3.5 and Visual Studio 2008.
The ASP.NET AJAX course begins with a discussion of rich Internet applications, which include substantial client-side code, typically JavaScript. Microsoft's AJAX tools are surveyed, and a simple AJAX application is illustrated. The JavaScript programming language is covered in enough detail to give the student a good working knowledge of writing client scripts. To retrieve and update information on a Web page from client-side code, the programmer needs to use DHTML or the Document Object Model (DOM), which are discussed in the third chapter along with Cascading Style Sheets (CSS).
The fourth lesson covers the AJAX Client Library, which simplifies client-side programming with JavaScript extensions, a debugging trace facility, and various API shortcuts. The next chapter covers partial page rendering, which enables part of a page to be updated asynchronously, resulting in an improved user experience. The next chapter covers various techniques for making remote-method calls, resulting in greater efficiency in an AJAX application. The next chapter introduces the AJAX Control Toolkit, which provides many very useful controls enabling sophisticated client-side effects with relatively little programming. The last chapter covers built-in application services, which provides a client-side API to various services on the server, such as authentication and user profiles.
Numerous programming examples and exercises are provided. A case study illustrates a number of features of ASP.NET AJAX working together.
Google Web Toolkit (GWT) allows Java developers to create Web 2.0-ready AJAX front ends. GWT compiles these Java artifacts into optimized JavaScript for all major browsers. This GWT training course provides a foundation in developing front-end modules with GWT widgets, panels, events and other mechanisms.
The next class is running 3/15/2010. Register for this date or See More Dates
In this GWT training class, students learn develop their GWT skills by learning to use advanced widgets and panels, to work with client-server communication, to build JavaScript bridges and much more.
The next class is running 3/10/2010. Register for this date or See More Dates
This comprehensive GWT training course combines our introductory and advanced Google Web Toolkit courses to provide a solid week of detailed hands-on GWT training.
This class is only available as a private onsite class. Contact us for a proposal.
Like a class you would go to, but you don't have to go anywhere. More...
The trainer comes to you and delivers a class customized for your team. More...
Our least expensive option. You proceed through the course entirely at your own pace. More...