Exam Objectives
Binary data; text data (JSON, XML); implement the jQuery serialize method; Form.Submit; parse data; send data by using XMLHTTPRequest; sanitize input by using URI/form encoding
Quick Overview of Training Materials
Cross-browser JSON Serialization in JavaScriptUsing XMLHttpRequest (Mozilla Dev Net)
MSDN - XMLHTTPRequest (XHR) and AJAX Support - Multiple sub-articles
MSDN - Support for JSON and Other Data Transfer Formats - Multiiple sub-articles
MSDN - Typed Arrays (JavaScript)
MozDN - JavaScript typed arrays
MozDN - Blob
MozDN - XMLSerializer
4.10.19.6 Form submission - w3.org HTML5 specMSDN - Typed Arrays (JavaScript)
MozDN - JavaScript typed arrays
MozDN - Blob
MozDN - XMLSerializer
JSON.parse - MSDN version or Mozilla Dev Net version
JSON.stringify - MSDN version or Mozilla Dev Net version
khronos.org - Typed Array Specification
JSON.stringify - MSDN version or Mozilla Dev Net version
khronos.org - Typed Array Specification
JavaScripture - ArrayBuffer
HTML5Rocks - Typed Arrays: Binary Data in the Browser
stackoverflow posts regarding when and why to use URL encoding: Should I?, and MIME types
Turning a form element into JSON and submiting it via jQuery
HTML5Rocks - Typed Arrays: Binary Data in the Browser
stackoverflow posts regarding when and why to use URL encoding: Should I?, and MIME types
Turning a form element into JSON and submiting it via jQuery