<?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>冯阳光seo博客 &#187; 经典代码收集</title>
	<atom:link href="http://www.xaboy.com/category/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaboy.com</link>
	<description>搜索引擎优化（SEO）,网络营销，网络策划！SEO群号：3589928</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:40:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>在JS文件使用Google Analytics谷歌分析的统计代码</title>
		<link>http://www.xaboy.com/script/js-analytics/</link>
		<comments>http://www.xaboy.com/script/js-analytics/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=351</guid>
		<description><![CDATA[月光博客转载过来的，记录下

　Google Analytics（谷歌分析）是一个企业级的网络分析解决方案，可以让网站主了解详细的网站流量，不过在使用过程中，很多人碰到这样一个问题，就是不想批量修改原来的静态HTML页面，而是使用外部Javascript文件的方式进行修改，而Google Analytics的代码是无法直接加到JS文件中的。

　　这里介绍一个方法，使用这个方法，就可以直接将Google Analytics（谷歌分析）的代码放到外部JS文件中了。

　　具体方法是，将下面的代码修改为你的ID，然后加入外部JS文件，即可实现在JavaScript文件中使用Google Analytics（谷歌分析）。
<blockquote>document.write('&#60;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&#62;&#60;/script&#62;');
function analytics()
{
 _uacct = "UA-*******-*";//你的ID
 urchinTracker();
}
if (document.all){
 window.attachEvent('onload',analytics);
}
else{
 window.addEventListener('load',analytics,false);
}</blockquote>]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/js-analytics/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 RC1</title>
		<link>http://www.xaboy.com/script/wordpress-2-8-1-rc1/</link>
		<comments>http://www.xaboy.com/script/wordpress-2-8-1-rc1/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 02:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=269</guid>
		<description><![CDATA[WordPress是一个注重美学、易用性和网络标准的个人信息发布平台.WordPress 虽为免费的开源软件,但其价值是无法用金钱来衡量.使用 WordPress 可以搭建功强大的网络信息发布平台,但更多的是应用于个性化的博客.针对博客的应用,WordPress 能让您省却对后台技术的担心,集中精力做好网站的内容.

2.8.1已经临近了,RC1是正式版之前放出的最后一个版本...

<strong>下载:</strong><a href="http://wordpress.org/wordpress-2.8.1-RC1.zip" target="_blank">WordPress 2.8.1 RC1</a>]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/wordpress-2-8-1-rc1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress主题模板下载Dark Away修改版</title>
		<link>http://www.xaboy.com/script/wordpress-dark-away/</link>
		<comments>http://www.xaboy.com/script/wordpress-dark-away/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:25:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress主题模板]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=133</guid>
		<description><![CDATA[dark away是我很喜欢的一个主题，一直在用，可是遇到了很多问题，今天在把自己博客摹本换了的情况下还是决定把自己修改的这个wordpress模板共享出来。]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/wordpress-dark-away/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wordpress中如何让友情链接只显示在首页</title>
		<link>http://www.xaboy.com/script/wordpress-links-index/</link>
		<comments>http://www.xaboy.com/script/wordpress-links-index/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 02:07:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[关于网站]]></category>
		<category><![CDATA[经典代码收集]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[友情链接]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=122</guid>
		<description><![CDATA[         本人是一个<a href="http://www.xaboy.com/tag/wordpress/" target="_blank">wordpress</a>的菜鸟级人物，对于搞<a href="http://www.xaboy.com" target="_blank">seo</a>的来说，<a href="http://www.xaboy.com/tag/%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5/" target="_blank">友情连接</a>在全站显示的话，既影响分页的效果，另外一方面就是和别人做友情连接的时候，对自己太不公平了，所以一直再想办法让友情连接只在首页显示。]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/wordpress-links-index/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>关闭网页窗口自动提示加入收藏代码</title>
		<link>http://www.xaboy.com/script/open-web-index/</link>
		<comments>http://www.xaboy.com/script/open-web-index/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 05:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=61</guid>
		<description><![CDATA[以下代码插入&#60;head&#62;之间.
演示：<a href="http://www.xaboy.com/wp-content/uploads/html/open-web-index.htm" target="_blank">点击这里</a>]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/open-web-index/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>网站因beian关闭后的补救办法之301转向(转载)</title>
		<link>http://www.xaboy.com/script/301-zhuan/</link>
		<comments>http://www.xaboy.com/script/301-zhuan/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 14:33:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=50</guid>
		<description><![CDATA[最近因网站没beian的网站关闭了很多，你是否也在其中呢。。而我就很不幸，因为beian的时候填写接入商写错了。。而无法beian。。那个接入商也无法联系。

而我比较幸运的时候我还有一个域名已beian了。虽然这个没有beian的域名被关了。但我可以使用301转向直接转到我已beian的域名。
]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/301-zhuan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>测试文章</title>
		<link>http://www.xaboy.com/other/ceshi/</link>
		<comments>http://www.xaboy.com/other/ceshi/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 15:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google AdSense]]></category>
		<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[关于seo]]></category>
		<category><![CDATA[经典代码收集]]></category>
		<category><![CDATA[网络资源]]></category>
		<category><![CDATA[网络资讯]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=3</guid>
		<description><![CDATA[测试测试]]></description>
		<wfw:commentRss>http://www.xaboy.com/other/ceshi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
