Flash text
One of a number of types of text that are configurable in Dreamweaver that are Flash .swf files. This text enables you to use various fonts in Dreamweaver without having those fonts available on the user’s system.
what is font
font
A set of text characters in a specific style and size.
form in dreamweaver
form
An object that enables the collection of information from website visitors via input elements such as text fields and radio buttons.
Request data in JavaScript Object Notation (JSON)
Ironically, several hacks illustrate how to avoid using XMLHttpRequest to hit the server: you’ll see how to run a search engine inside the browser, cache data with JavaScript, and “fix” the browser back button in an Ajax application by internally storing and accessing state. These hacks also recommend ways to combine code libraries to increase download speed, obfuscate or partially obscure JavaScript code to protect proprietary scripting, set a timer for aborting an Ajax request, as well as dynamically request data in JavaScript Object Notation (JSON) format using the HTML script tag.