<?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>V Smile Pig Blog __ Summer Diary &#187; WordPress Solution</title>
	<atom:link href="http://www.summerdiary.com/tag/wordpress-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summerdiary.com</link>
	<description>A record of the life of the summer Age Days</description>
	<lastBuildDate>Thu, 03 Jun 2010 18:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>抽空测试了一个WP2QZ的工具.希望能成功!</title>
		<link>http://www.summerdiary.com/wordpress-to-qzone-testing/</link>
		<comments>http://www.summerdiary.com/wordpress-to-qzone-testing/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:48:53 +0000</pubDate>
		<dc:creator>??</dc:creator>
				<category><![CDATA[Skill Record]]></category>
		<category><![CDATA[labeling]]></category>
		<category><![CDATA[Synchronization]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WordPress Solution]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://www.icraftwork.com/summerdiary/wordpress-to-qzone-testing/</guid>
		<description><![CDATA[如果能再qzone看到这篇文章OK. 那就可以了. 模式: 个人网站—&#62; QZONE –&#62; 校内 这样方便. 省时间. 顺便看看标题, 图片, 标签. 别拉什么哦~ Tags：labeling, Synchronization, Testing, WordPress Solution, zone]]></description>
			<content:encoded><![CDATA[<p>如果能再<a href="http://www.summerdiary.com/tag/qzone/">qzone</a>看到这篇文章OK. 那就可以了.</p>
<blockquote><p>模式: 个人网站—&gt; <a href="http://www.summerdiary.com/tag/qzone/">QZONE</a> –&gt; 校内</p>
<p>这样方便. 省时间.</p>
<p>顺便看看标题, 图片, 标签. 别拉什么哦~ </p>
</blockquote>
<p><a href="http://www.summerdiary.com/wp-content/uploads/2009/09/769yctx.jpg"><img title="769-yctx" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="224" alt="769-yctx" src="http://www.summerdiary.com/wp-content/uploads/2009/09/769yctx_thumb.jpg" width="180" border="0" /></a></p>

	Tags：<a href="http://www.summerdiary.com/tag/labeling/" title="labeling" rel="tag">labeling</a>, <a href="http://www.summerdiary.com/tag/synchronization/" title="Synchronization" rel="tag">Synchronization</a>, <a href="http://www.summerdiary.com/tag/testing/" title="Testing" rel="tag">Testing</a>, <a href="http://www.summerdiary.com/tag/wordpress-solution/" title="WordPress Solution" rel="tag">WordPress Solution</a>, <a href="http://www.summerdiary.com/tag/zone/" title="zone" rel="tag">zone</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.summerdiary.com/wordpress-to-qzone-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Quotmarks Replacer  用来统一前后台的单引号和双引号问题</title>
		<link>http://www.summerdiary.com/wordpress-plugin-quotmarks-replacer/</link>
		<comments>http://www.summerdiary.com/wordpress-plugin-quotmarks-replacer/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 03:25:02 +0000</pubDate>
		<dc:creator>??</dc:creator>
				<category><![CDATA[Skill Record]]></category>
		<category><![CDATA[Quotmarks Replacer]]></category>
		<category><![CDATA[WordPress Solution]]></category>

		<guid isPermaLink="false">http://www.summerdiary.com/?p=76</guid>
		<description><![CDATA[简体中文 Quotmarks Replacer 是一个通过禁用 wptexturize 函数，解决 WordPress 自动将半角的单引号、双引号和省略号转换为全角标点的问题。使后台输入的标点格式与前台读者浏览的标点格式保持一致的插件。 更新 2.1: 兼容最新的 2.8.x 版本，感谢 MoontoC 的帮助 2.0 beta: 新版本使用 remove_filter 的方法来实现，废弃之前使用 add_filter 替换的方法 1.20 beta: 新增 filter single_post_title（感谢 yskin） 1.1.0 beta： 添加了更多的 filter（category_description、comment_author、comment_excerpt、list_cats） 代码优化 1.0.5 beta： 修正 #8211 和 #8212 破折号的自动转换问题 1.0.4 beta： 修正 #8243 双引号的问题（感谢 Erac） 1.0.3 beta： 修正多重引号的转换问题（感谢 herllin） 1.0.2 beta： 新功能：增加了对全角省略号（…）的转换（感谢 Zeax） 1.0.1 [...]]]></description>
			<content:encoded><![CDATA[<h4 id="zh-cn" lang="zh-cn">简体中文</h4>
<p><strong><a href="http://www.summerdiary.com/tag/%post_tag%">Quotmarks Replacer</a></strong> 是一个通过禁用 <code>wptexturize</code> 函数，解决 WordPress 自动将半角的单引号、双引号和省略号转换为全角标点的问题。使后台输入的标点格式与前台读者浏览的标点格式保持一致的插件。</p>
<p><strong>更新</strong></p>
<p>2.1:</p>
<ul>
<li>兼容最新的 <a href="http://wordpress.org/development/2009/06/wordpress-28/">2.8.x</a> 版本，感谢 <a href="http://moontoc.com/">MoontoC</a> 的帮助</li>
</ul>
<p>2.0 beta:</p>
<ul>
<li>新版本使用 <code>remove_filter</code> 的方法来实现，废弃之前使用 <code>add_filter</code> 替换的方法</li>
</ul>
<p>1.20 beta:</p>
<ul>
<li>新增 filter <code>single_post_title</code>（感谢 <a href="http://yskin.net/">yskin</a>）</li>
</ul>
<p>1.1.0 beta：</p>
<ul>
<li>添加了更多的 filter（category_description、comment_author、comment_excerpt、list_cats）</li>
<li>代码优化</li>
</ul>
<p>1.0.5 beta：</p>
<ul>
<li>修正 #8211 和 #8212 破折号的自动转换问题</li>
</ul>
<p>1.0.4 beta：</p>
<ul>
<li>修正 #8243 双引号的问题（感谢 <a href="http://erac.fuzhongxp.com/">Erac</a>）</li>
</ul>
<p>1.0.3 beta：</p>
<ul>
<li>修正多重引号的转换问题（感谢 <a href="http://www.herllin.be/">herllin</a>）</li>
</ul>
<p>1.0.2 beta：</p>
<ul>
<li>新功能：增加了对全角省略号（…）的转换（感谢 <a href="http://www.zeax.net/">Zeax</a>）</li>
</ul>
<p>1.0.1 beta：</p>
<ul>
<li>修正未转换 blog 标题的错误（感谢 raenoll）</li>
</ul>
<p><strong>安装</strong></p>
<ul>
<li>将“qmr” 目录上传到 /wp-content/plugins/</li>
<li>进入 Plugins（插件）页面，激活 <a href="http://www.summerdiary.com/tag/%post_tag%">Quotmarks Replacer</a></li>
<li>Have fun <img src='http://www.summerdiary.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>下载地址: <a href="http://lib.sparanoid.com/download/qmr.7z" target="_blank">http://lib.sparanoid.com/download/qmr.7z</a></p>
<p>转载自: <a href="http://sparanoid.com/project/quotmarks-replacer-103-beta-released/" target="_blank">http://sparanoid.com/project/quotmarks-replacer-103-beta-released/</a></p>

	Tags：<a href="http://www.summerdiary.com/tag/quotmarks-replacer/" title="Quotmarks Replacer" rel="tag">Quotmarks Replacer</a>, <a href="http://www.summerdiary.com/tag/wordpress-solution/" title="WordPress Solution" rel="tag">WordPress Solution</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.summerdiary.com/wordpress-plugin-quotmarks-replacer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS主机中WordPress中文标签完美修改</title>
		<link>http://www.summerdiary.com/iis-wordpress-chinese-tags/</link>
		<comments>http://www.summerdiary.com/iis-wordpress-chinese-tags/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 03:09:12 +0000</pubDate>
		<dc:creator>??</dc:creator>
				<category><![CDATA[Skill Record]]></category>
		<category><![CDATA[WordPress Solution]]></category>

		<guid isPermaLink="false">http://www.summerdiary.com/?p=69</guid>
		<description><![CDATA[由于IIS集成的PHP环境原因就是编码问题,UTF-8和GBK之间转换的问题.
解决办法其实也很简单,使用PHP内置函数 mb_convert_encoding()进行转换:

标签搜索的URL例子:http://www.ruofeel.cn/index.php/archives/tag/%e5%9c%b0%e9%9c%87
IIS对URL截取的时候取得的是GBK的编码,但是我们的主题只要有中文都用的UTF-8的编码,所以我们要对编码进行处理后在交给数据库进行查询;请看下面的方法:
1.我们首先找到根目录下(是网站根目录,不是主题)的wp-includes\classes.php文件;]]></description>
			<content:encoded><![CDATA[<p>由于IIS集成的PHP环境原因就是编码问题,UTF-8和GBK之间转换的问题.<br />
解决办法其实也很简单,使用PHP内置函数 <span style="color: #ff0000;">mb_convert_encoding()</span>进行转换:</p>
<p>标签搜索的URL例子:http://www.ruofeel.cn/index.php/archives/tag/%e5%9c%b0%e9%9c%87<br />
IIS对URL截取的时候取得的是GBK的编码,但是我们的主题只要有中文都用的UTF-8的编码,所以我们要对编码进行处理后在交给数据库进行查询;请看下面的方法:<br />
1.我们首先找到根目录下(是网站根目录,不是主题)的<span style="color: #ff0000;">wp-includes\classes.php</span>文件;<br />
2.用编辑器打开文件,找到<span style="color: #ff0000;">153</span>行和<span style="color: #ff0000;">158</span>行.这是我们要修改的地方,</p>
<div>
<div><span style="color: #00008b;">$pathinfo</span><span style="color: gray;"> = </span><span style="color: #00008b;">$_SERVER</span><span style="color: olive;">[</span><span style="color: #8b0000;">'</span><span style="color: red;">PATH_INFO</span><span style="color: #8b0000;">'</span><span style="color: olive;">]</span><span style="color: gray;">;</span></div>
</div>
<div>
<div><span style="color: #00008b;">$req_uri</span><span style="color: gray;"> = </span><span style="color: #00008b;">$_SERVER</span><span style="color: olive;">[</span><span style="color: #8b0000;">'</span><span style="color: red;">REQUEST_URI</span><span style="color: #8b0000;">'</span><span style="color: olive;">]</span><span style="color: gray;">;</span></div>
</div>
<p>分别修改成以下程序:</p>
<div>
<div><span style="color: #00008b;">$pathinfo</span><span style="color: gray;"> = </span><span style="color: blue;">mb_convert_encoding</span><span style="color: olive;">(</span><span style="color: #00008b;">$_SERVER</span><span style="color: olive;">[</span><span style="color: #8b0000;">'</span><span style="color: red;">PATH_INFO</span><span style="color: #8b0000;">'</span><span style="color: olive;">]</span><span style="color: gray;">, </span><span style="color: #8b0000;">“</span><span style="color: red;">UTF-8</span><span style="color: #8b0000;">“</span><span style="color: gray;">, </span><span style="color: #8b0000;">“</span><span style="color: red;">GBK</span><span style="color: #8b0000;">“</span><span style="color: olive;">)</span><span style="color: gray;">;</span></div>
</div>
<div>
<div><span style="color: #00008b;">$req_uri</span><span style="color: gray;"> = </span><span style="color: blue;">mb_convert_encoding</span><span style="color: olive;">(</span><span style="color: #00008b;">$_SERVER</span><span style="color: olive;">[</span><span style="color: #8b0000;">'</span><span style="color: red;">REQUEST_URI</span><span style="color: #8b0000;">'</span><span style="color: olive;">]</span><span style="color: gray;">, </span><span style="color: #8b0000;">“</span><span style="color: red;">UTF-8</span><span style="color: #8b0000;">“</span><span style="color: gray;">, </span><span style="color: #8b0000;">“</span><span style="color: red;">GBK</span><span style="color: #8b0000;">“</span><span style="color: olive;">)</span><span style="color: gray;">;</span></div>
</div>
<p>到这里.会PHP的应该很清楚了.就是对编码做了简单的处理,由GBK转换成UTF-8.当然不会PHP的也没事塞,直接修改了上传上去用就是了.具体例子就直接看本文下面的”标签”.从这一刻起.你就可以完全的使用中文标签了.</p>

	Tags：<a href="http://www.summerdiary.com/tag/wordpress-solution/" title="WordPress Solution" rel="tag">WordPress Solution</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.summerdiary.com/iis-wordpress-chinese-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
