Ajax Ocean First Step

Source: Internet
Author: User

AJAX Toolkit

Ajax is not a new technology, it is actually several technologies, each of which is a new way of aggregating together.

    • Server-side language: The server needs to have the ability to send specific information to the browser. Ajax has nothing to do with server-side languages.
    • XML (extensible Markup Language, Extensible Markup Language) is a format that describes data. An AJAX program needs a format format to pass information between the server and the client, and XML is one of the choices.
    • XHTML (eXtended hypertext Markup Language, using Extended hypermedia Markup Language) and CSS (cascading style Sheet, cascading style sheets) standardize rendering.
    • DOM (Document Object model): Enables dynamic display and interaction.
    • Asynchronously reads the data using the XMLHTTP component XMLHttpRequest object.
    • Use JavaScript to bind and manipulate all data.
The drawbacks of Ajax

Ajax is not a perfect technology. With Ajax, some of its flaws should not be weighed against:

    • Browser compatibility caused by JavaScript and Ajax engines.
    • Page local refresh, which causes the fallback function to fail.
    • Streaming media support is not as good as Flash Java A pplet.
    • Some handheld devices (such as mobile phones, PDAs, etc.) are poorly supported.

Ajax Ocean First Step

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.