<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>javascript</title>
<link>/html/ajax/javascript/index.html</link>
<description>ajax / javascript</description>
<language>zh-cn</language>
<generator>copy right @ 百家拳软件项目研究室 2007 &lt;a href=&quot;http://www.miibeian.gov.cn/&quot;&gt;辽ICP备07011763&lt;/a&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1150523.js&quot;&gt;&lt;/script&gt;</generator>
<webmaster>admin@100jq.com</webmaster>
<item>
    <title> 用 Javascript 和 CSS 实现脚注（Footnote）效果</title>
    <link>/html/ajax/20080402/2139.html</link>
    <description>脚注（Footnote）是向用户提供更多信息的一个最佳途径，也是主体信息的一个有效补充，常见于各种印刷书籍中。不过，既然脚注有这些好处，我们当然要在网页中也加以利用，本文向您介绍了用 Javascript 和 CSS 实现脚注效果的方法。</description>
    <pubDate>2008-04-02</pubDate>
    <category>ajax</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title> 一个非常健全的 Javascript 链接(URL)解析类</title>
    <link>/html/ajax/20080402/2138.html</link>
    <description>用 Javascript 解析链接(URL)是一个常见的需求，本文介绍了一个非常健全的用 Javascript 写的链接(URL)解析类，他可以准确获取一个完整的 URL 中每个部分的内容，包括协议、URL中包含的用户名和密码、主机名、端口、路径名、参数、锚点 (Fragment Anchor)等信息。</description>
    <pubDate>2008-04-02</pubDate>
    <category>ajax</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title> 在 XHTML-Strict 模式下实现新窗口打开外部链接</title>
    <link>/html/ajax/20080402/2137.html</link>
    <description>熟悉 WEB 标准的朋友都知道，在 XHTML-Strict 模式下，不能给链接设置 target 属性，但是，通常我们都希望外部链接（非本站链接）能够在新窗口打开，如何解决这个冲突呢？本文给出了一个解决方法，希望对您有用！</description>
    <pubDate>2008-04-02</pubDate>
    <category>ajax</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title> 滑动式折叠菜单 － Slashdot's Menu</title>
    <link>/html/ajax/20080402/2136.html</link>
    <description>折叠菜单让你在尽可能小的地方放置尽可能多的内容，同时加大了操作的简便性，因此，深受前台设计师的喜爱。随着大家对动画效果的钟爱，折叠菜单也开始“动”起来了，本文介绍的就是 DimX 制作的滑动式折叠菜单效果－Slashdot's Menu。
</description>
    <pubDate>2008-04-02</pubDate>
    <category>ajax</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>JS的流程设计器，我们需要什么</title>
    <link>/html/ajax/javascript/20080222/2008.html</link>
    <description>这是一个完全基于js的应用程序，区别于一般的web应用，它是oaop。大概需要一些什么样的工作呢？ 大概的概念： 1、容器 是的，需要容器。容器的两个目的：布局和管理组件。组件之间的相互通信以及影响都需要容器来协调。管理组件之间的状态，组件需要向容器进行注册。对</description>
    <pubDate>2008-02-22</pubDate>
    <category>javascript</category>
    <author>ronghao</author>
    <comments>csdn</comments>
</item>
<item>
    <title>JavaScript中如何定义类</title>
    <link>/html/ajax/javascript/20080213/1981.html</link>
    <description>第一种方式： 工厂方法 能创建并返回特定类型的对象的工厂函数（factory function）。 function createCar(sColor)... { var oTempCar = new Object; oTempCar.color = sColor; oTempCar.showColor = function ()... { alert(this.color); }; return oTempCar; } var o</description>
    <pubDate>2008-02-13</pubDate>
    <category>javascript</category>
    <author>秩名</author>
    <comments>javaScript高级程序设计</comments>
</item>
<item>
    <title>prototype里的$方法</title>
    <link>/html/ajax/javascript/20071021/65.html</link>
    <description>prototype.js是赫赫有名的 java script工具集，这里有一个非常实用的方法$()，它和DOM解析是一个意思。也是通过HTML标签的id属性寻找位置。也避免了document.getById(id)的滥用。$()有很多方式，下面的代码是它的解释。首先应该到 官方网站 下载prototype.js文件。然后</description>
    <pubDate>2007-10-21</pubDate>
    <category>javascript</category>
    <author>admin</author>
    <comments>本站原创</comments>
</item>
<item>
    <title>正则表达式30分钟入门教程</title>
    <link>/html/ajax/javascript/20071019/9.html</link>
    <description></description>
    <pubDate>2007-10-19</pubDate>
    <category>javascript</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>

</channel>
</rss>
