zoukankan      html  css  js  c++  java
  • Description of AJAX

    AJAX's fullname is "asynchronism JavaScript and XML". It's part of the "WEB 2.0". The main technique is XMLHTTPRequest. If you base on IE Explore, you may use ActiveXObject; otherwise use XMLHTTPRequest. The origin of this technique is form Outlook, this software support a object named XMLHTTPRequest, it can transport message between Server and Clients, but only little men know that. Google popularize this techenique widely in many regions, such as google suggest, googe map and Gmail. As I know, Microsoft also use AJAX in MSN Space.

    AJAX is not only one techenique, it includes Javascript, DOM, XML, CSS and XHTML and so on. You can get new message without refreshing page, so it reduce the burden of the server and cut the time for user's waiting. Up to now, many comapnies explore AJAX library for it, so AJAXpro and MagicAjax came into our eyes for .NET, this library make our coding simple and easy.

    For AJAX is a new technique, it still has some problem to resolve. For example, there is not a environment for Javascript to debug, so if the program has error,  it's difficult to find error in short time, it's also a reason that I can accept this new technique fully, although I get deep into this field.I know Microsoft has released a software for AJAX, named Islta, which support javascript very well. I think AJAX will be better tomorrow, just like Flash, has a good future tomorrow.

  • 相关阅读:
    笔试助攻题(思路)
    const 修饰成员函数 前后用法(effective c++ 03)
    UNIX 是啥?!和Linux什么关系?
    我的offer之路(一)
    我的offer之路(一)
    ANSI C 与 K&R C
    c内置数据类型
    预处理器
    小数用二进制如何表示
    C++中有三种创建对象的方法
  • 原文地址:https://www.cnblogs.com/Jax/p/694993.html
Copyright © 2011-2022 走看看