<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>石头的日志 &#187; javascript</title>
	<atom:link href="http://www.yaiba.net/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaiba.net</link>
	<description>走在路上，掉进阴沟，甩甩脏水，重新上路</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:52:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>八款Js框架介绍及比较</title>
		<link>http://www.yaiba.net/js-framework-of-eight-presentation-and-comparison-757/</link>
		<comments>http://www.yaiba.net/js-framework-of-eight-presentation-and-comparison-757/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 13:50:52 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mochikit]]></category>
		<category><![CDATA[moo.fx]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[yui-ext]]></category>
		<category><![CDATA[框架]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=757</guid>
		<description><![CDATA[目前来看，JS框架以及一些开发包和库类有如下几个，Dojo 、Scriptaculous 、Prototype 、yui-ext 、Jquery 、Mochikit、mootools 、moo.fxDojo （JS library and UI component ）：Dojo是目前最为强大的j s框架，它在自己... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-framework-of-eight-presentation-and-comparison-757/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>使用js读取xml文件</title>
		<link>http://www.yaiba.net/read-xml-file-using-js-758/</link>
		<comments>http://www.yaiba.net/read-xml-file-using-js-758/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 13:59:47 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=758</guid>
		<description><![CDATA[xml文件：       jifew1    jifew2  js：   window.onload=function(){
    var xml=new ActiveXObject(&#8220;MSXML2.DOMDocument.5.0&#8243;); //创建对象    xml.async=false; //同步    xml.load(&#8220;x.xml&#8221;);  //载入    alert(xml.documentEleme... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/read-xml-file-using-js-758/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js操作cookie函数</title>
		<link>http://www.yaiba.net/js-operating-cookie-function-759/</link>
		<comments>http://www.yaiba.net/js-operating-cookie-function-759/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:04:43 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=759</guid>
		<description><![CDATA[向cookie写入数据：function setCookies(sName,sValue,oExpires,sPath,sDomain,bSecure){    var sCookie=sName+&#8221;=&#8221;+ encodeURIComponent(sValue);    if(oExpires){        sCookie+=&#8221;; expires=&#8221;+oExpires.toGMTString();    }    if(sPath... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-operating-cookie-function-759/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS去除空格</title>
		<link>http://www.yaiba.net/js-remove-spaces-761/</link>
		<comments>http://www.yaiba.net/js-remove-spaces-761/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:18:39 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[过滤]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=761</guid>
		<description><![CDATA[去除所有空格:&#160;&#160; str   =   str.replace(/&#92;s+/g,&#8221;");&#160;&#160; 去除两头空格:&#160;&#160; str   =   str.replace(/^&#92;s+&#124;&#92;s+$/g,&#8221;"); 
相关文章：
Apache rewrite规则 拾遗
html 画圆角表格
老友... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-remove-spaces-761/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>通过js来打开客户端的应用程序</title>
		<link>http://www.yaiba.net/js-to-open-through-the-client-application-760/</link>
		<comments>http://www.yaiba.net/js-to-open-through-the-client-application-760/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 14:16:43 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[应用程序]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=760</guid>
		<description><![CDATA[
请输入要运行的程序：
确定重新输入
记事本
画图板
计算器
cmd
Regedit
Msconfig
WINAMP
IE
..
%windir%
%temp%

 function Run(command) { window.oldOnError = window.onerror;                window._command = command;                wind... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-to-open-through-the-client-application-760/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用js实现自动提示的文本框</title>
		<link>http://www.yaiba.net/js-automatically-prompted-to-use-the-text-box-762/</link>
		<comments>http://www.yaiba.net/js-automatically-prompted-to-use-the-text-box-762/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:31:14 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[文本框]]></category>
		<category><![CDATA[自动提示]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=762</guid>
		<description><![CDATA[
    function getArr(s,arrValue){var arrResult=new Array();if(s!=""){for(var i=0;... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-automatically-prompted-to-use-the-text-box-762/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dede5.1自定义宏标记js调用出错解决办法</title>
		<link>http://www.yaiba.net/dede-51-acer-custom-tag-call-js-error-solution-678/</link>
		<comments>http://www.yaiba.net/dede-51-acer-custom-tag-call-js-error-solution-678/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:05:08 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dede]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=678</guid>
		<description><![CDATA[dedecms5.1版本中，使用生成自定义宏标记的功能，在设置完之后在后台无法预览，并且使用的时候报错“语法错误”。
解决办法：
找到：plus\mytag_js.php 打开
在第一行增加:
require_once(dirname(__FILE__... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/dede-51-acer-custom-tag-call-js-error-solution-678/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>支持w3c标准的JS漂浮代码</title>
		<link>http://www.yaiba.net/w3c-support-for-the-standard-floating-js-code-598/</link>
		<comments>http://www.yaiba.net/w3c-support-for-the-standard-floating-js-code-598/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 11:10:29 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=598</guid>
		<description><![CDATA[昨天美工在那弄js的漂浮，唠唠叨叨的，后来我决定帮他看看。记得javascript漂浮的代码满网都是，于是顺手去网上摘了几段回来用了，可是没想到哦那个嫁接出来的代码居然不支持W3C标准，有... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/w3c-support-for-the-standard-floating-js-code-598/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>获取为JS文件传递的参数</title>
		<link>http://www.yaiba.net/js-file-access-for-the-delivery-of-the-parameters-548/</link>
		<comments>http://www.yaiba.net/js-file-access-for-the-delivery-of-the-parameters-548/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 13:17:16 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=548</guid>
		<description><![CDATA[如何获取传递给js文件的参数?今天遇到了这个问题，很愁人，本来以为没什么的，却突然发现如此的棘手，于是GOOGLE IT，，在某位大侠的blog中发现了一些线索，，，解决思路：1、首先获取到当... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/js-file-access-for-the-delivery-of-the-parameters-548/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript对联广告</title>
		<link>http://www.yaiba.net/javascript-ad-couplet-509/</link>
		<comments>http://www.yaiba.net/javascript-ad-couplet-509/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 14:21:24 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=509</guid>
		<description><![CDATA[&#160;&#160; 最近一项目要求在网站页面的两侧显示浮动广告，也就是现在被各大站长广泛适用的js对联广告，本着“写一个不如找一个改”的原则，I Google It And Edit It，最终版本带有如下特性：1.... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/javascript-ad-couplet-509/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
