SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 38 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

With the high popularity of web applications that use the XMLHttpRequest object,
such as Google Local, Flickr, and Amazon A9, it is fast becoming a de facto standard.
The nice part about the XMLHttpRequest object is that it doesn??™t require any proprietary
or additional software or hardware to enable richer applications. The functionality
is built right into the browser. As such, it is server agnostic. Except for needing to make
some minor changes to your browser security settings, you can use it straightaway, leveraging
coding styles and languages you already know.
To see an example of how it works, refer to Google Local (see Figure 1-4). As you use
the mouse to drag the map around the screen, the sections of the map that were previously
hidden come into view quickly; this is because they were cached on your initial
viewing of the map. Now, as you are looking at a new section (by dragging the mouse),
the sections bordering the current one are downloading in the background, as are the
relevant satellite photographs for the section of map you are viewing.
CHAPTER 1 ?–  INTRODUCING AJAX 8
Figure 1-4.


Pages:
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50