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.

  • 相关阅读:
    概率期望小记
    洛谷P5591 小猪佩奇学数学【单位根反演】
    EasyUI取消树节点选中
    EasyUI获取正在编辑状态行的索引
    js判断是否是大小写,数字等方法
    ElasticSearch部署问题
    全文检索ES 服务启动和关闭
    文件异步上传
    js控制时间显示格式
    SpringMVC 多视图解析器 跳转问题
  • 原文地址:https://www.cnblogs.com/Jax/p/694993.html
Copyright © 2011-2022 走看看