<?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>FireFore &#187; Website</title>
	<atom:link href="http://firefore.com/bq/website/feed" rel="self" type="application/rss+xml" />
	<link>http://firefore.com</link>
	<description>不积硅步无以至千里</description>
	<lastBuildDate>Mon, 14 May 2012 04:44:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>这招好呀~不愧是周老板~</title>
		<link>http://firefore.com/2007/12/vicview-qihoo.html</link>
		<comments>http://firefore.com/2007/12/vicview-qihoo.html#comments</comments>
		<pubDate>Mon, 24 Dec 2007 07:30:05 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[新闻]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/vicview-qihoo.html</guid>
		<description><![CDATA[在慧视&#124;VicView.com上看到的。实在很强。 也感谢VicView的仔细分析。 让我又学了一招。 原文见此: Qihoo的“阴谋”—“史上最牛Blog”诞生 相关文章：击鼓传花——倘若你的世界只剩下一个人... ]]></description>
			<content:encoded><![CDATA[<p>在<a  href="http://vicview.com/blog/" target="_blank">慧视|VicView.com</a>上看到的。实在很强。<br />
也感谢<strong>VicView</strong>的仔细分析。<br />
让我又学了一招。<br />
原文见此:</p>
<p><a  href="http://vicview.com/blog/?p=68" target="_blank">Qihoo的“阴谋”—“史上最牛Blog”诞生</a></p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/12/i-am-the-only-one.html" rel="bookmark" title="Permanent Link: 击鼓传花——倘若你的世界只剩下一个人……">击鼓传花——倘若你的世界只剩下一个人……</a></li><li><a  href="http://firefore.com/2007/12/clicki.html" rel="bookmark" title="Permanent Link: 推荐使用的统计工具:Clicki">推荐使用的统计工具:Clicki</a></li><li><a  href="http://firefore.com/2007/12/2008-happy-new-year-2.html" rel="bookmark" title="Permanent Link: 放假三天~再回来上班就是新年了。">放假三天~再回来上班就是新年了。</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/vicview-qihoo.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Javascript(JS)随机图片+链接等方法</title>
		<link>http://firefore.com/2007/12/javascript-random-pic.html</link>
		<comments>http://firefore.com/2007/12/javascript-random-pic.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 17:59:06 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/javascript-random-pic.html</guid>
		<description><![CDATA[首先注明：此方法不是我发明的，因为Javascript我不是很熟。是我不知道何年何月从哪里得到的，然后我给修改了一下。放在自己搞的论坛上使用。当时是因为我有三个公益广告的banner需要随机... ]]></description>
			<content:encoded><![CDATA[<p>首先注明：此方法不是我发明的，因为Javascript我不是很熟。是我不知道何年何月从哪里得到的，然后我给修改了一下。放在自己搞的论坛上使用。当时是因为我有三个公益广告的banner需要随机播放才搞这个的。<br />
目前我的代码如下：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> how_many_ads <span style="color: #339933;">=</span> <span style="color: #CC0000;">3</span><span style="color: #339933;">;</span>  
<span style="color: #003366; font-weight: bold;">var</span> now <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>  
<span style="color: #003366; font-weight: bold;">var</span> sec <span style="color: #339933;">=</span> now.<span style="color: #660066;">getSeconds</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>  
<span style="color: #003366; font-weight: bold;">var</span> ad <span style="color: #339933;">=</span> sec <span style="color: #339933;">%</span> how_many_ads<span style="color: #339933;">;</span>  
ad <span style="color: #339933;">+=</span><span style="color: #CC0000;">1</span><span style="color: #339933;">;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>ad<span style="color: #339933;">==</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>   
url<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://passport.panda.org/index.cfm&quot;</span><span style="color: #339933;">;</span>  
alt<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;加入WWF“熊猫护照”的行列，支持中国大熊猫保护事业！&quot;</span><span style="color: #339933;">;</span>  
banner<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://www.i0595.net/images/i0595_panda.org.gif&quot;</span><span style="color: #339933;">;</span>  
width<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;468&quot;</span><span style="color: #339933;">;</span>  
height<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;60&quot;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>ad<span style="color: #339933;">==</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>   
url<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://angel.crcf.org.cn/&quot;</span><span style="color: #339933;">;</span>  
alt<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;中国红十字基金会“救救白血病孩子！”&quot;</span><span style="color: #339933;">;</span>  
banner<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://angel.crcf.org.cn/images/aixin1.gif&quot;</span><span style="color: #339933;">;</span>  
width<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;468&quot;</span><span style="color: #339933;">;</span>  
height<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;60&quot;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>  
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>ad<span style="color: #339933;">==</span><span style="color: #CC0000;">3</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>   
url<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://www.conservation.org.cn/pledge/index.htm&quot;</span><span style="color: #339933;">;</span>  
alt<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;保护国际-绿色旅游公益活动！”&quot;</span><span style="color: #339933;">;</span>  
banner<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://www.conservation.org.cn/pledge/img/Banner470X60.jpg&quot;</span><span style="color: #339933;">;</span>  
width<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;468&quot;</span><span style="color: #339933;">;</span>  
height<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;60&quot;</span><span style="color: #339933;">;</span>  
<span style="color: #009900;">&#125;</span>     
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'&lt;a href=&quot;'</span> <span style="color: #339933;">+</span> url <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&quot; target=&quot;_blank&quot;&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'&lt;img src=&quot;'</span> <span style="color: #339933;">+</span> banner <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&quot; width='</span><span style="color: #009900;">&#41;</span>  
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span>width <span style="color: #339933;">+</span> <span style="color: #3366CC;">' height='</span> <span style="color: #339933;">+</span> height <span style="color: #339933;">+</span> <span style="color: #3366CC;">' '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'alt=&quot;'</span> <span style="color: #339933;">+</span> alt <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&quot; border=0&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>使用方法就是：</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">language</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;javascript&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;banner.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2009/03/css-control-fonts.html" rel="bookmark" title="Permanent Link: 实现正文内容字体可调整">实现正文内容字体可调整</a></li><li><a  href="http://firefore.com/2010/11/shaking-form.html" rel="bookmark" title="Permanent Link: Shaking form">Shaking form</a></li><li><a  href="http://firefore.com/2008/06/x.html" rel="bookmark" title="Permanent Link: 更换空间~速度如何？">更换空间~速度如何？</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/javascript-random-pic.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>修改了big blue的三栏的宽度</title>
		<link>http://firefore.com/2007/12/bigblue-2.html</link>
		<comments>http://firefore.com/2007/12/bigblue-2.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:38:48 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/bigblue-2.html</guid>
		<description><![CDATA[加大了左边的栏目的宽度。 缩短了中间栏目的宽度。 本来还要再缩短右边栏目的宽度。 后来考虑到再修改下去就成为双栏了。 所以就停手了。 字体的话修改为em的。这样一来，可以根据访问... ]]></description>
			<content:encoded><![CDATA[<p>加大了左边的栏目的宽度。<br />
缩短了中间栏目的宽度。<br />
本来还要再缩短右边栏目的宽度。</p>
<p>后来考虑到再修改下去就成为双栏了。<br />
所以就停手了。<br />
字体的话修改为em的。这样一来，可以根据访问者的瀏覽器的设置来自动调整。<br />
头部的是相当与16PX的大小。<br />
正文内容本来打算12PX大小的，后来想到如果文字很多，这个大小的字会看得很辛苦。所以就修改为14PX了。<br />
我的做法是在开头声明了1em的大小相当于10PX<br />
这样在接下来的字体设置那边就很方便了。</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/12/bigblue-1.html" rel="bookmark" title="Permanent Link: 选了一个新主题。Big Blue">选了一个新主题。Big Blue</a></li><li><a  href="http://firefore.com/2007/12/bigblue-nogif.html" rel="bookmark" title="Permanent Link: 让我很郁闷的Big Blue主题">让我很郁闷的Big Blue主题</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/bigblue-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>选了一个新主题。Big Blue</title>
		<link>http://firefore.com/2007/12/bigblue-1.html</link>
		<comments>http://firefore.com/2007/12/bigblue-1.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 06:30:55 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/bigblue-1.html</guid>
		<description><![CDATA[这几天会修改适应一下。希望能早日成功。 不过这个是三栏的。在1024&#215;768刚好是满屏。就不支持800&#215;600的分辨率了。。 不过我有点觉得三栏是不是把页面的内容占用太多了？ 相关文章：... ]]></description>
			<content:encoded><![CDATA[<p>这几天会修改适应一下。希望能早日成功。</p>
<p>不过这个是三栏的。在1024&#215;768刚好是满屏。就不支持800&#215;600的分辨率了。。</p>
<p>不过我有点觉得三栏是不是把页面的内容占用太多了？</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/12/bigblue-2.html" rel="bookmark" title="Permanent Link: 修改了big blue的三栏的宽度">修改了big blue的三栏的宽度</a></li><li><a  href="http://firefore.com/2007/12/bigblue-nogif.html" rel="bookmark" title="Permanent Link: 让我很郁闷的Big Blue主题">让我很郁闷的Big Blue主题</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/bigblue-1.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>根据页面文件，建立了留言本。</title>
		<link>http://firefore.com/2007/12/my-guestbook.html</link>
		<comments>http://firefore.com/2007/12/my-guestbook.html#comments</comments>
		<pubDate>Tue, 04 Dec 2007 04:38:00 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/my-guestbook.html</guid>
		<description><![CDATA[根据页面文件，建立了留言本。 其实就是一个具有评论功能的页面。 大家如果要给我留言，就在留言本的下方的评论里面填写评论就OK了。呵呵～ 相关文章：留言本anti cnn 打不开？无法访问？... ]]></description>
			<content:encoded><![CDATA[<p>根据页面文件，建立了<a  href="http://firefore.com/guestbook" target="_blank">留言本</a>。<br />
其实就是一个具有评论功能的页面。<br />
大家如果要给我留言，就在<a  href="http://firefore.com/guestbook" target="_blank">留言本</a>的下方的评论里面填写评论就OK了。呵呵～</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/guestbook" rel="bookmark" title="Permanent Link: 留言本">留言本</a></li><li><a  href="http://firefore.com/2008/03/proxy-visits-anti-cnn.html" rel="bookmark" title="Permanent Link: anti cnn 打不开？无法访问？使用代理！">anti cnn 打不开？无法访问？使用代理！</a></li><li><a  href="http://firefore.com/2008/03/anti-cnn.html" rel="bookmark" title="Permanent Link: 反CNN！西方媒体污蔑中国报道全纪录Anti-CNN.com！">反CNN！西方媒体污蔑中国报道全纪录Anti-CNN.com！</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/my-guestbook.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>整理了一个插件的页面。</title>
		<link>http://firefore.com/2007/12/my-plugins.html</link>
		<comments>http://firefore.com/2007/12/my-plugins.html#comments</comments>
		<pubDate>Mon, 03 Dec 2007 06:52:27 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/12/my-plugins.html</guid>
		<description><![CDATA[看到很多朋友的wordpress都整理了一个本博使用的插件列表。我心里也痒痒的。哈哈。所以也就整理了一个。 好让第一次使用wordpress而又很不幸的访问到我这个blod的朋友们参考参考。 我用wordpres... ]]></description>
			<content:encoded><![CDATA[<p>看到很多朋友的wordpress都整理了一个本博使用的插件列表。我心里也痒痒的。哈哈。所以也就整理了一个。<br />
好让第一次使用wordpress而又很不幸的访问到我这个blod的朋友们参考参考。</p>
<p>我用wordpress也才2个礼拜多。当时也是参考别人的blog使用的插件来选择和决定自己需要什么的插件。所以，我也跟着整理了这么一个页面。呵呵～<br />
对了。有部分插件是由于我使用的主题是K2。而又因为K2默认支持那几个插件。所以我也就是用了。哈哈～</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2008/07/i-need-help.html" rel="bookmark" title="Permanent Link: 寻求帮助">寻求帮助</a></li><li><a  href="http://firefore.com/2010/07/update-wordpress-3-0.html" rel="bookmark" title="Permanent Link: 升级到WordPress 3.0">升级到WordPress 3.0</a></li><li><a  href="http://firefore.com/2009/05/lao-jiang-xing.html" rel="bookmark" title="Permanent Link: 《老将行》">《老将行》</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/12/my-plugins.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress文档中的Ping Services</title>
		<link>http://firefore.com/2007/11/xml-rpc-ping-services.html</link>
		<comments>http://firefore.com/2007/11/xml-rpc-ping-services.html#comments</comments>
		<pubDate>Fri, 30 Nov 2007 09:32:35 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[好站推荐]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/xml-rpc-ping-services.html</guid>
		<description><![CDATA[文档的原始地址是http://codex.wordpress.org/Update_Services http://blogsearch.google.com/ping/RPC2 http://www.feedsky.com/api/RPC2 http://www.xianguo.com/xmlrpc/ping.php http://www.zhuaxia.com/rpc/server.php http://blog.youdao.com/ping/RPC2 http:/... ]]></description>
			<content:encoded><![CDATA[<p>文档的原始地址是<a  title="http://codex.wordpress.org/Update_Services" href="http://codex.wordpress.org/Update_Services" target="_blank">http://codex.wordpress.org/Update_Services</a></p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;">http://blogsearch.google.com/ping/RPC2
http://www.feedsky.com/api/RPC2
http://www.xianguo.com/xmlrpc/ping.php
http://www.zhuaxia.com/rpc/server.php
http://blog.youdao.com/ping/RPC2
http://<span style="">1470</span>.net/api/ping
http://api.feedster.com/ping
http://api.feedster.com/ping.php
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping
http://blogdb.jp/xmlrpc
http://blog.goo.ne.jp/XMLRPC
http://blogsearch.google.com/ping/RPC2
http://blogmatcher.com/u.php
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://mod-pubsub.org/kn_apps/blogchatt
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/
http://ping.blo.gs/
http://ping.cocolog-nifty.com/xmlrpc
http://pinger.blogflux.com/rpc/
http://ping.exblog.jp/xmlrpc
http://ping.feedburner.com
http://ping.myblog.jp
http://pingqueue.com/rpc/
http://ping.blogg.de/
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://ping.weblogs.se/
http://rcs.datashed.net/RPC2/
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.britblog.com/
http://rpc.icerocket.com:<span style="">10080</span>/
http://rpc.newsgator.com/
http://rpc.pingomatic.com/
http://rpc.tailrank.com/feedburner/RPC2
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://rpc.wpkeys.com/
http://services.newsgator.com/ngws/xmlrpcping.aspx
http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz
http://topicexchange.com/RPC2
http://trackback.bakeinu.jp/bakeping.php
http://www.a2b.cc/setloc/bp.a2b
http://www.bitacoles.net/ping.php
http://www.blogdigger.com/RPC2
http://www.blogoole.com/ping/
http://www.blogoon.net/ping/
http://www.blogpeople.net/servlet/weblogUpdates
http://www.blogroots.com/tb_populi.blog?id<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">1</span>
http://www.blogshares.com/rpc.php
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://www.holycowdude.com/rpc/ping/
http://www.lasermemory.com/lsrpc/
http://www.imblogs.net/ping/
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://www.newsisfree.com/RPCCloud
http://www.newsisfree.com/xmlrpctest.php
http://www.popdex.com/addsite.php
http://www.snipsnap.org/RPC2
http://www.weblogues.com/RPC/
http://xmlrpc.blogg.de
http://xping.pubsub.com/ping/
http://www.blogsdominicanos.com/ping/</pre></div></div>

<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/12/setting-iis-mime.html" rel="bookmark" title="Permanent Link: 设置IIS的MIME让IIS6支持INI文件下载">设置IIS的MIME让IIS6支持INI文件下载</a></li><li><a  href="http://firefore.com/2008/05/duo-zai-na-li.html" rel="bookmark" title="Permanent Link: 地震时躲在哪里？">地震时躲在哪里？</a></li><li><a  href="http://firefore.com/2007/12/onlinegame-server-requirement.html" rel="bookmark" title="Permanent Link: 浅谈我接触过的网络游戏的服务器需求">浅谈我接触过的网络游戏的服务器需求</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/xml-rpc-ping-services.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>终于让我搜索到如何修改K2的宽度的方法了</title>
		<link>http://firefore.com/2007/11/modification-k2-width.html</link>
		<comments>http://firefore.com/2007/11/modification-k2-width.html#comments</comments>
		<pubDate>Tue, 27 Nov 2007 06:10:26 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/modification-k2-width.html</guid>
		<description><![CDATA[在百度上搜索了一下 找到一篇文章有链接到这里 http://zeo.unic.net.my/notes/k2-flexible-width/ 这里面就有说明如何修改 不过我修改完成之后，用1680X1050的分辨率看，右边的菜单好宽。。。还得再稍微... ]]></description>
			<content:encoded><![CDATA[<p>在百度上搜索了一下<br />
找到一篇文章有链接到这里<br />
<a  href="http://zeo.unic.net.my/notes/k2-flexible-width/" target="_blank">http://zeo.unic.net.my/notes/k2-flexible-width/</a><br />
这里面就有说明如何修改<br />
不过我修改完成之后，用1680X1050的分辨率看，右边的菜单好宽。。。还得再稍微修改修改，或是开启三栏？？？<br />
总之，需要修改K2页面宽度的朋友去上面的网站看看吧。</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2008/06/global-domain-name-statistics.html" rel="bookmark" title="Permanent Link: 全球域名统计">全球域名统计</a></li><li><a  href="http://firefore.com/2009/02/global-domain-name-statistics-2009-01.html" rel="bookmark" title="Permanent Link: 2009年01月全球域名统计">2009年01月全球域名统计</a></li><li><a  href="http://firefore.com/2009/05/lao-jiang-xing.html" rel="bookmark" title="Permanent Link: 《老将行》">《老将行》</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/modification-k2-width.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost空间！最好还是买，尽量不要去合租。</title>
		<link>http://firefore.com/2007/11/buy-dreamhost.html</link>
		<comments>http://firefore.com/2007/11/buy-dreamhost.html#comments</comments>
		<pubDate>Tue, 27 Nov 2007 05:38:09 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/taobao-dreamhost.html</guid>
		<description><![CDATA[DreamHost空间！最好还是买，尽量不要去合租。 如果太贵，可以找几个好朋友大家一起合起来购买，然后空间分着用，说真的，那么大的空间的流量，几个人一起，十分够用了。 尽量少去找合租... ]]></description>
			<content:encoded><![CDATA[<p><span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/dreamhost" title="查看 DreamHost 中的全部文章" target="_blank">DreamHost</a></span>空间！最好还是买，尽量不要去合租。<br />
如果太贵，可以找几个好朋友大家一起合起来购买，然后空间分着用，说真的，那么大的空间的流量，几个人一起，十分够用了。<br />
尽量少去找合租的。</p>
<p>没有信用卡的，可以去办理招商银行的！这点感谢<strong>dupola</strong></p>
<p>前两天因为台湾的防火墙挂了，线路出了问题，所以打算把部落格转移到美国去。<br />
就跑去淘宝买了一个1年100块100G的<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/dreamhost" title="查看 DreamHost 中的全部文章" target="_blank">DreamHost</a></span>空间<br />
100人民币一年，100G的空间，带控制面板，可以建立10个数据库和无限制的网站。好开心，可惜用的时候差点被吓死。<br />
因为速度非常慢。<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/wordpress" title="查看 WordPress 中的全部文章" target="_blank">WordPress</a></span>的首页生成时间竟然要20几秒<br />
后来传了个探针上去测试。真的差点吓死哦~<br />
大家看图了<br />
<a  href="http://firefore.com/wp-content/uploads/2007/11/dreamhost.jpg" title="dreamhost"><img src='http://firefore.com/wp-content/uploads/2007/11/dreamhost.thumbnail.jpg' alt='dreamhost' /></a><br />
第二天马上跟淘宝的卖家联系，打算退货，本来打算退部分钱就好，剩下的给人家老板辛苦费，结果人家老板不错。二话没说，全退给我钱。<br />
果然是诚信商家。特此也感谢一下。</p>
<p>还有，奉劝诸位。下次购买合租空间，记得要先问问几个人合租了。切记切记。<br />
对于DreamHost空间，最好还是去自己购买一个吧，用优惠码的话，一年也才100多人民币。<br />
至于优惠码哪里有？？</p>
<p>您去肚破惊天的博客看看哦，全套的说明及节省90多美金的优惠码哦！！！</p>
<p><a  href="http://dupola.com/category/website/dreamhost" target="_blank">http://dupola.com/category/website/dreamhost</a></p>
<hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/buy-dreamhost.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WP-Plugin: Extended Live Archive for WP 2.3</title>
		<link>http://firefore.com/2007/11/extended-live-archive-for-wp23.html</link>
		<comments>http://firefore.com/2007/11/extended-live-archive-for-wp23.html#comments</comments>
		<pubDate>Fri, 23 Nov 2007 23:51:09 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/extended-live-archive-for-wp23.html</guid>
		<description><![CDATA[安装了这个．主要是因为K2默认支持这个插件.而且百度了一下.发现评价还蛮高的. 但是可惜不支持WP2.3+ 所以前两天都没安装,后来在百度上闲逛的时候,找到了http://blog.istef.info/2007/09/01/extended-live... ]]></description>
			<content:encoded><![CDATA[<p>安装了这个．主要是因为K2默认支持这个插件.而且百度了一下.发现评价还蛮高的.<br />
但是可惜不支持WP2.3+</p>
<p>所以前两天都没安装,后来在百度上闲逛的时候,找到了<a  href="http://blog.istef.info/2007/09/01/extended-live-archive-for-wp23/" target="_blank">http://blog.istef.info/2007/09/01/extended-live-archive-for-wp23/</a></p>
<p>实在是太感谢了.特此发文纪念一下~</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/12/windows-live-writer.html" rel="bookmark" title="Permanent Link: 发现用Windows Live Writer写博客很舒服">发现用Windows Live Writer写博客很舒服</a></li><li><a  href="http://firefore.com/2010/03/windows-live-messenger-for-windows-2003-server.html" rel="bookmark" title="Permanent Link: Windows Live Messenger for Windows 2003 Server">Windows Live Messenger for Windows 2003 Server</a></li><li><a  href="http://firefore.com/2007/12/2008-happy-new-year-2.html" rel="bookmark" title="Permanent Link: 放假三天~再回来上班就是新年了。">放假三天~再回来上班就是新年了。</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/extended-live-archive-for-wp23.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>奇怪咧，alinks的关键字，部分不工作丫</title>
		<link>http://firefore.com/2007/11/qiguai-alinks.html</link>
		<comments>http://firefore.com/2007/11/qiguai-alinks.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:20:21 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/qiguai-alinks.html</guid>
		<description><![CDATA[插件中有一个alinks 看介绍是不错。刚才也在后台里面添加很多很关键字，其中就有百度和Google这两个关键字，刚才发布的文章中都有提到这两个关键字，而且文字的大小写都没问题。可是发布... ]]></description>
			<content:encoded><![CDATA[<p>插件中有一个alinks</p>
<p>看介绍是不错。刚才也在后台里面添加很多很关键字，其中就有百度和Google这两个关键字，刚才发布的文章中都有提到这两个关键字，而且文字的大小写都没问题。可是发布之后，只有百度有加了链接，Google没有被自动添加链接&#8230;</p>
<p>奇怪，难道只有支持中文？这也太神奇了。现在测试一下其他的关键字看看</p>
<p>比如<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/wordpress" title="查看 WordPress 中的全部文章" target="_blank">WordPress</a></span></p>
<p>比如F2blog</p>
<p>比如百度</p>
<p>比如Google</p>
<p>比如17173</p>
<p>比如游侠网</p>
<p>不知道以上几个关键字能有几个通过。</p>
<hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/qiguai-alinks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>终于把WordPress给架设好了</title>
		<link>http://firefore.com/2007/11/my-wordpress.html</link>
		<comments>http://firefore.com/2007/11/my-wordpress.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:00:00 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/my-wordpress.html</guid>
		<description><![CDATA[用了好多个BLOG。到最后，又转到WordPress了。唉~ 之前用F2blog是好好的。可惜的就是帖代码很辛苦。虽然有高亮插件。但是经常把JS的转义标签给去掉了。搞得实际发布出来的代码跟我后台发布的... ]]></description>
			<content:encoded><![CDATA[<p style="text-indent: 2em">用了好多个BLOG。到最后，又转到<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/wordpress" title="查看 WordPress 中的全部文章" target="_blank">WordPress</a></span>了。唉~</p>
<p style="text-indent: 2em">之前用F2blog是好好的。可惜的就是帖代码很辛苦。虽然有高亮插件。但是经常把JS的转义标签给去掉了。搞得实际发布出来的代码跟我后台发布的代码差距很大。甚是可惜呀。</p>
<p style="text-indent: 2em">所以细想了一下。就再架个<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/wordpress" title="查看 WordPress 中的全部文章" target="_blank">WordPress</a></span>了。虽然配置起来没F2blog方便。但是其插件的功能是在是&#8230;</p>
<p style="text-indent: 2em">用的人太多了，插件也太多了，所以可以取舍的东西也很多。自然的，可定制的地方也就很多咯~所以说，复杂是复杂了点，那也只是在刚入门阶段，稍微花点心思研究之后，很快就能掌握的。</p>
<p style="text-indent: 2em">今天搞这个BLOG还碰到一个问题。那就是乱码问题了。情况是这样，当时我安装了一个插件，叫all-in-one-seo-pack安装使用后，在分类页面，会出现标题栏第一个字乱码的情况。在百度和Google上都没搜索到相关信息，后来我以为是编码的问题，把文件都转了编码，还是不行。结果这次转编码还附加了很大的代价。那就是，一直报HEAD的重复输出错误。我最怕这个错误的，都不知道怎么去解决。所以我只好全部删除重新安装了。后来在百度搜索这个插件的相关说明，才找到有人不推荐使用这个插件，而是通过修改主题模板来时间相同的SEO作用。所以，我也就禁用这个插件了。这里要感谢<a  href="http://wordpress.org.cn/" target="_blank">WordPressChineseForums</a>里面热心的版主、超级版主、还有热心会员的热情解答。让我这个<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/wordpress" title="查看 WordPress 中的全部文章" target="_blank">WordPress</a></span>菜鸟感觉到心窝热乎乎的。</p>
<p style="text-indent: 2em">关于用的主题，其实WordPress有很多非常美丽的主题。但是我不喜欢花俏的BLOG主题。本来我是打算使用默认主题的。但是那个默认主题看起来也不是很舒服。后来搜索了一下。就看到这个<a  href="http://getk2.com/" target="_blank">K2</a>的主题了。而且还有中文包。没怎么思索就使用了。刚一使用的时候，发现确实不错，而且后台的那个侧栏调整功能好强大。呵呵。所以就安心用这个。而且这个主题相对默认的来说，SEO上有稍微做了改进，不错啦。不过不知道我怎么搞的，后来原来这个主题自带的侧栏调整工具不见了。变成了默认的那个。。。奇怪也~</p>
<p style="text-indent: 2em">啰唆了这么多，只为了我正式入住WordPress中的一员做一个开篇。接下来，将会看到我更多更加啰唆的文章出现。</p>
<p style="text-indent: 2em">如果你喜欢，记得添加个收藏哦~呵呵~</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2010/07/update-wordpress-3-0.html" rel="bookmark" title="Permanent Link: 升级到WordPress 3.0">升级到WordPress 3.0</a></li><li><a  href="http://firefore.com/2007/12/bigblue-nogif.html" rel="bookmark" title="Permanent Link: 让我很郁闷的Big Blue主题">让我很郁闷的Big Blue主题</a></li><li><a  href="http://firefore.com/2007/12/deep-blue-theme.html" rel="bookmark" title="Permanent Link: 把主题更换为Deep Blue Theme了">把主题更换为Deep Blue Theme了</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/my-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>您在寻找原来的“IT入门资讯站”吗？</title>
		<link>http://firefore.com/2007/11/find-it-site.html</link>
		<comments>http://firefore.com/2007/11/find-it-site.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 10:51:02 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[心情杂记]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/ninzaixunzhaoyuanlaideitrumenzixunzhanma.html</guid>
		<description><![CDATA[很抱歉，原来的“IT入门资讯”站已经变更到了以下的地址 http://firefore.com/old/ 以后还是会继续更新的。谢谢您的一如既往的支持。 相关文章：网站底部的版权声明再向大家推荐一个不错的PING... ]]></description>
			<content:encoded><![CDATA[<p>很抱歉，原来的“<a  href="http://firefore.com/old/" target="_blank">IT入门资讯</a>”站已经变更到了以下的地址</p>
<p><a  href="http://firefore.com/old/" title="http://firefore.com/old/ " target="_blank">http://firefore.com/old/</a></p>
<p><del datetime="2009-07-02T07:24:22+00:00">以后还是会继续更新的。谢谢您的一如既往的支持。</del></p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/09/site-bottom-copyright.html" rel="bookmark" title="Permanent Link: 网站底部的版权声明">网站底部的版权声明</a></li><li><a  href="http://firefore.com/2007/11/pings-site-1.html" rel="bookmark" title="Permanent Link: 再向大家推荐一个不错的PING博客搜索引擎的网站">再向大家推荐一个不错的PING博客搜索引擎的网站</a></li><li><a  href="http://firefore.com/2008/07/submit-your-site-to-search-engine.html" rel="bookmark" title="Permanent Link: 搜尋引擎登錄">搜尋引擎登錄</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/find-it-site.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>再向大家推荐一个不错的PING博客搜索引擎的网站</title>
		<link>http://firefore.com/2007/11/pings-site-1.html</link>
		<comments>http://firefore.com/2007/11/pings-site-1.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 09:30:00 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/%e5%86%8d%e5%90%91%e5%a4%a7%e5%ae%b6%e6%8e%a8%e8%8d%90%e4%b8%80%e4%b8%aa%e4%b8%8d%e9%94%99%e7%9a%84ping%e5%8d%9a%e5%ae%a2%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e7%9a%84%e7%bd%91%e7%ab%99.html</guid>
		<description><![CDATA[http://pingomatic.com/ 相关文章：网站底部的版权声明您在寻找原来的“IT入门资讯站”吗？搜尋引擎登錄&#26412;&#20316;&#21697;&#30001;shiweiyu&#21019;&#20316;&#65292;&#37319;&#29992;&#30693;&#35782;&#20849;&#20139;&#32626;&... ]]></description>
			<content:encoded><![CDATA[<p style="text-indent:2em"><a  title="http://pingomatic.com/" href="http://pingomatic.com/">http://pingomatic.com/</a></p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/09/site-bottom-copyright.html" rel="bookmark" title="Permanent Link: 网站底部的版权声明">网站底部的版权声明</a></li><li><a  href="http://firefore.com/2007/11/find-it-site.html" rel="bookmark" title="Permanent Link: 您在寻找原来的“IT入门资讯站”吗？">您在寻找原来的“IT入门资讯站”吗？</a></li><li><a  href="http://firefore.com/2008/07/submit-your-site-to-search-engine.html" rel="bookmark" title="Permanent Link: 搜尋引擎登錄">搜尋引擎登錄</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/pings-site-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不使用style=”overflow-x:hidden”解决iframe横向滚动条问题。</title>
		<link>http://firefore.com/2007/11/iframe-no-scrollbar.html</link>
		<comments>http://firefore.com/2007/11/iframe-no-scrollbar.html#comments</comments>
		<pubDate>Fri, 02 Nov 2007 09:39:40 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/11/iframe-no-scrollbar.html</guid>
		<description><![CDATA[百度上搜索了一下。发现很多教人去掉iframe横向滚动条都是使用 style=&#34;overflow-x:hidden&#34; 这个样式。结果我估计很多人跟我一样，使用了之后发现问题没解决。 后来疯狂搜索。才找到有人提... ]]></description>
			<content:encoded><![CDATA[<p>百度上搜索了一下。发现很多教人去掉iframe横向滚动条都是使用</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">style=&quot;overflow-x:hidden&quot;</pre></div></div>

<p>这个样式。结果我估计很多人跟我一样，使用了之后发现问题没解决。</p>
<p>后来疯狂搜索。才找到有人提出来了这么个观点：</p>
<blockquote><p>在设置Frame时，有一属性是<strong>scrolling=”yes/no/auto”</strong>，IE6的<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/mozilla" title="查看 mozilla 中的全部文章" target="_blank">mozilla</a></span>都支持，但很显然地，IE的开发人员在这个地方懒了一下，他们对auto的理解很不人性化。auto的意思是自动，就是要的时候有，不要的时候没有。<strong>但如果设成auto，则在网页过长需要出竖起滚动条时，IE会自动地把水平滚动条也显示出来，哪怕网页完全不超宽。而设成yes时，IE则会一直出竖直滚动条，而不随便出水平条，</strong>这差不多是对的。所以如果要用Frame的话，还是要把这个属性设成Yes，这完全是为迁就IE。 <span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/mozilla" title="查看 mozilla 中的全部文章" target="_blank">mozilla</a></span>则在任何时候都是对的。
</p></blockquote>
<p>所以，咱们这里的解决方法就是：</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">scrolling=&quot;yes&quot;</pre></div></div>

<p>以上解决方法只有适用于竖滚动条需要出现，而横向滚动条不需要出现的情况。</p>
<hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/11/iframe-no-scrollbar.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>网站底部的版权声明</title>
		<link>http://firefore.com/2007/09/site-bottom-copyright.html</link>
		<comments>http://firefore.com/2007/09/site-bottom-copyright.html#comments</comments>
		<pubDate>Fri, 28 Sep 2007 09:42:19 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[游戏旅程]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[游戏]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/09/site-bottom-copyright.html</guid>
		<description><![CDATA[正在调整网站。今天同事在问我关于一些大公司的网站底部的内容。 我就去逛了逛些大的运营公司的网站，还有一些出名的游戏网站，及一些普通的游戏网站。 比较出名的大的运营公司，在其... ]]></description>
			<content:encoded><![CDATA[<p>正在调整网站。今天同事在问我关于一些大公司的网站底部的内容。</p>
<p>我就去逛了逛些大的运营公司的网站，还有一些出名的<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/%e6%b8%b8%e6%88%8f" title="查看 游戏 中的全部文章" target="_blank">游戏</a></span>网站，及一些普通的<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/%e6%b8%b8%e6%88%8f" title="查看 游戏 中的全部文章" target="_blank">游戏</a></span>网站。</p>
<p>比较出名的大的运营公司，在其游戏的网站底部肯定有三个东西：一个是该运营公司的LOGO；一个是开发公司的LOG；一个是版权声明。</p>
<p>更甚至的，运用到了哪些公司的技术或是得到哪些公司的赞助之类的。也会把那个公司的LOGO贴上。</p>
<p>而我们很多朋友,在使用别人提供的程序,经常去修改别人的版权声明，这是对人家的辛勤劳动不尊重，同时也表现出了自私的一面。更甚者，这也是表现出人贪婪的一面。</p>
<p>真的是，该给人家的权利，就一定要给！</p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2007/11/pings-site-1.html" rel="bookmark" title="Permanent Link: 再向大家推荐一个不错的PING博客搜索引擎的网站">再向大家推荐一个不错的PING博客搜索引擎的网站</a></li><li><a  href="http://firefore.com/2007/11/find-it-site.html" rel="bookmark" title="Permanent Link: 您在寻找原来的“IT入门资讯站”吗？">您在寻找原来的“IT入门资讯站”吗？</a></li><li><a  href="http://firefore.com/2008/07/submit-your-site-to-search-engine.html" rel="bookmark" title="Permanent Link: 搜尋引擎登錄">搜尋引擎登錄</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/09/site-bottom-copyright.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页制作-使用标准代码-在Firefox中播放背景音乐</title>
		<link>http://firefore.com/2007/09/firefox-play-music-background.html</link>
		<comments>http://firefore.com/2007/09/firefox-play-music-background.html#comments</comments>
		<pubDate>Fri, 28 Sep 2007 09:30:20 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://firefore.com/2007/09/firefox-play-music-background.html</guid>
		<description><![CDATA[要让你的网页能够在Firefox浏览器中播放背景音乐，使用object标签。以下是一段标准的、跨浏览器的代码示例：(当年搜索来自mozilla社区) &#60;object data=&#34;music.mp3&#34; type=&#34;application/x-mplayer2&#34; ... ]]></description>
			<content:encoded><![CDATA[<p>要让你的网页能够在Firefox浏览器中播放背景<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/%e9%9f%b3%e4%b9%90" title="查看 音乐 中的全部文章" target="_blank">音乐</a></span>，使用object标签。以下是一段标准的、跨浏览器的代码示例：(当年搜索来自mozilla社区)</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">data</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;music.mp3&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-mplayer2&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;src&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;music.mp3&quot;</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;autostart&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;1&quot;</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;playcount&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;infinite&quot;</span>&gt;</span> 
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2011/06/firefox5-0.html" rel="bookmark" title="Permanent Link: firefox5.0">firefox5.0</a></li><li><a  href="http://firefore.com/2009/03/battlefield-heroes.html" rel="bookmark" title="Permanent Link: Your Battlefield Heroes Beta Key!">Your Battlefield Heroes Beta Key!</a></li><li><a  href="http://firefore.com/2009/12/background-image.html" rel="bookmark" title="Permanent Link: 网页背景图片固定代码[转]">网页背景图片固定代码[转]</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.212) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2007/09/firefox-play-music-background.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

