<?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）,网络营销，网络策划！</description>
	<lastBuildDate>Mon, 26 Dec 2011 15:18:45 +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单独调用的代码</title>
		<link>http://www.xaboy.com/script/imageview-js/</link>
		<comments>http://www.xaboy.com/script/imageview-js/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 16:55:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[经典代码收集]]></category>

		<guid isPermaLink="false">http://www.xaboy.com/?p=518</guid>
		<description><![CDATA[ps：很多网站全站是div+css的，页面代码写的不错，但是幻灯片这块就出现了大片的js代码，下面记录下我收集的一个幻灯片js单独引用的代码。
下面是html代码：
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;html&gt;</li>
<li>&lt;title&gt;js幻灯片&lt;/title&gt;</li>
<li>&lt;link href=&quot;ImageView.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;</li>
<li>&lt;body&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li>&lt;div id=&quot;main&quot;&gt;</li>
<li>&nbsp;&lt;div id=&quot;focus&quot;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;	</li>
<li>&lt;!--以下为焦点图--&gt;</li>
<li>&lt;div class=&quot;imageview&quot; id=&quot;ImageViews&quot;&gt;</li>
<li>&lt;ul class=&quot;slider slider2&quot; id=&quot;idSlider2&quot;&gt;</li>
<li>&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;</li>
<li>&lt;img src=&quot;091001/1_1419179971.jpg&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;</li>
<li>&lt;img src=&quot;091001/1_1419172062.jpg&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;</li>
<li>&lt;img src=&quot;1_1419173113.jpg&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;</li>
<li>&lt;img src=&quot;1_1419177044.jpg&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;&quot;&gt;</li>
<li>&lt;img src=&quot;1_1419177044.jpg&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=num id=idNum1&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;1&lt;/li&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;2&lt;/li&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;3&lt;/li&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;4&lt;/li&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;</li>
<li>&lt;script src=&quot;ImageView.js&quot; type=text/javascript&gt;&lt;/script&gt;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;!--以上为焦点图--&gt;</li>
<li>&lt;/div&gt;</li>
<li>&lt;/div&gt;</li>
<li>&lt;/body&gt;</li>
<li>&lt;/html&gt;</li></ol></div>
]]></description>
		<wfw:commentRss>http://www.xaboy.com/script/imageview-js/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>3</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>9</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>3</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>2</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>

