-
AJAX
AJAX allows you to enhance the user experience of your web applications through asynchronous client-server request and response. In this video; Brigitte Birze demonstrates how to code and execute an AJAX JavaScript that goes to the server asynchronously; brings data back; and updates a portion of the screen.
-
Overview of AJAX
After watching this video; you will be able to describe AJAX (Asynchronous JavaScript and XML).
-
Using AJAX to Make Partial Page Updates
In ASP.NET; you can use Ajax with jQuery to make partial page updates in your application. In this video; Wesley Miller demonstrates how to use Ajax to make partial page updates.
-
Using an AJAX Helper Script
You can use Ajax helper function to make an asynchronous HTTP request to the server. In this video; Wesley Miller demonstrates how to use an Ajax helper function to make an asynchronous HTTP request to a server in an ASP.NET MVC 4 web application.
-
Working with AJAX
JavaScript JsRender; allows you to use external templates in conjunction with AJAX. In this video; Jean Boulet demonstrates how to work with AJAX when using external templates in JsRender.
-
Ajax and ASP.NET AJAX Controls
In this video; Jason Row outlines the features of Ajax and ASP.NET Ajax controls.
-
Implementing the ASP.NET AJAX ScriptManager Control
In this video; Jason Row demonstrates how to implement the ASP.NET Ajax ScriptManager control.
-
Using the ASP.NET AJAX Timer Control
In this video; Jason Row demonstrates how to use the ASP.NET Ajax Timer control.
-
Using the ASP.NET AJAX UpdatePanel Control
In this video; Jason Row demonstrates how to use the UpdatePanel control in ASP.NET to generate asynchronous postbacks.
-
Using the ASP.NET AJAX UpdateProgress Control
In this video; Jason Row demonstrates how to use the ASP.NET Ajax UpdateProgress control.
-
Working with Ajax Elements in C#
In Selenium Automated Web Testing; you can add wait states to simplify the testing of Ajax functionality within your C# tests. In this video; Tony Lowe demonstrates how to use the WebDriverWait object to set the waiting period for the test to four seconds.
-
Working with Ajax Elements in Java
Selenium provides us with tools to allow your Java code to note when Ajax elements have paused to load. In this video; Tony Lowe demonstrates how to let your Java code wait while Ajax elements are loading.
-
Working with Ajax Elements in Python
Selenium Automated Web Testing allows you to test Ajax elements using Python. In this video; Tony Lowe demonstrates activating Ajax to load part of a web page while keeping the original page in place and runs Python tests to determine when the web page will be loaded.
-
Testing AJAX Calls
In AngularJS; you can use the $httpBackend object when you set up your tests. $httpBackend intercepts any actual http requests; and responds to them in a trained way. In this video; Andy Alfred demonstrates how to set up unit tests in AngularJS when AJAX calls are involved.
-
Use Ajax to Update Data on the Server
In JavaScript Sencha; you can save the data updated by users to a server. In this video; Rob Huddleston uses Ajax to send a POST request to the server to update and save the modified data to a file.
-
AJAX Shorthand Functions
JQuery provides the post and get functions to make the common ajax requests that fall into either a simple post or get request. In this video; James Stevens demonstrates some common ways to use the shorthand ajax functions.
-
Working with Ajax Promises
Since jQuery 1.5; AJAX calls' return object implements the Promises interface; using Promises to represent the eventual value returned from completing an operation and offering greater flexibility and consistency across libraries. In this video; Rafiq Wayani demonstrates the uses of a Promise and its event handlers; and how you can chain handlers; or combine them with the then() method.
-
Serialization in Forms with Ajax
In jQuery Mobile; you can serialize forms for your mobile application. In this video; Charles Robinson demonstrates how to use serialization of data in Visual Studio.
-
Server-Side Form POST with Ajax
In jQuery Mobile; you can implement server-side form post with Ajax. In this video; Charles Robinson demonstrates how to implement the server-side form post.
-
Ajax Driven navigation
In jQuery Mobile; you can leverage Ajax for better user experience. In this video; Charles Robinson demonstrates how to use the Ajax-driven navigation used in jQuery Mobile apps.
-
Client-Side Form POST with Ajax
jQuery Mobile provides many user-friendly form elements. In this video; Charles Robinson discusses the client-side form POST with Ajax.
-
AJAX with JSON
After watching this video; you will be able to use JSON to make AJAX requests.
-
Introduction to AJAX
In HTML5; you can create graphically-rich websites and powerful Web applications. In this video; Jamie Campbell discusses the usage of AJAX; Asynchronous JavaScript and XML.
-
AJAX
AJAX is a new way to use existing programming standards. In this video; Dan LaChance reviews how Ajax issues can affect network security in CompTIA CASP CAS-002.
-
Working with AJAX
In Web API Design; the AJAX helper can be used in jQuery to request HTTP services by creating a job script area. In this video; Sidney Andrews demonstrates how to invoke an AJAX helper; work with MVC helper methods; and deal with success or fail scenarios.
-
Testing AJAX Calls
After watching this video; you will be able to set up unit tests that involve AJAX calls.
-
jQuery Essentials: Using an AJAX Source for the Autocomplete Widget
After watching this video, you will be able to use AJAX to provide data for a dynamic autocomplete widget.
-
jQuery Essentials: Updating Page Content from an AJAX Request
After watching this video, you will be able to create an AJAX request and display content from the requested data.
-
jQuery Essentials: Manipulating an Element with AJAX
After watching this video, you will be able to use AJAX to make a request and update an element on the web page based on the response.
-
jQuery Essentials: Making a Simple AJAX Request
After watching this video, you will be able to create an AJAX request.
-
jQuery Essentials: Handling AJAX Errors
After watching this video, you will be able to create an error handler to display any AJAX communication errors.
-
jQuery Essentials: Describing AJAX and Its History
After watching this video, you will be able to describe AJAX and how AJAX has evolved.
-
jQuery Essentials: Using the AJAX Event Handlers
After watching this video, you will be able to describe the usage of the AJAX event handlers.
-
HTML5, JavaScript, and CSS3: Introduction to AJAX
After watching this video, you will be able to define Ajax and how it relates to JavaScript.
-
ASP.NET: Using an AJAX Helper Script
After watching this video, you will be able to use an AJAX helper function (Ajax.ActionLink) to make an asynchronous HTTP request to server in an ASP.NET MVC web application.
-
ASP.NET: Using AJAX to Make Partial Page Updates
After watching this video, you will be able to use AJAX to make partial page updates to an ASP.NET MVC web application view.