Ajax Technology - Ajax Programming – A way for JavaScript to dynamically display

Ajax Programming – A way for JavaScript to dynamically display

Posted on

Ajax Technology - Ajax Programming – A way for JavaScript to dynamically display

AJAX is an front-end web technology that lets JavaScript communicate with a web server.

In this course, you’ll learn how AJAX works and how you can use JavaScript to communicate with a web server.We wrap up the course with a small project, showing you how to apply what you’ve learned to pull images from Flickr and display them on your web site.It lets you load new content without leaving the current page, creating a better, faster experience for your web site’s visitors.

We’ll use plain JavaScript as well as jQuery to create AJAX requests and use the response to dynamically update your web pages. Along the way, you’ll build mini-projects to reinforce your learning.

Ajax Technology System - Ajax Programming – A way for JavaScript to dynamically display

 You’ll learn

  • AJAX Concepts
  • How to process JSON with jQuery and JavaScript
  • How to use a 3rd party API with AJAX and jQuery
  • How to use JavaScript to make AJAX requests
  • How to use jQuery to make AJAX requests