Exam 98-375: HTML5 Application Development Fundamentals/Code by Using JavaScript
This lesson covers Code by Using JavaScript. It looks at jQuery and third-party libraries, user interface updates, animations, data access, touch response, HTML5 APIs, and system resources.
Activity 1 - Manage and Maintain JavaScript
[edit | edit source]This objective may include but is not limited to: creating and using functions; jQuery, and other third-party libraries.
- Read JavaScript Fundamentals.
- Read W3 Schools JavaScript Tutorial.
- Read jQuery Documentation.
Activity 2 - Update the UI by Using JavaScript
[edit | edit source]This objective may include but is not limited to: locating/accessing elements; listening and responding to events; showing and hiding elements; updating the content of elements; adding elements.
- Read JavaScript Fundamentals.
- Read W3 Schools JavaScript Tutorial.
- Read W3 Schools JS & DOM Reference.
Activity 3 - Code Animations by Using JavaScript
[edit | edit source]This objective may include but is not limited to: using animation; manipulating the canvas; working with images, shapes, and other graphics.
- Read Animating your UI.
- Read jQuery API.
- Read SourceCodeOnline - JavaScript.
Activity 4 - Access Data Access by Using JavaScript
[edit | edit source]This objective may include but is not limited to: sending and receiving data; transmitting complex objects and parsing; loading and saving files; App Cache; datatypes; forms; cookies; localStorage.
- Read IndexedDB.
- Read JSON Tutorial.
- Read HTML5 Rocks and File API.
Activity 5 - Respond to the Touch Interface
[edit | edit source]This objective may include but is not limited to: gestures, how to capture and respond to gestures.
- Read Touch Gestures.
- Read jQuery.
- Read Mobile Touch Events in MooTools 1.3.
Activity 6 - Code Additional HTML5 APIs
[edit | edit source]This objective may include but is not limited to: GeoLocation, Web Workers, WebSocket; File API.
- Read HTML5 Rocks - Geolocation API.
- Read HTML5 Rocks – The Basics of Web Workers.
- Read Geolocation.
Activity 7 - Access Device and Operating System Resources
[edit | edit source]This objective may include but is not limited to: in memory resources such as contact lists and calendar; hardware capabilities such as GPS, accelerometer and camera.
- Read The Windows Runtime.
- Read How to get data from the accelerometer sensor for Windows Phone.
- Read W3C DeviceOrientation Event Specification.