<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[搜索引擎转向代码,让新站IP数暴涨]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 21 Dec 2009 11:43:02 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	假设你有网站A，以下代码可以使从域名访问网站A正常，而从百度、Google、雅虎搜索进入网站A的来源全部转向到http://www.jackxiang.com，使得后者的IP大大提升。<br/><br/>有兴趣的人可以自己试试。<br/><div class="code"><br/>&lt;script&gt;<br/>var slyar=document.referrer<br/>if(slyar.indexOf(&quot;baidu&quot;)&gt;0)<br/>self.location=&quot;http://www.jackxiang.com&quot;;<br/>else if(slyar.indexOf(&quot;yahoo&quot;)&gt;0)<br/>self.location=&quot;http://www.jackxiang.com&quot;;<br/>else if(slyar.indexOf(&quot;google&quot;)&gt;0)<br/>self.location=&quot;http://www.jackxiang.com&quot;;<br/>&lt;/script&gt;<br/></div>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 搜索引擎转向代码,让新站IP数暴涨]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>