<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>鸟儿飞的专栏 - Ajax技术</title><link>http://blog.csdn.net/birdme007/category/314356.aspx</link><description>Ajax技术</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 14 Apr 2008 13:46:35 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>鸟儿飞</dc:creator><title>Pro JavaScript (12) 鼠标拖放</title><link>http://blog.csdn.net/birdme007/archive/2007/07/31/1718614.aspx</link><pubDate>Tue, 31 Jul 2007 10:57:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/07/31/1718614.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1718614.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/07/31/1718614.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1718614.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1718614</trackback:ping><description>能实现鼠标拖放当然很好，例如IE的实现方法就不错，简单易用，但是只适用于IE，对于其他浏览器则，由于不支持拖拽的时间，需要我们自己去定义方法，使用mouse的低级事件来进行模拟。UGLY也没有办法，目前漂亮的实现拖放功能的是google的个性化主页和netvibes &lt;img src ="http://blog.csdn.net/birdme007/aggbug/1718614.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>网络编辑基础：对HTTP协议的头信息详解  </title><link>http://blog.csdn.net/birdme007/archive/2007/07/31/1718203.aspx</link><pubDate>Tue, 31 Jul 2007 09:21:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/07/31/1718203.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1718203.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/07/31/1718203.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1718203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1718203</trackback:ping><description>HTTP（HyperTextTransferProtocol）是超文本传输协议的缩写，它用于传送WWW方式的数据，关于HTTP 协议的详细内容请参 考RFC2616。HTTP协议采用了请求/响应模型。客户端向服务器发送一个请求，请求头包含请求的方法、URI、协议版本、以及包含请求修饰符、客户 信息和内容的类似于MIME的消息结构。服务器以一个状态行作为响应，相应的内容包括消息协议的版本，成功或者错误编码加上包含服务器信息、实体元信息以 及可能的实体内容。 
&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1718203.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>征服Ajax——Web 2.0快速入门与项目实践（Java） </title><link>http://blog.csdn.net/birdme007/archive/2007/07/30/1717076.aspx</link><pubDate>Mon, 30 Jul 2007 17:32:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/07/30/1717076.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1717076.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/07/30/1717076.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1717076.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1717076</trackback:ping><description>本章实现的最后一个效果如图5-6所示。该页面实现的效果对读者并不陌生，我们在著名的搜索网站Google中已经非常熟悉自动完成功能的效果。本例中当用户在文本框中输入待查询的商品名称时，页面中将根据用户输入的文字信息，及时给出提示列表，以帮助用户快速进行选择，该提示信息来源于服务器端数据库中的数据。当用户选择了对应商品名称，单击“搜索”按钮后，将会在文本区域中显示商品相关的描述信息。&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1717076.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>XMLHTTPRequest的属性和方法简介</title><link>http://blog.csdn.net/birdme007/archive/2007/07/26/1708805.aspx</link><pubDate>Thu, 26 Jul 2007 12:51:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/07/26/1708805.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1708805.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/07/26/1708805.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1708805.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708805</trackback:ping><description>最通用的定义为：XmlHttp是一套可以在Javascript、VbScript、Jscript等脚本语言中通过http协议传送或从接收XML及其他数据的一套API。XmlHttp最大的用处是可以更新网页的部分内容而不需要刷新整个页面。（这个功能正是AJAX的一大特点之一：））
&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1708805.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>在Struts应用中施展Ajax魔法</title><link>http://blog.csdn.net/birdme007/archive/2007/06/22/1661774.aspx</link><pubDate>Fri, 22 Jun 2007 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/06/22/1661774.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1661774.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/06/22/1661774.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1661774.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1661774</trackback:ping><description>AJAX是“异步的JavaScript和XML”的缩写。这是一项技术，而不是一个如Struts一样的框架。为什么在AJAX周围会有这么多的关注呢?这是因为AJAX使web页面看起来并不像一个平面的文档，而更像用户所期望的如桌面应用的动态GUI应用程序。AJAX技术能在很多的浏览器上使用(包括IE和Netscape/Mozilla)。它已经为Microsoft(用于Outlook的web客户端)和Google(用户Google Maps和Gmail)所使用。&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1661774.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>Ajax很简单(jsp例子)</title><link>http://blog.csdn.net/birdme007/archive/2007/06/22/1661735.aspx</link><pubDate>Fri, 22 Jun 2007 11:23:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/06/22/1661735.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1661735.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/06/22/1661735.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1661735.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1661735</trackback:ping><description>首先是jsp页面和脚本，为了方便写在一个里面  

这是一个很常见的检测用户名是否存在的功能  
&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1661735.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>鸟儿飞</dc:creator><title>Ajax简要说明及实例</title><link>http://blog.csdn.net/birdme007/archive/2007/06/22/1661717.aspx</link><pubDate>Fri, 22 Jun 2007 11:13:00 GMT</pubDate><guid>http://blog.csdn.net/birdme007/archive/2007/06/22/1661717.aspx</guid><wfw:comment>http://blog.csdn.net/birdme007/comments/1661717.aspx</wfw:comment><comments>http://blog.csdn.net/birdme007/archive/2007/06/22/1661717.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/birdme007/comments/commentRss/1661717.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1661717</trackback:ping><description>  Ajax，异步JavaScript与XML，是使用客户端脚本与Web服务器交换数据的Web应用开发方法。这样，Web页面不用打断交互流程进行重新加裁，就可以动态地更新。使用Ajax，你可以创建接近本地桌面应用的，直接的、高可用的、更丰富的、更动态的Web用户接口界面。&lt;img src ="http://blog.csdn.net/birdme007/aggbug/1661717.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>