Unit 4: JQuery and Structured Data
In this unit, we will take a brief look at JQuery, a mechanism for direct access to the document object model within a script. Since mobile applications often need to interact with a service, we will also look at how data between the service and the mobile application is exchanged using either Extensible Markup Language (XML) or JavaScript Object Notation (JSON). We will compare and contrast both formats.
Completing this unit should take you approximately 11 hours.
4.1: jQuery
Read these slides.
Complete this entire tutorial, using the "next" buttons to navigate through each chapter. You should also attempt the complete the available "Try It Yourself" activities.
4.1.1: Overview
Read this chapter.
Read this chapter.
4.1.2: Events in jQuery
Read this chapter.
4.1.3: AJAX with jQuery
Read this chapter.
4.2: JavaScript and XML
Read these slides.
4.3: XML
Read this article.
Complete this entire tutorial, reading each chapter from "XML Tutorial" through "XML Examples". Use the "next" buttons to navigate to the next chapter, and feel free to attempt any activities, including the quiz at the end of the tutorial.
4.4: JavaScript Object Notation (JSON)
Read this page.
Complete this entire tutorial on JSON, reading each chapter from "JSON - Introduction" through "JSONP".
4.5: Examples of XML and JSON
Read this page.
Complete this tutorial to test your knowledge of jQuery.