<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>数码鹭岛论坛 - AJAX</title>
    <link>https://www.clore.net/forum/forum-88-1.html</link>
    <description>Latest 20 threads of AJAX</description>
    <copyright>Copyright(C) 数码鹭岛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 25 Aug 2026 07:52:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.clore.net/forum/static/image/common/logo_88_31.gif</url>
      <title>数码鹭岛论坛</title>
      <link>https://www.clore.net/forum/</link>
    </image>
    <item>
      <title>《王者归来》读书笔记 ── JavaScript 面向对象编程</title>
      <link>https://www.clore.net/forum/thread-9643-1-1.html</link>
      <description><![CDATA[跳过 JS 核心（语言结构、数据类型、函数、对象、集合、字符串等）以及 BOM、DOM 部分，这个系列的笔记主要总结一下《王者归来》面向对象编程部分的知识点，以便梳理和查阅。

JavaScript 究竟是不是一种面向对象的语言呢？

“面向对象不是只有类模型一种，prototype-b ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Sat, 28 Nov 2009 02:24:15 +0000</pubDate>
    </item>
    <item>
      <title>prototype资料和实战教程</title>
      <link>https://www.clore.net/forum/thread-9578-1-1.html</link>
      <description><![CDATA[[url=http://www.cnblogs.com/me-sa/articles/605263.html]【Prototype 1.4.0】源码解读----全文注释版坚强2002最新奉献 (12-27 17:49)

[url=http://www.cnblogs.com/me-sa/articles/723707.html]Prototype实战教程----16.string (4-23 12:58) 
[url=http://www.cnblog ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Tue, 19 May 2009 12:40:19 +0000</pubDate>
    </item>
    <item>
      <title>Prototype学习文档下载和教程</title>
      <link>https://www.clore.net/forum/thread-9573-1-1.html</link>
      <description><![CDATA[1、Type - 类型

1)Object类型。在Prototype的基本类型中，因为js是无类型语言这种无类型，纵观全局，Object提供一些供全局静态调用的一些方法。它们包括：检测，扩展。且没有污染到Object的原型对象。(这一点很重要)

2)String类型。它将String对象原型进行进一步的扩 ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Tue, 12 May 2009 10:09:40 +0000</pubDate>
    </item>
    <item>
      <title>prototype.js教程及prototype中文手册</title>
      <link>https://www.clore.net/forum/thread-9572-1-1.html</link>
      <description><![CDATA[收集了网上的prototype.js教程及prototype中文手册，方便大家使用
prototype.js 1.4中文教程doc格式
http://www.dayanmei.com/upload/prototype1.4.doc
prototype.js 1.4中文教程以及prototype 1.5英文教程以及prototype.js 1.5.1.1源文件
http://www.dayanmei.com/down ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Tue, 12 May 2009 10:01:01 +0000</pubDate>
    </item>
    <item>
      <title>Gwt第三方组件、框架介绍</title>
      <link>https://www.clore.net/forum/thread-9571-1-1.html</link>
      <description><![CDATA[介绍一下我接触过的Gwt第三方组件、框架及项目 

1． Mygwt 
曾经的大名鼎鼎的gwt第三方框架，在某些gwt框架的排名中排名第一。这个框架完全用gwt的方式实现了ext-js的功能，不依赖于ext-js的js脚本，突出功能点是布局、菜单、树和table组件。但不幸的是没有到1.0版就夭 ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Tue, 12 May 2009 09:20:03 +0000</pubDate>
    </item>
    <item>
      <title>JavaScript函数调用时的作用域链和调用对象是如何形成的及与闭包的关系</title>
      <link>https://www.clore.net/forum/thread-9435-1-1.html</link>
      <description><![CDATA[1、javascript解析器启动时就会初始化建立一个全局对象global object，这个全局对象就拥有了一些预定义的全局变量和全局方法，如Infinity, parseInt, Math，所有程序中定义的全局变量都是这个全局对象的属性。在客户端javascript中，Window就是这个javascript的全局对象 ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Mon, 06 Oct 2008 07:34:14 +0000</pubDate>
    </item>
    <item>
      <title>prototype.js　1.4版开发者手册</title>
      <link>https://www.clore.net/forum/thread-9061-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Fri, 13 Apr 2007 05:11:30 +0000</pubDate>
    </item>
    <item>
      <title>javascript实现base64加密解密</title>
      <link>https://www.clore.net/forum/thread-7875-1-1.html</link>
      <description><![CDATA[Base64

var base64EncodeChars = \&quot;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\&quot;;
var base64DecodeChars = new Array(
　　-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
　　-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Tue, 31 Oct 2006 03:14:03 +0000</pubDate>
    </item>
    <item>
      <title>[js]JavaScript正则表达式</title>
      <link>https://www.clore.net/forum/thread-7807-1-1.html</link>
      <description><![CDATA[JavaScript正则表达式 [转]

 
正则表达式是一个描述字符模式的对象。 
JavaScript的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索与替换函数的方法. 

\'*********************** 
\' \\\\JavaScript// 
\' 
\'*********************** 

在Ja ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Mon, 11 Sep 2006 05:28:56 +0000</pubDate>
    </item>
    <item>
      <title>[js]用Excel的Application组件在客户端导出到Excel或Word</title>
      <link>https://www.clore.net/forum/thread-7721-1-1.html</link>
      <description><![CDATA[用Excel的Application组件在客户端导出到Excel或Word   

　　注意：两个函数中的“data“是网页中要导出的table的   id   

＜input   type=\&quot;hidden\&quot;   name=\&quot;out_word\&quot;   onclick=\&quot;vbscript:buildDoc\&quot;   value=\&quot;导出到word\&quot;   class=\&quot;notPrint\&quot;＞   
＜input   type= ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Fri, 11 Aug 2006 10:29:11 +0000</pubDate>
    </item>
    <item>
      <title>一个简单实用的Ajax通用类</title>
      <link>https://www.clore.net/forum/thread-7639-1-1.html</link>
      <description><![CDATA[转自: http://bbs.javascript.com.cn/read.php?tid=2393

今天写了一个Ajax的通用类，完全是基于目前我所应用到的ajax范畴而做的，代码不长就100来行

关于这个类的主要功能如下：

1.兼容各种浏览器的高低版本

2.解决IE浏览器的缓存问题

3.建立了一个XMLHttp对象回收 ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Fri, 07 Jul 2006 08:03:35 +0000</pubDate>
    </item>
    <item>
      <title>[js]将回车转换成Tab键</title>
      <link>https://www.clore.net/forum/thread-7635-1-1.html</link>
      <description><![CDATA[if(event.keyCode==13)
     event.keyCode=9;]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Fri, 07 Jul 2006 04:15:31 +0000</pubDate>
    </item>
    <item>
      <title>[js]判断手机号码和邮件</title>
      <link>https://www.clore.net/forum/thread-7624-1-1.html</link>
      <description><![CDATA[1 判断手机号码
 
function CheckLT() { 
    var ipt=form1.phone.value;   
    var filter=/^13[0-9]{1}[0-9]{8}$/;
    if (!filter.test(ipt))        
       {
          alert(\&quot;不合法\&quot;);
      }        
  else
      { 
           alert(\&quot;合法\&quot;);
     }
}]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Fri, 30 Jun 2006 11:17:08 +0000</pubDate>
    </item>
    <item>
      <title>完全解析：看Ajax如何处理响应信息</title>
      <link>https://www.clore.net/forum/thread-7400-1-1.html</link>
      <description><![CDATA[http://searchwebservices.techtarget.com.cn/tips/210/2356210_1.shtml

　　用户的交互操作(interaction)驱动着Web站点。理解如何处理响应信息，特别是在使用新的交互操作形式(例如AJAX)的时候，这一点非常重要的。Kris Hadloc解释了AJAX请求-响应过程的本质，你应该 ...]]></description>
      <category>AJAX</category>
      <author>翔子</author>
      <pubDate>Sun, 23 Apr 2006 15:10:57 +0000</pubDate>
    </item>
  </channel>
</rss>