Intro to AJAX
About this Course
In this course you will learn how to make asynchronous requests with JavaScript (using jQuery’s AJAX functionality), and gain a better understanding of what’s actually happening when you do so. You will also learn how to use data APIs so you can take advantage of freely accessible data in your applications, including photo results, news articles and up-to-date data about the world around us.
As part of the course, you’ll be building a web app that will help …
Intro to AJAX
About this Course
In this course you will learn how to make asynchronous requests with JavaScript (using jQuery’s AJAX functionality), and gain a better understanding of what’s actually happening when you do so. You will also learn how to use data APIs so you can take advantage of freely accessible data in your applications, including photo results, news articles and up-to-date data about the world around us.
As part of the course, you’ll be building a web app that will help people learn about a place where they want to move! Your app will query the Google Streetview, Wikipedia and New York Times APIs!
This course is also a part of our Front-End Web Developer Nanodegree.
Learn how to perform asynchronous requests as you build a web app with data from Google Street View, the New York Times and Wikipedia!
[
User experience is vital to the success of your website or web app. It’s important that the user’s experience be smooth and free of jank, yet the application will have to do things that take a long time to complete. AJAX allows app developers to interact with server-side APIs without pausing script execution or forcing the page to reload.
,Plus, learning how to query data APIs will open you to a tremendous amount of free data that’s freely accessible. Want to build a flight tracking app? How about a photo gallery with image search? Or what about a tweet viewer? Just find an API that provides the data you need, read the documentation and sample code, and query away!
,If you want to build solid and fast web applications, knowing how to query servers using AJAX is a must.
]
lesson 1
Introduction
What is AJAX?
Why use an API?
How can you identify AJAX requests in existing websites?
lesson 2
Using APIs with AJAX
Clone the Move Planner repository.
Implement the Google Streetview API.
Implement the NY Times API.
lesson 3
AJAX and Your Projects
What did you learn?
How else can you apply AJAX to make speedy page loads?
Customizing your sites.