<?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>滔滔不绝 &#187; WordPress</title>
	<atom:link href="http://taotaotalk.cn/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://taotaotalk.cn</link>
	<description>滔滔不绝Tao Tao Talk，伴你每一天！</description>
	<lastBuildDate>Wed, 21 Oct 2009 15:44:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>不用插件也能显示隐藏的表情</title>
		<link>http://taotaotalk.cn/2009/10/show-smiles-without-plugin/</link>
		<comments>http://taotaotalk.cn/2009/10/show-smiles-without-plugin/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:26:20 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[表情]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=904</guid>
		<description><![CDATA[        WP Grins这个插件我想很多朋友都在用吧？自打我更换了一个新的国内的主机，访问速度大幅提升之后，我就在想要不要把我的站点上一些不必要的文件清理出去呢？用FTP登入之后，插件文件夹就成了我需要清理的不二选择，里面有很多插件，包括用过的没用过的，自带的以及后来安装的，少说也有二十六七个了，需要的留下，不需要的清理，没用过的那就更不用考虑了，因为用的麻烦还不如不用，索性删除，还能为我那并不算十分宽裕的主机留出一部分空间展示美丽的照片呢。

        说干就干，先整理掉了最占空间的插件语言包，我堂堂的一个中国人干嘛要留着呢吗多老外的语言包呢，有的光看后缀都猜不透到底是哪里的语言，删除工作进行的差不多，我一刷新空间，天，腾出了近8M的空间，基本上相当于我再建上一个WordPress了，呵呵。

<span class="readmore"><a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">阅读全文——共1019字</a></span>]]></description>
			<content:encoded><![CDATA[<p>        WP Grins这个插件我想很多朋友都在用吧？自打我更换了一个新的国内的主机，访问速度大幅提升之后，我就在想要不要把我的站点上一些不必要的文件清理出去呢？用FTP登入之后，插件文件夹就成了我需要清理的不二选择，里面有很多插件，包括用过的没用过的，自带的以及后来安装的，少说也有二十六七个了，需要的留下，不需要的清理，没用过的那就更不用考虑了，因为用的麻烦还不如不用，索性删除，还能为我那并不算十分宽裕的主机留出一部分空间展示美丽的照片呢。</p>
<p>        说干就干，先整理掉了最占空间的插件语言包，我堂堂的一个中国人干嘛要留着呢吗多老外的语言包呢，有的光看后缀都猜不透到底是哪里的语言，删除工作进行的差不多，我一刷新空间，天，腾出了近8M的空间，基本上相当于我再建上一个WordPress了，呵呵。</p>
<p><span id="more-904"></span>        偶尔发现了WP自带的那些评论表情不用WP Grins也能够显示，要问为什么？当然使用<a href="http://lifangchao.com/wp-trackback.php?p=205" target="_blank">代码版的评论表情</a>咯。这样子做出来的效果既清爽又不易产生插件依赖症，还能够有效的提高页面载入速度，何乐而不为呢？</p>
<p>    首先你可以通过FTP把这个“<a href="http://www.brsbox.com/filebox/down/fc/578fe83148e67d319fdd55c34065a199/rand/40955389" target="_blank">smiley.php</a>”文件上传到主题所在目录下，而后去编辑主题文件里的“comments.php——也就是评论页面”。<br />
找到这里的代码：</p>
<div class="source" style="FONT-FAMILY: '[object]','Consolas','Lucida Console','Courier New'; COLOR: #000000"><span style="COLOR: #000080; FONT-WEIGHT: bold">&lt;textarea</span> <span style="COLOR: #ff0000">name=</span><span style="COLOR: #0000ff">&#8220;comment&#8221;</span> <span style="COLOR: #ff0000">id=</span><span style="COLOR: #0000ff">&#8220;comment&#8221;</span><span style="COLOR: #000080; FONT-WEIGHT: bold">&gt;&lt;/textarea&gt;</span></div>
<p> </p>
<p>然后在它上放加入这样一条代码：</p>
<div class="source" style="FONT-FAMILY: '[object]','Consolas','Lucida Console','Courier New'; COLOR: #000000"><span style="COLOR: #008080">&lt;?php include(TEMPLATEPATH . ‘/smiley.php’); ?&gt;</span></div>
<p> </p>
<p>        这样子就可以了！不过不变的事情也来了，因为在后台发布日志的时候可以自动转换（当然前提是你要在“设置”&gt;&gt;“撰写”选项下面勾选“转换如 <code> <img src='http://taotaotalk.cn/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </code> 和 <code> <img src='http://taotaotalk.cn/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </code> 的文字表情符号为图像”），为了避免遗忘，好在日志里面插入，我就把这些表情的代表文本拿出来，大家一起学习一下。</p>
<table border="0" cellpadding="2" width="90%">
<tbody>
<tr>
<th>表情</th>
<th>文本1</th>
<th>文本2</th>
<th>完整文本</th>
<th>表情</th>
<th>完整文本</th>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_smile.gif" alt="微笑" /></td>
<td>: )</td>
<td>:- )</td>
<td>:smile :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_lol.gif" alt="大笑" /></td>
<td>:lol :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_biggrin.gif" alt="露齿笑" /></td>
<td>: D</td>
<td>:- D</td>
<td>:grin :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_redface.gif" alt="脸红" /></td>
<td>: oops :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_sad.gif" alt="悲哀" /></td>
<td>: (</td>
<td>:- (</td>
<td>:sad :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_cry.gif" alt="哭泣" /></td>
<td>:cry :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_surprised.gif" alt="惊讶" /></td>
<td>: o</td>
<td>:- o</td>
<td>:eek :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_evil.gif" alt="邪恶" /></td>
<td>:evil :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_eek.gif" alt="震惊" /></td>
<td>8 O</td>
<td>8- O</td>
<td>:shock :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_twisted.gif" alt="扭曲" /></td>
<td>:twisted :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_confused.gif" alt="困惑" /></td>
<td>: ?</td>
<td>:- ?</td>
<td>: ??? :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_rolleyes.gif" alt="转动眼珠" /></td>
<td>:roll :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_cool.gif" alt="酷！" /></td>
<td>8 )</td>
<td>8- )</td>
<td>:cool :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_exclaim.gif" alt="惊！" /></td>
<td>:! :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_mad.gif" alt="激动" /></td>
<td>: x</td>
<td>:- x</td>
<td>:mad :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_question.gif" alt="疑问" /></td>
<td>: ? :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_razz.gif" alt="嘲笑" /></td>
<td>: P</td>
<td>:- P</td>
<td>:razz :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_idea.gif" alt="想法" /></td>
<td>:idea :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_neutral.gif" alt="中立" /></td>
<td>: |</td>
<td>:- |</td>
<td>:neutral :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_arrow.gif" alt="箭头" /></td>
<td>:arrow :</td>
</tr>
<tr>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_wink.gif" alt="眨眼" /></td>
<td>; )</td>
<td>;- )</td>
<td>:wink :</td>
<td><img src="http://taotaotalk.cn/wp-includes/images/smilies/icon_mrgreen.gif" alt="呵呵" /></td>
<td>:mrgreen :</td>
</tr>
</tbody>
</table>
<p>参考：<a href="http://codex.wordpress.org/Using_Smilies" target="_blank">WordPress Smileys</a>  我这是加强版的表情，嘿嘿~</p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li><li>2009/02/06 -- <a href="http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/" title="开启支持移动设备访问">开启支持移动设备访问</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/25 -- <a href="http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/" title="ie8，想说爱你不容易">ie8，想说爱你不容易</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/code/" title="代码" rel="tag">代码</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a>, <a href="http://taotaotalk.cn/tag/expression/" title="表情" rel="tag">表情</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/10/show-smiles-without-plugin/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>认证通过，新站上线</title>
		<link>http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/</link>
		<comments>http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:08:59 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[空间]]></category>
		<category><![CDATA[转移]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=900</guid>
		<description><![CDATA[ 2009年10月19日(星期一) 17:38

尊敬的用户：您的ICP备案申请已通过审核,备案/许可证编号为: 沪ICP备09077950号 ，审核通过日期：2009-10-19。

        在经历了一周左右的痛苦等待中，滔滔不绝完成了购买新主机、更改域名解析服务、主机内容的迁移、重新安装WordPress、数据库的恢复、修复主题文件等等一系列的内容之后，就又重新开始了更新维护。

<span class="readmore"><a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">阅读全文——共1356字</a></span>]]></description>
			<content:encoded><![CDATA[<blockquote><p> 2009年10月19日(星期一) 17:38</p>
<p>尊敬的用户：您的ICP备案申请已通过审核,备案/许可证编号为: 沪ICP备09077950号 ，审核通过日期：2009-10-19。</p></blockquote>
<p>        在经历了一周左右的痛苦等待中，滔滔不绝完成了购买新主机、更改域名解析服务、主机内容的迁移、重新安装WordPress、数据库的恢复、修复主题文件等等一系列的内容之后，就又重新开始了更新维护。</p>
<p>        要说这WordPress空间转移，也还真不是那么的简单，因为原来用的是<a href="http://taotaotalk.cn/2009/04/poor-host2ez/" target="_blank">《可怜的Host2ez》</a>的虚拟主机，在服务即将到期前尽快转移也就成为了我的一块心病。因为没有经验，在网络上找了很多的教程，要么是文不对题，要么是同平台之间的转换，好不容易找到一些能用的上的资料，结果还因为图片打不开遭遇红色的小“×”。原有的控制平台是cPanel的，现在的主机控制平台是DirectAdmin，问了<a href="http://xiaozhang.taobao.com" target="_blank">卖家小张</a>，配合着那打不开图片的资料，我也基本上弄清楚了这个转移的流程。</p>
<p><span id="more-900"></span>        转移开始，因为我怕搞不清楚顺序，就由卖家小张代劳在已经开通的主机上面绑定域名、安装好WordPress，因为滔滔不绝的域名<a href="http://taotaotalk.cn">http://taotaotalk.cn</a>已经交给DNSPod代理解析，所以速度非常的快，不到半分钟就解析完成，安装成功。可是接下来的数据导入却让我们大跌眼睛。通过PhpMyAdmin进入数据库导出的数据库文件却无法正确导入新主机，试了几次都是显示错误，本以为是数据库的问题，后来改用WP-database-buckup插件自动备份以前的数据库文件也还是错误，琢磨了半天并对照错误提示，大致明白了是因为数据库文件配上不十分理想的网速，在上传过程中多少出了一些问题。重启了无线路进行拨号，OK，问题解除，数据库成功导入。:smile:</p>
<p>        可是这个时候麻烦又来了，打开了页面我傻眼了，除了主题文件中的汉字之外，其他中文均为醒目的“?”。我以为是数据库导入过程中出现了什么错误，看到网上一些朋友说的重新导入即可解决，就又试了几次，错误依旧！于是我换了思路，改用WP后台的全文导出功能，看是否能够解决这个问题，错误依然是没有好转的迹象，我又试着清空数据库里表单的值，结果发现“登陆失败”，因为我把user表也给清空了。:mrgreen:</p>
<p>        没办法，只得重新安装WordPress，这次购买的主机原本看中的就是他的速度，可是那晚赶上主机备份，那个慢啊，FTP上传时断时续，对我来说简直就是一种煎熬。艰难的传完了最后一个文件，吸取了前几次失败的教训，改用更加稳定的FireFox浏览器来进行全文输出，同时在输出前也摸清楚了MySQL字符集的编码要整理一致，均为“utf8-general-ci”,这样子设置妥当后，再次进入新主机WP后台尝试全文导入，成功！至于那些什么修改wp-config.php的文件的，还有什么在MySQL里面执行命令的，可能是因为ben-Q知之甚少的缘故吧，总是不成功，在此就不再给朋友们一一道来了。</p>
<p>        艰辛的博客转移空间之路到这里基本告一段落了，今天收到了一封审核通过的官方邮件，算是对我这一周来的辛苦的一个奖励吧。(15号申请的，除去周末，也就花了3天时间，效率还真的蛮高的:grin:)</p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/21 -- <a href="http://taotaotalk.cn/2009/03/show-your-email-as-an-image/" title="教你使用Gravatar头像">教你使用Gravatar头像</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li><li>2009/02/10 -- <a href="http://taotaotalk.cn/2009/02/wordpress_update_to_271/" title="滔滔不绝正式升级到WordPress2.7.1">滔滔不绝正式升级到WordPress2.7.1</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/cpanel/" title="cPanel" rel="tag">cPanel</a>, <a href="http://taotaotalk.cn/tag/directadmin/" title="DirectAdmin" rel="tag">DirectAdmin</a>, <a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/database/" title="数据库" rel="tag">数据库</a>, <a href="http://taotaotalk.cn/tag/host/" title="空间" rel="tag">空间</a>, <a href="http://taotaotalk.cn/tag/distract/" title="转移" rel="tag">转移</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>可恶的垃圾评论</title>
		<link>http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/</link>
		<comments>http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 05:10:50 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=680</guid>
		<description><![CDATA[      今天不知道怎么回事，垃圾评论特别多。众多的Spam信息搞得我不亦乐乎。还记得，自本站建站以来，第一条回复评论就被Spam给“霸占”了。以前仅仅是一天几条，最多十几条，我凭借手动标注还完全可以应付。可是今天奇了怪了，仅仅走开了二十分钟，刚回复处理完成的评论，一下子多出了四十多条未处理评论，打开一看，除了一条是正常的来访评论之外，其余的全部是Spam之类的垃圾评论。

      无奈之下，只好安装了官方推荐的垃圾评论鉴别插件：Akismet 可是安装好之后却发现还要使用WordPress.com API Key ，真是麻烦啊~注册就注册吧，填写资料，邮件验证等等，一分钟以后，我顺利的拿到了我的API Key，可是网插件上面填写的时候我就犯难了，我注册的API Key有13个字符，可是Akismet插件却最多支持12个字符~我就晕了，搞了半天这个样子啊~为什么注册之前都没有这样子的提示呢？连在插件官网都没看到这样子的信息~

<span class="readmore"><a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">阅读全文——共613字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://taotaotalk.cn/wp-content/uploads/2008/12/it.jpg" alt="" width="140" height="140" />      今天不知道怎么回事，垃圾评论特别多。众多的Spam信息搞得我不亦乐乎。还记得，自本站建站以来，第一条回复评论就被Spam给“霸占”了。以前仅仅是一天几条，最多十几条，我凭借手动标注还完全可以应付。可是今天奇了怪了，仅仅走开了二十分钟，刚回复处理完成的评论，一下子多出了四十多条未处理评论，打开一看，除了一条是正常的来访评论之外，其余的全部是Spam之类的垃圾评论。</p>
<p>      无奈之下，只好安装了官方推荐的垃圾评论鉴别插件：<a href="http://downloads.wordpress.org/plugin/akismet.zip" target="_blank">Akismet</a> 可是安装好之后却发现还要使用<a href="http://wordpress.com/api-keys/" target="_blank">WordPress.com API Key</a> ，真是麻烦啊~注册就注册吧，填写资料，邮件验证等等，一分钟以后，我顺利的拿到了我的API Key，可是网插件上面填写的时候我就犯难了，我注册的API Key有13个字符，可是Akismet插件却最多支持12个字符~我就晕了，搞了半天这个样子啊~为什么注册之前都没有这样子的提示呢？连在插件官网都没看到这样子的信息~<img onclick="function onclick() { function onclick() { grin(':twisted:'); } }" src="http://taotaotalk.cn/wp-includes/images/smilies/icon_twisted.gif" alt=":twisted:" /></p>
<p><span id="more-680"></span>      懒得再次注册，就想用别的方法。记得以前在别的朋友的网站见过有验证码之类的东东出现，我就百度了一下，找了几个自己认为还算是不错的插件，可是下载之后却发现并没有想象中的那么顺利，不是代码需要针对主题重新优化就是代码输入存在一些比较强制性的bug，当然也不能算是什么bug，可能是我本人比较挑剔吧。最后用了一个朋友的办法，加入了一通代码并且稍作优化之后，一切搞定~世界终于清静了(～ o ～)~zZ</p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li><li>2009/02/06 -- <a href="http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/" title="开启支持移动设备访问">开启支持移动设备访问</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/25 -- <a href="http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/" title="ie8，想说爱你不容易">ie8，想说爱你不容易</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/spam/" title="Spam" rel="tag">Spam</a>, <a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>教你使用Gravatar头像</title>
		<link>http://taotaotalk.cn/2009/03/show-your-email-as-an-image/</link>
		<comments>http://taotaotalk.cn/2009/03/show-your-email-as-an-image/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 14:28:47 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[酷]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=671</guid>
		<description><![CDATA[想要让自己的回复个性无比？

想要让自己的留言得到青睐？

想要让自己的博客洋溢色彩？

<span class="readmore"><a href="http://taotaotalk.cn/2009/03/show-your-email-as-an-image/" title="教你使用Gravatar头像">阅读全文——共1006字</a></span>]]></description>
			<content:encoded><![CDATA[<p><div class="note"><div class="noteimportant">想要让自己的回复个性无比？</p>
<p>想要让自己的留言得到青睐？</p>
<p>想要让自己的博客洋溢色彩？</p>
<p>没错！你需要Gravatar头像。</div></div></p>
<p>想要做到上述这些，其实简简单单，你只需要一个E-mail帐户即可轻松搞定！</p>
<p>      第一，请登陆<a href="http://en.gravatar.com/site/signup">http://en.gravatar.com/site/signup</a>，输入自己的Email地址。</p>
<p>      第二，点击E-mail输入框下方的“SignUp”。</p>
<p><span id="more-671"></span>      第三，去你的E-mail里查看由Gravatar发出的确认邮件，并点击邮件里的确认链接。因为有些邮箱出于安全考虑关闭了用户的超链接功能，你只需要把又建立长长的一串URL复制在浏览器里并按回车即可。</p>
<p>      第四，点击<a href="http://en.gravatar.com/site/login">http://en.gravatar.com/site/login</a>进入登陆页面。输入你的注册信息。分别是“你的昵称”、“你的密码”、“再次确认密码”。输入完毕，点击下方的“SignUp”。</p>
<p>      第五，注册成功。接下来就进入设置界面了。你会发现有两个提示内容等待你的点击。分别是：</p>
<p><span style="color: #ff0000;">Select an email address (below) to modify or add a new email.</span><br />
这个是为注册过很多邮箱的朋友准备的，你可以把你自己能够用到的任何邮箱都添加进来，并为它们都准备一个头像。当然，添加进去的E-mail同样是需要邮件认证的。</p>
<p><span style="color: #ff0000;">Whoops, looks like you dont have any images yet! Add one by clicking here!<br />
</span>这个就意味着你可以为当前的E-mail设置头像了。所以你就赶紧选一个最能代表你的图片，点击<span style="color: #ff0000;">“Add one by clicking here!”</span>上传头像吧！</p>
<p><strong><img style="vertical-align: middle;" src="http://en.gravatar.com/images/Computer-32x32.png" alt="" /></strong> My computer&#8217;s hard drive <span style="color: #00ccff;">选择电脑上面的图片</span></p>
<p><img style="vertical-align: middle;" src="http://en.gravatar.com/images/web-32x32.png" alt="" /> An image on the internet <span style="color: #00ccff;">选择网络上面的图片</span></p>
<p><img style="vertical-align: middle;" src="http://en.gravatar.com/images/S000_Camera_icon.png" alt="" width="32" height="32" /> A webcam attached to your computer <span style="color: #00ccff;">通过摄像头来拍摄图片<span style="color: #ff0000;">（完成取景后点击“Crop And Finish”结束取景）</span></span></p>
<p><span style="color: #00ccff;"><span style="color: #ff0000;"><span style="color: #000000;">      第六，对你上传的头像图片进行级别分类，通常都是“Rated G”级别（因为外国有严格的分级制度，以防不良信息毒害小朋友哦<img onclick="function onclick() { grin(':mrgreen:'); }" src="http://taotaotalk.cn/wp-includes/images/smilies/icon_mrgreen.gif" alt=":mrgreen:" />）</span></span></span></p>
<div><span style="color: #00ccff;"><img src="http://s.gravatar.com/images/gravatars/ratings/3.gif" alt="Rated X" /> 传说中的限制级         <img src="http://s.gravatar.com/images/gravatars/ratings/2.gif" alt="Rated R" /> 带有色情暴露等内容</span></div>
<p><span style="color: #00ccff;"><img src="http://s.gravatar.com/images/gravatars/ratings/1.gif" alt="Rated PG" /> 带有粗鲁挑衅内容     <img src="http://s.gravatar.com/images/gravatars/ratings/0.gif" alt="Rated G" /> 这个大众欣赏的水平咯</p>
<p> </p>
<p></span></p>
<p>       <span style="color: #000000;">至此，设置完成，你可以自由自在的在别人的回复中使用你的E-mail头像咯</span></p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/02/10 -- <a href="http://taotaotalk.cn/2009/02/wordpress_update_to_271/" title="滔滔不绝正式升级到WordPress2.7.1">滔滔不绝正式升级到WordPress2.7.1</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/cool/" title="酷" rel="tag">酷</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/03/show-your-email-as-an-image/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>我喜欢的Wordpress插件-Easy Gravatars</title>
		<link>http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/</link>
		<comments>http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 09:00:51 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[酷]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/2009/03/%e6%88%91%e5%96%9c%e6%ac%a2%e7%9a%84wordpress%e6%8f%92%e4%bb%b6-easy-gravatars/</guid>
		<description><![CDATA[      这个插件旨在为很多开通了Gravatar服务的朋友们的WordPress留言右侧添加头像显示工恩那个，不过现在很多Theme的版本上都内置了头像显示，所以推荐给那些还没有开启回复头像功能或者主题文件不支持头像显示的朋友。





<span class="readmore"><a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">阅读全文——共234字</a></span>]]></description>
			<content:encoded><![CDATA[<p>      这个插件旨在为很多开通了Gravatar服务的朋友们的WordPress留言右侧添加头像显示工恩那个，不过现在很多Theme的版本上都内置了头像显示，所以推荐给那些还没有开启回复头像功能或者主题文件不支持头像显示的朋友。</p>
<p style="text-align: center;"><img class="size-full wp-image-582  aligncenter" title="easygravatars" src="http://taotaotalk.cn/wp-content/uploads/2009/03/easygravatars.jpg" alt="easygravatars" width="422" height="295" /></p>
<blockquote><p><span id="more-580"></span></p>
<p>看起来蛮酷的！O(∩_∩)O~</p>
<p>该插件最新版本是Easy Gravatars 1.2(WordPress2.7.1正常使用)<br />
下载地址：http://downloads.wordpress.org/plugin/easygravatars.zip</p></blockquote>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/21 -- <a href="http://taotaotalk.cn/2009/03/show-your-email-as-an-image/" title="教你使用Gravatar头像">教你使用Gravatar头像</a></li><li>2009/02/06 -- <a href="http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/" title="开启支持移动设备访问">开启支持移动设备访问</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a>, <a href="http://taotaotalk.cn/tag/cool/" title="酷" rel="tag">酷</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>滔滔不绝正式升级到WordPress2.7.1</title>
		<link>http://taotaotalk.cn/2009/02/wordpress_update_to_271/</link>
		<comments>http://taotaotalk.cn/2009/02/wordpress_update_to_271/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 09:35:00 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/2009/02/%e6%bb%94%e6%bb%94%e4%b8%8d%e7%bb%9d%e6%ad%a3%e5%bc%8f%e5%8d%87%e7%ba%a7%e5%88%b0wordpress271/</guid>
		<description><![CDATA[今天一登录，就发现后台的操作板上面赫然写着“WordPress有可用更新2.7.1，是否升级？“轻轻地一点升级～OK。这就是我越来越喜欢WordPress的地方了，人性化、简约化，可是发现用Windows Live Writter写作的时候却不能够带主题进行编辑了，有点遗憾～～

您可能还对下面这些文章感兴趣:2009/10/19 -- 不用插件也能显示隐藏的表情2009/10/19 -- 认证通过，新站上线2009/03/24 -- 可恶的垃圾评论2009/03/21 -- 教你使用Gravatar头像2009/03/04 -- 我喜欢的Wordpress插件-Easy Gravatars

<span class="readmore"><a href="http://taotaotalk.cn/2009/02/wordpress_update_to_271/" title="滔滔不绝正式升级到WordPress2.7.1">阅读全文——共137字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://taotaotalk.cn/wp-content/uploads/2008/12/qqe688aae59bbee69caae591bde5908d.gif" alt="" width="320" height="74" /> 今天一登录，就发现后台的操作板上面赫然写着“WordPress有可用更新2.7.1，是否升级？“轻轻地一点升级～OK。这就是我越来越喜欢WordPress的地方了，人性化、简约化，可是发现用Windows Live Writter写作的时候却不能够带主题进行编辑了，有点遗憾～～</p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/21 -- <a href="http://taotaotalk.cn/2009/03/show-your-email-as-an-image/" title="教你使用Gravatar头像">教你使用Gravatar头像</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/02/wordpress_update_to_271/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>开启支持移动设备访问</title>
		<link>http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/</link>
		<comments>http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:51:54 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[移动]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=502</guid>
		<description><![CDATA[    今天朋友拿来一台多普达，说要用wap看看我的空间，可是朋友的手机上面使用了UCweb，可是对于我的滔滔不绝，浏览起来总是感觉不太爽，尤其是在页面的优化方面，就算是横屏浏览也不是那么舒服，毕竟那些不太适合移动设备的代码在手机中看确实是很费劲，而且浪费了很多流量。

    记得前几天在WordPress找到一个插件：MobilePress。这款非常棒的Wordpress手机化插件可以帮你生成一个全功能的手机站点(尤其是可以在WordPress上发布评论)，这在以往的手机化过程是无法完美实现的。MobilePress支持Opera Mobile/Mini、 iPhone/iTouch 、 Windows PocketPC/Smartphone 等手机浏览器,它可以根据用户所使用的浏览器种类进行自动识别匹配，如果使用的是移动设备浏览器，就会使用一款针对手机等移动设备设计的用户界面，而不是WordPress在电脑中默认的主题。目前有两套界面供用户使用(个人认为默认的已经足够使用)，当然你也可以根据自己的需要来设计用户界面。

<span class="readmore"><a href="http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/" title="开启支持移动设备访问">阅读全文——共838字</a></span>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignright size-full wp-image-12" title="it.jpg" src="http://taotaotalk.cn/wp-content/uploads/2008/12/it.jpg" alt="it.jpg" width="140" height="140" />    今天朋友拿来一台多普达，说要用wap看看<a href="http://taotaotalk.cn" target="_blank">我的空间</a>，可是朋友的手机上面使用了<a href="http://www.ucweb.com" target="_blank">UCweb</a>，可是对于我的滔滔不绝，浏览起来总是感觉不太爽，尤其是在页面的优化方面，就算是横屏浏览也不是那么舒服，毕竟那些不太适合移动设备的代码在手机中看确实是很费劲，而且浪费了很多流量。</p>
<p>    记得前几天在WordPress找到一个插件：<a href="http://mobilepress.co.za/" target="_blank">MobilePress</a>。这款非常棒的Wordpress手机化插件可以帮你生成一个全功能的手机站点(尤其是可以在WordPress上发布评论)，这在以往的手机化过程是无法完美实现的。MobilePress支持Opera Mobile/Mini、 iPhone/iTouch 、 Windows PocketPC/Smartphone 等手机浏览器,它可以根据用户所使用的浏览器种类进行自动识别匹配，如果使用的是移动设备浏览器，就会使用一款针对手机等移动设备设计的用户界面，而不是WordPress在电脑中默认的主题。目前有两套界面供用户使用(个人认为默认的已经足够使用)，当然你也可以根据自己的需要来设计用户界面。</p>
<p><span id="more-502"></span></p>
<p>插件下载地址：<a href="http://wordpress.org/extend/plugins/mobilepress/"><span style="color: #be0c0c;">http://wordpress.org/extend/plugins/mobilepress/</span></a></p>
<p><img class="size-full wp-image-503 alignleft" title="opera" src="http://taotaotalk.cn/wp-content/uploads/2009/02/opera.jpg" alt="opera" width="225" height="315" /></p>
<p style="text-align: center;"><img class="size-full wp-image-504  aligncenter" title="nokia" src="http://taotaotalk.cn/wp-content/uploads/2009/02/nokia.jpg" alt="nokia" width="240" height="320" /></p>
<p> </p>
<p style="text-align: left;">在插件启用以后，会有以下MobilePress选项，在此给大家说明一下：</p>
<p><span style="color: #888888;"><span style="color: #0000ff;">Blog Title</span><span style="color: #000000;">——</span>博客标题(若留空则为默认标题)</span></p>
<p><span style="color: #0000ff;">Blog Description<span style="color: #808080;"><span style="color: #000000;">——</span>博客内容相关描述(若留空则为默认描述)</span></span></p>
<p><span style="color: #0000ff;">Force Mobile Site?</span> ——<span style="color: #808080;"><span style="color: #000000;">默认的选项是“No”<span style="color: #808080;">，</span></span>要强制性使用移动设备界面么？</span></p>
<p><span style="color: #808080;">不用修改，否则即使用电脑来浏览网页，看到的也是移动设备界面了。</span></p>
<p><span style="color: #0000ff;">Treat iPhone as a web browser? <span style="color: #000000;">——</span></span><span style="color: #808080;">适应 iphone设备？<span style="color: #000000;">选“Yes”</span></span></p>
<p><span style="color: #0000ff;">Treat Windows smartphone as a web browser?<span style="color: #808080;"> <span style="color: #000000;">——</span></span></span><span style="color: #808080;">适应Windows智能设备？<span style="color: #000000;">选“Yes”</span></span></p>
<p><span style="color: #0000ff;">Treat Opera Mini as a web browser?</span> ——<span style="color: #808080;">适应Opera手机浏览器？<span style="color: #000000;">选“Yes”</span></span></p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/25 -- <a href="http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/" title="ie8，想说爱你不容易">ie8，想说爱你不容易</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a>, <a href="http://taotaotalk.cn/tag/mobile/" title="移动" rel="tag">移动</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/02/wordpress_treat_for_mobilephone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>开始我的WordPress征程</title>
		<link>http://taotaotalk.cn/2008/12/beginning-the-wordpress/</link>
		<comments>http://taotaotalk.cn/2008/12/beginning-the-wordpress/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:17:45 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[未名湖畔]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=4</guid>
		<description><![CDATA[今天费劲了千辛万苦，折腾了域名和虚拟空间，总算搭建好了一个WordPress平台.今天碰巧下载了Windows Live Writter写的~

看起来效果还不错哦~~~

还可以插入表情系列呢~~Yeah！

<span class="readmore"><a href="http://taotaotalk.cn/2008/12/beginning-the-wordpress/" title="开始我的WordPress征程">阅读全文——共98字</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://taotaotalk.cn/wp-content/uploads/2008/12/it.jpg"><img title="it" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="it" src="http://taotaotalk.cn/wp-content/uploads/2008/12/it-thumb.jpg" width="144" border="0" /></a> 今天费劲了千辛万苦，折腾了域名和虚拟空间，总算搭建好了一个WordPress平台.今天碰巧下载了Windows Live Writter写的~</p>
<p>看起来效果还不错哦~~~</p>
<p>还可以插入表情系列呢~~Yeah！</p>
<p><img alt="" src="http://www.niuray.com/emotions/bq/01/dqvonj.gif" /></p>
<h4  class="related_post_title">您可能还对下面这些文章感兴趣:</h4><ul class="related_post"><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/show-smiles-without-plugin/" title="不用插件也能显示隐藏的表情">不用插件也能显示隐藏的表情</a></li><li>2009/10/19 -- <a href="http://taotaotalk.cn/2009/10/congratulations-to-my-site-for-getting-the-net-identity-record/" title="认证通过，新站上线">认证通过，新站上线</a></li><li>2009/03/24 -- <a href="http://taotaotalk.cn/2009/03/damn-it-the-spam-comment/" title="可恶的垃圾评论">可恶的垃圾评论</a></li><li>2009/03/21 -- <a href="http://taotaotalk.cn/2009/03/show-your-email-as-an-image/" title="教你使用Gravatar头像">教你使用Gravatar头像</a></li><li>2009/03/04 -- <a href="http://taotaotalk.cn/2009/03/wordpress-plugin-easy-gravatars/" title="我喜欢的Wordpress插件-Easy Gravatars">我喜欢的Wordpress插件-Easy Gravatars</a></li></ul>
	标签：<a href="http://taotaotalk.cn/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2008/12/beginning-the-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
