<?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; 插件</title>
	<atom:link href="http://taotaotalk.cn/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://taotaotalk.cn</link>
	<description>滔滔不绝Tao Tao Talk，伴你每一天！</description>
	<lastBuildDate>Fri, 29 Oct 2010 03:53:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<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><a href="http://taotaotalk.cn/tag/expression/" class="st_tag internal_tag" rel="tag" title="标签 表情 下的日志">表情</a></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>

	标签：<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>67</slash:comments>
		</item>
		<item>
		<title>ie8，想说爱你不容易</title>
		<link>http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/</link>
		<comments>http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:42:29 +0000</pubDate>
		<dc:creator>ben-Q</dc:creator>
				<category><![CDATA[科技为我]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[支付宝]]></category>
		<category><![CDATA[百度]]></category>

		<guid isPermaLink="false">http://taotaotalk.cn/?p=690</guid>
		<description><![CDATA[      最近微软的Internet Explorer 8正式版终于面世，我身边到处充斥着“IE8怎样怎样”的消息，想想IE7出来的时候那大堆的问题我就头大，也就没有换，反正我也不用纯IE，TT和Firefox就挺好的。

      可是日子过的久了，喊的人多了，我心里到不免生出一份期待，想亲手试试伴随着大受好评的Windows 7出现的Internet Explorer 8，看看最终的效果究竟如何，有没有想象中的问题多多。

      说干就干！转到了Windows Internet Explorer 的主页，赫然醒目的IE8湿热不得不感觉到IE7即将走向没落，-点击下载-并且安装之后，类似IE7那熟悉的安装界面，下载安全更新，下载安装的补丁程序，大概持续了十分钟这个过程才以“重新启动以结束安装”结束。

<span class="readmore"><a href="http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/" title="ie8，想说爱你不容易">阅读全文——共752字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-707" title="20050816_093910_70820" src="http://taotaotalk.cn/wp-content/uploads/2009/03/20050816_093910_70820-300x111.jpg" alt="20050816_093910_70820" width="273" height="90" />      最近微软的Internet Explorer 8正式版终于面世，我身边到处充斥着“<a href="http://taotaotalk.cn/tag/ie/" class="st_tag internal_tag" rel="tag" title="标签 IE 下的日志">IE</a>8怎样怎样”的消息，想想IE7出来的时候那大堆的问题我就头大，也就没有换，反正我也不用纯IE，TT和Firefox就挺好的。</p>
<p>      可是日子过的久了，喊的人多了，我心里到不免生出一份期待，想亲手试试伴随着大受好评的Windows 7出现的Internet Explorer 8，看看最终的效果究竟如何，有没有想象中的问题多多。</p>
<p>      说干就干！转到了<a href="http://www.microsoft.com/china/windows/internet-explorer/" target="_blank">Windows Internet Explorer </a>的主页，赫然醒目的IE8湿热不得不感觉到IE7即将走向没落，<a href="http://www.microsoft.com/china/windows/internet-explorer/worldwide-sites.aspx" target="_blank">-点击下载-</a>并且安装之后，类似IE7那熟悉的安装界面，下载安全更新，下载安装的补丁程序，大概持续了十分钟这个过程才以“重新启动以结束安装”结束。</p>
<p><span id="more-690"></span>      重新启动系统之后，从引导设置界面就已经看出一些不同，多了加速器，标签颜色之类的小改变，还有可以兼容模式以及隐私模式浏览页面的功能着实不错，可是问题来了——支付宝的插件。这个很常用的插件因为安全和兼容性原因被IE8禁用，幸好可以通过这里设置<span style="color: #ff0000;">“选项→ 高级→设置→安全→启用内存保护帮助减少联机攻击”，去掉该项目前面的“√” 保存即可。</span></p>
<p>      另外，其他的一些问题也有，譬如说某些Flash文件无法正确加载，一些网页应用的CSS文件会出现位置偏移以及缺损现象，不过基本上都不是很大的问题，相信随着补丁程序的出现，IE8应该会挽回一些目前在浏览器市场的损失。</p>
<blockquote><p>PS：打开百度搜索“IE8”时，第一个选项竟然是 Internet Explorer 8 for <a href="http://taotaotalk.cn/tag/windows/" class="st_tag internal_tag" rel="tag" title="标签 Windows 下的日志">Windows</a> XP 简体中文百度专版，几天的下载数竟然达到45万之多，百度真有一手啊~</p>
<p>附地址：<a href="http://www.skycn.com/soft/43811.html">http://www.skycn.com/soft/43811.html</a></p></blockquote>
<p><a href="http://www.microsoft.com/china/windows/internet-explorer/"></a></p>

	标签：<a href="http://taotaotalk.cn/tag/flash/" title="Flash" rel="tag">Flash</a>, <a href="http://taotaotalk.cn/tag/ie/" title="IE" rel="tag">IE</a>, <a href="http://taotaotalk.cn/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a>, <a href="http://taotaotalk.cn/tag/alipay/" title="支付宝" rel="tag">支付宝</a>, <a href="http://taotaotalk.cn/tag/baidu/" title="百度" rel="tag">百度</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/03/ie8-it-is-impossible-loving-you/feed/</wfw:commentRss>
		<slash:comments>2</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>

	标签：<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>我喜欢的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(<a href="http://taotaotalk.cn/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="标签 WordPress 下的日志">WordPress</a>2.7.1正常使用)<br />
下载地址：http://downloads.wordpress.org/plugin/easygravatars.zip</p></blockquote>

	标签：<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>开启支持移动设备访问</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 、 <a href="http://taotaotalk.cn/tag/windows/" class="st_tag internal_tag" rel="tag" title="标签 Windows 下的日志">Windows</a> 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>

	标签：<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>漂亮的便签条</title>
		<link>http://taotaotalk.cn/2009/01/tips/</link>
		<comments>http://taotaotalk.cn/2009/01/tips/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:16:03 +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=104</guid>
		<description><![CDATA[我这个新插件的头一贴,

很酷对吧?

Let me see&#8230;

<span class="readmore"><a href="http://taotaotalk.cn/2009/01/tips/" title="漂亮的便签条">阅读全文——共53字</a></span>]]></description>
			<content:encoded><![CDATA[<p><div class="note"><div class="noteclassic">我这个新插件的头一贴,<br />
很酷对吧?<br />
Let me see&#8230;<br />
<a href="http://taotaotalk.cn">TaoTaoTalk.cn</a><br />
  </div></div></p>
<p><img class="alignleft size-full wp-image-110" title="tips" src="http://taotaotalk.cn/wp-content/uploads/2009/01/tips.gif" alt="tips" width="496" height="409" /></p>

	标签：<a href="http://taotaotalk.cn/tag/note/" title="便签" rel="tag">便签</a>, <a href="http://taotaotalk.cn/tag/plugin/" title="插件" rel="tag">插件</a><br />
]]></content:encoded>
			<wfw:commentRss>http://taotaotalk.cn/2009/01/tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

