<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>天下无双 &#187; 技术资源代码</title>
	<link>http://blog.insome.com</link>
	<description>>>Hosend's Blog</description>
	<pubDate>Sat, 15 Mar 2008 15:36:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>可能导致老站进google sandbox(沙盒)的几个因素</title>
		<link>http://blog.insome.com/2008/03/12/383.html</link>
		<comments>http://blog.insome.com/2008/03/12/383.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 12:23:57 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<category><![CDATA[资料储备]]></category>

		<category><![CDATA[google sandbox]]></category>

		<category><![CDATA[seo]]></category>

		<category><![CDATA[沙盒]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2008/03/12/383.html</guid>
		<description><![CDATA[本来不想讲的，有朋友QQ里问，无法讲得详细，索性写到日志里来。
沙盒是什么以及新站进沙盒的原因网上有很多，这里不讲了，本文主要阐述老站进沙盒的因素及补救办法。
许多人认为沙盒... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2008/03/12/383.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>使用.htaccess实现简单的防盗链</title>
		<link>http://blog.insome.com/2008/03/01/381.html</link>
		<comments>http://blog.insome.com/2008/03/01/381.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 05:47:58 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2008/03/01/381.html</guid>
		<description><![CDATA[首先说下，这种方式的防盗链只是针对普通的新手的，至少，对我无效。
通过.htaccess来防止网站的图片、压缩文件、或视频等非Html文件被盗链的方法相当简单，通过在该文件中加入几句命令即... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2008/03/01/381.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web迅雷BT下载时蓝屏的解决方法</title>
		<link>http://blog.insome.com/2008/02/20/380.html</link>
		<comments>http://blog.insome.com/2008/02/20/380.html#comments</comments>
		<pubDate>Tue, 19 Feb 2008 21:46:30 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<category><![CDATA[生活杂谈]]></category>

		<category><![CDATA[资料储备]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2008/02/20/380.html</guid>
		<description><![CDATA[以前用web迅雷下载BT的时候，总是蓝屏，在网上搜了半天，说什么的都有。有说改连接数的，有说和杀软冲突的，迅雷官方也没有一个权威的解释，估计是迅雷本身的一个BUG。
在把网上说的方... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2008/02/20/380.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>几个常用的PHP函数</title>
		<link>http://blog.insome.com/2007/06/29/375.html</link>
		<comments>http://blog.insome.com/2007/06/29/375.html#comments</comments>
		<pubDate>Fri, 29 Jun 2007 15:50:46 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<category><![CDATA[资料储备]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2007/06/29/375.html</guid>
		<description><![CDATA[//获得当前的脚本网址
function get_php_url(){
        if(!empty($_SERVER["REQUEST_URI"])){
                $scriptName = $_SERVER["REQUEST_URI"];
                $nowurl = $scriptName;
        }else{
  [...... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2007/06/29/375.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>几个不错的WordPress主题</title>
		<link>http://blog.insome.com/2007/06/26/374.html</link>
		<comments>http://blog.insome.com/2007/06/26/374.html#comments</comments>
		<pubDate>Tue, 26 Jun 2007 15:15:49 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<category><![CDATA[资料储备]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2007/06/26/374.html</guid>
		<description><![CDATA[Dark theme for WordPress
通过XHTML 1.0 Strict、CSS 2.0验证，支持Widgets、flickrRSS、Gravatar和Ultimate Tag Warrior插件。http://www.ilemoned.com/wordpress/dark-theme-for-wordpress
iBlue Theme for WordPress
iBlue Theme 适用于 WordPress 2.x... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2007/06/26/374.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>非正版用户安装IE7方法</title>
		<link>http://blog.insome.com/2006/12/23/373.html</link>
		<comments>http://blog.insome.com/2006/12/23/373.html#comments</comments>
		<pubDate>Fri, 22 Dec 2006 22:31:54 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2006/12/23/373.html</guid>
		<description><![CDATA[        IE7的正式版已经发布很久了，但是曾试着安装的非正版WIN系统用户或已经安装好的正版用户都应该知道要通过正版验证的, 不过非正版系统用户也可以绕过验证的方法来安装这款新浏览器,... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2006/12/23/373.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>IIS服务器伪静态全攻略及应用</title>
		<link>http://blog.insome.com/2006/09/21/370.html</link>
		<comments>http://blog.insome.com/2006/09/21/370.html#comments</comments>
		<pubDate>Thu, 21 Sep 2006 07:28:32 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2006/09/21/370.html</guid>
		<description><![CDATA[要使你的IIS服务器支持伪静态重写，按以下步骤来：
1. 安装重写插件Rewrite.dll
点击下载
如果你的 IIS 服务器加载过 Rewrite.dll 则可以不用下载。
加载 Rewrite.dll
在 IIS 的 Isapi 上添加筛选器
筛选器... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2006/09/21/370.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>对联广告代码</title>
		<link>http://blog.insome.com/2006/08/05/365.html</link>
		<comments>http://blog.insome.com/2006/08/05/365.html#comments</comments>
		<pubDate>Fri, 04 Aug 2006 21:40:06 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2006/08/05/365.html</guid>
		<description><![CDATA[此代码会在800X600分辨率下自动隐藏

< DIV id=rightbottom style="Z-INDEX: 20; LEFT: 0px; POSITION: absolute; TOP: 800px">//去掉此处空格
你的广告代码(左)
< /DIV>//去掉此处空格
< SCRIPT language=javascript>//去掉此处空格... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2006/08/05/365.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache在Windows下使用Mod_rewrite模块</title>
		<link>http://blog.insome.com/2006/06/02/358.html</link>
		<comments>http://blog.insome.com/2006/06/02/358.html#comments</comments>
		<pubDate>Fri, 02 Jun 2006 04:12:56 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2006/06/02/358.html</guid>
		<description><![CDATA[第一步
在文件 Apache/conf/http.conf 中，找到
#LoadModule rewrite_module modules/mod_rewrite.so
和
#AddModule mod_rewrite.c
去掉前面的#号
第二步
找到
AllowOverride None
把它改成
AllowOverride All
这一步要注意，因为有多... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2006/06/02/358.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>这个网站什么被搜索引擎Google除名？</title>
		<link>http://blog.insome.com/2006/05/30/356.html</link>
		<comments>http://blog.insome.com/2006/05/30/356.html#comments</comments>
		<pubDate>Mon, 29 May 2006 23:51:24 +0000</pubDate>
		<dc:creator>hosend</dc:creator>
		
		<category><![CDATA[技术资源代码]]></category>

		<guid isPermaLink="false">http://blog.insome.com/2006/05/30/356.html</guid>
		<description><![CDATA[某公司的网站刚刚被搜索引擎google收录才几天，就发现网站再次用site:命令检测为结果0。因为新竞争力要帮她做网站优化，因此必须首先分析清楚网站被删除的原因才行。
首先分析了网站的外... ]]></description>
		<wfw:commentRss>http://blog.insome.com/2006/05/30/356.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
