Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

University of Michigan

Using JavaScript and JSON in Django

University of Michigan via Coursera

Overview

In this final course, we'll look at the JavaScript language and how it supports the Object-Oriented pattern, with a focus on the unique aspects of JavaScript's approach to OO. We'll provide an introduction to the jQuery library, which is widely used for in-browser manipulation of the Document Object Model (DOM) and event handling. You'll also learn about JavaScript Object Notation (JSON), which is commonly used as a syntax to exchange data between code running on the server (i.e., in Django) and code running in the browser (JavaScript/jQuery). You will continue to develop your classified ads application, adding features that make use of JavaScript, JQuery, and JSON. This course assumes you have completed the first three courses in the specialization.

Syllabus

  • JavaScript
    • As we begin to add interactive elements to our web pages, we need to learn JavaScript. For students with a JavaScript background this will be a bit of review as we learn JavaScript from a Django perspective.
  • Object Oriented JavaScript
    • The Object-Oriented approach in JavaScript is different from Object Orientation in Python in some important ways. So we look at the unique features of the OO pattern in JavaScript. The high level concepts are the same between Python and JavaScript but the implementation details are different in important and subtle ways.
  • JavaScript and the Browser
    • We look at particular aspects of the JavaScript run-time in a browser including manipulation of the Document Object Model(DOM), timers and event handling.
  • JSON / AJAX
    • JSON and AJAX allow web pages to add interactivity and interact with the back-end without sending entire web pages back and forth to the server.
  • Ads #4 - Search
    • In this module we extend our application to add search to our classified ads application.

Taught by

Charles Russell Severance

Reviews

4.8 rating at Coursera based on 268 ratings

Start your review of Using JavaScript and JSON in Django

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.