![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
|
|
![]() ![]() ![]() Dynamic HTML's Data Binding: One-stop shopping for information
Until now, sending and receiving data over the Web has been difficult and inefficient. Why? Because whenever the user wanted to look at the data a different way, it meant going back to the Web server and then waiting for the entire page to reload. That's all changed with Internet Explorer 4.0. Once users receive information from a site that takes advantage of Dynamic HTML and Data Binding, they can sort and filter the data repeatedly without initiating another round trip to the server. For example, let's say a user is shopping for an automobile and requests a list of all cars between $15,000 and $20,000. After receiving the list, the user decides to narrow the search to only sports cars within that price range. The user's computer does all the subsequent processing, refreshing the page to reflect the result of the sort operation. The result: faster performance for the user and less traffic on the Web server. Data Binding thus delivers a painless way to create pages that display lists of prices, product descriptions, airline flights, and company benefits, for instance. Data Binding requires little or no additional programming, instead allowing authors to simply insert data into a Web page as an applet or object that can then be manipulated. HTML elements can be bound to the data using the HTML Data Binding extensions, which have been proposed to World Wide Web Consortium for incorporation into the HTML standard. Authors can choose from data source objects included in Internet Explorer 4.0, third-party data source objects, or easily build new ones themselves. Once the object is dropped into an HTML page, Internet Explorer will recognize it as a data provider. It's that simple. To see how authors can create HTML pages that allow users to interact with data any way they choose, check out the following demos. You need to be running Internet Explorer 4.0 to view these demos. If you haven't installed it yet, click Download in the column at left, but be sure to read the warning before you proceed with the download instructions.
©1997 Microsoft Corporation. All rights reserved. Legal Notices. Last Updated: April 8, 1997 |