Ajax: A new way to build Web apps

Source: Internet
Author: User
Tags html page http request object model

If you want to ask what is the most attractive thing to do, it is to create a Web application. After all, when was the last time you heard someone praising the interaction design of a product? They are cool and innovative projects (except the ipod).

Aside from this, web designers have no better way of designing an interactive web than a little envious of our desktop software colleagues. Desktop applications have a rich interface and the ability to respond to Web programs that are unmatched. Similarly, the rapid growth of the web has created a huge gap between the experience we provide and the experience that users get from desktop applications

And now the gap is disappearing. Take a look at "Google suggest". Observe that it displays the update speed of the suggested item as you entered, almost immediately. And look at "Google Maps". Zoom in, move and scroll with your mouse. These actions are almost immediately responsive without waiting for the page to refresh.

"Google suggest" and "Google Maps" are two typical examples of Ajax technologies. Ajax is the abbreviation for asynchronous JavaScript and XML, and it shows a fundamental shift in web development, which is what the Web can do.

Definition of Ajax

Ajax is not a technology, it is actually several technologies, each of which has its own uniqueness, and together it becomes a powerful new technology. Ajax includes:

XHTML and CSS

Dynamic display and interaction using the Document Object model

Data interaction and manipulation using XML and XSLT

Using XMLHttpRequest for asynchronous data reception

Use JavaScript to bind them together

The traditional Web application model works like this: Most user actions on the interface trigger an HTTP request that connects to a Web server. The server completes some processing---receives the data, processes the computation, then accesses the other database system, finally returns an HTML page to the client. This is an old-fashioned pattern that has been used since hypertext has been used as a web use, but readers who have read the Elements of User experience must know what limits the Web interface's lack of desktop software.

Figure 1: Comparison of the traditional Web application model (left) with the Ajax model (right).

This old approach has made us realize a lot of technology, but it does not produce a very good user experience. What is the user doing when the server is working on its own business? Yes, wait. Every action, the user has to wait.

Obviously, if we design web apps according to the desktop program's thinking, we don't want users to always wait. When the interface is loaded, why do you want to let the user spend half the time to fetch the data from the service each time? In fact, why do you always let users see the program to the server to fetch data?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.