<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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>NetWild Zone - WEB客户端</title><link>http://blog.itplus.com.cn/</link><description>感谢我亲爱的宝贝女儿！ - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>Copyright blog.ITPlus.com.cn . All Rights Reserved . </copyright><pubDate>Fri, 10 Sep 2010 22:52:27 +0800</pubDate><item><title>[原创] 推荐：JavaScript开发及调试工具：Aptana</title><author>a@b.com (netwild)</author><link>http://blog.itplus.com.cn/post/15.htm</link><pubDate>Sun, 09 Aug 2009 13:14:22 +0800</pubDate><guid>http://blog.itplus.com.cn/post/15.htm</guid><description><![CDATA[<p>相信每个经常写JS的朋友，在没遇到Aptana之前，或多或少都会有种无助的感觉！</p><p>无穷无尽的alter。。。反反复复的test。。。</p><p>累到大脑抽筋也不奇怪，呵呵</p><p>终于发现了一个就像是曾经在梦里见到过的JavaScript IDE ：Aptana</p>]]></description><category>WEB客户端</category><comments>http://blog.itplus.com.cn/post/15.htm#comment</comments><wfw:comment>http://blog.itplus.com.cn/</wfw:comment><wfw:commentRss>http://blog.itplus.com.cn/feed.asp?cmt=15</wfw:commentRss><trackback:ping>http://blog.itplus.com.cn/cmd.asp?act=tb&amp;id=15&amp;key=ce22623d</trackback:ping></item><item><title>[原创] javascript中关于DOM及Node的常用方法</title><author>a@b.com (netwild)</author><link>http://blog.itplus.com.cn/post/14.htm</link><pubDate>Sun, 09 Aug 2009 00:17:43 +0800</pubDate><guid>http://blog.itplus.com.cn/post/14.htm</guid><description><![CDATA[<p>javascript中关于DOM及Node的常用方法</p>]]></description><category>WEB客户端</category><comments>http://blog.itplus.com.cn/post/14.htm#comment</comments><wfw:comment>http://blog.itplus.com.cn/</wfw:comment><wfw:commentRss>http://blog.itplus.com.cn/feed.asp?cmt=14</wfw:commentRss><trackback:ping>http://blog.itplus.com.cn/cmd.asp?act=tb&amp;id=14&amp;key=111a1a90</trackback:ping></item><item><title>[转] appendChild的特殊方法及作用！</title><author>a@b.com (netwild)</author><link>http://blog.itplus.com.cn/post/13.htm</link><pubDate>Sat, 08 Aug 2009 23:17:46 +0800</pubDate><guid>http://blog.itplus.com.cn/post/13.htm</guid><description><![CDATA[<p>element.appendChild(newNode) 方法中,如果 newNode本身是Dom中的一个节点. 那么appendChild方法执行的不再是append操作了,而是一个move操作！</p>]]></description><category>WEB客户端</category><comments>http://blog.itplus.com.cn/post/13.htm#comment</comments><wfw:comment>http://blog.itplus.com.cn/</wfw:comment><wfw:commentRss>http://blog.itplus.com.cn/feed.asp?cmt=13</wfw:commentRss><trackback:ping>http://blog.itplus.com.cn/cmd.asp?act=tb&amp;id=13&amp;key=5a4b26ca</trackback:ping></item><item><title>[转] javascript 处理数组的一些函数，归纳的不错，收藏一下</title><author>a@b.com (netwild)</author><link>http://blog.itplus.com.cn/post/12.htm</link><pubDate>Mon, 03 Aug 2009 10:56:50 +0800</pubDate><guid>http://blog.itplus.com.cn/post/12.htm</guid><description><![CDATA[shift：删除原数组第一项，并返回删除元素的值；如果数组为空则返回undefined <br/>var a = [1,2,3,4,5]; <br/>var b = a.shift(); //a：[2,3,4,5] b：1<br/><br/>unshift：将参数添加到原数组开头，并返回数组的长度 <br/>var a = [1,2,3,4,5]; <br/>var b = a.unshift(-2,-1); //a：[-2,-1,]]></description><category>WEB客户端</category><comments>http://blog.itplus.com.cn/post/12.htm#comment</comments><wfw:comment>http://blog.itplus.com.cn/</wfw:comment><wfw:commentRss>http://blog.itplus.com.cn/feed.asp?cmt=12</wfw:commentRss><trackback:ping>http://blog.itplus.com.cn/cmd.asp?act=tb&amp;id=12&amp;key=d80707a4</trackback:ping></item></channel></rss>
