Lesson 9 Flashcards
Animation
Is the display of a sequence of static images at a fast enough speed to create the illusion of movement.
AppCache
Saves a copy of your Web site files locally, in a structured form.
Canvas Element
Is a drawing area under programmatic control. The only graphical elements common in earlier HTML were static, such as PNG and JPG.
Cookies
Are small text files that Web sites save to a computer’s hard disk that contain information about the user and his or her browsing preferences.
Data Type
Values in JavaScript appear in special appearances or “dressings.”
Encapsulate
The policy in a JavaScript library that knows how to retrieve the title for itself, rather than having to copy-and-paste the title of all pages for the entire site.
JSON
JSON, or JavaScript Object Notation, is a text-based open standard designed for human-readable data interchange.
LocalStorage
Has better security and makes programming easier than it is with cookies.
Parsing
Is a term used to describe analysis of complex information into constituent parts.
Recursion
Is a programming technique in which a function calls itself.
XMLHttpRequest API
Enables you to use JavaScript to pass data in the form of text strings between a client and a server.