<?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://rocky.kingtch.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocky.kingtch.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 10:47:21 +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>coolplayer youtube-support-bug fix</title>
		<link>http://rocky.kingtch.com/2008/11/29/coolplayer-youtube-support-bug-fix/</link>
		<comments>http://rocky.kingtch.com/2008/11/29/coolplayer-youtube-support-bug-fix/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 11:18:44 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rocky.blog.kingtch.com/?p=136</guid>
		<description><![CDATA[进入coolplayer的后台设置页面：http://xxxx/wp-admin/options- general.php?page=coolplayer/options.php，将“RPC 服务器地址”设置为 http://rocky.blog.kingtch.com/wp-content/plugins/coolplayer/rpc.php 即可。 如果你想使用自己的rpc，可以从这里下载coolplayer- youtube-patch.zip，解压后将rpc.php覆盖原来目录/wp-content/plugins /coolplayer/下的rpc.php文件即可。]]></description>
			<content:encoded><![CDATA[<p>进入coolplayer的后台设置页面：http://xxxx/wp-admin/options- general.php?page=coolplayer/options.php，将<strong>“RPC 服务器地址</strong>”设置为 http://rocky.blog.kingtch.com/wp-content/plugins/coolplayer/rpc.php 即可。</p>
<p>如果你想使用自己的rpc，可以从这里下载<a href="/files/2008/11/coolplayer-youtube-patch.zip">coolplayer- youtube-patch.zip</a>，解压后将rpc.php覆盖原来目录/wp-content/plugins /coolplayer/下的rpc.php文件即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2008/11/29/coolplayer-youtube-support-bug-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>fix coolcode plugin for WP 2.6.5</title>
		<link>http://rocky.kingtch.com/2008/11/29/fix-coolcode-plugin-for-wp-265/</link>
		<comments>http://rocky.kingtch.com/2008/11/29/fix-coolcode-plugin-for-wp-265/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 09:44:10 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://rocky.blog.kingtch.com/?p=120</guid>
		<description><![CDATA[Coolcode is a cool plugin which is made by andot. Now it is not compatible with WP 2.6.5. Ifix it, and you can download new version from here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.coolcode.cn/show-26-1.html" target="_blank">Coolcode</a> is a cool plugin which is made by andot. Now it is not compatible with WP 2.6.5. Ifix it, and you can download new version from <a href="/files/2008/11/coolcode-wp-2.6.5.zip">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2008/11/29/fix-coolcode-plugin-for-wp-265/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upload image with Windows Live Writer</title>
		<link>http://rocky.kingtch.com/2007/02/01/upload-image-with-windows-live-writer-2/</link>
		<comments>http://rocky.kingtch.com/2007/02/01/upload-image-with-windows-live-writer-2/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 09:37:39 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.kingtch.com/2007/02/01/55/upload-image-with-windows-live-writer-2.html</guid>
		<description><![CDATA[Windows Live Writer (wlw) is a cool blog tool. But sometimes I got a error message from wlw while my post had an image within. My blog system is WordPress 2.1 running on PHP 5.20. Here is a solution: Modify&#160;from line 138 of wp-includes/class-IXR.php as below: &#160; &#160;&#160;&#160; function parse() {&#160;&#160;&#160;&#160;&#160;&#160;&#160; // first remove the [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Live Writer (wlw) is a cool blog tool. But sometimes I got a error message from wlw while my post had an image within. My blog system is WordPress 2.1 running on PHP 5.20. Here is a solution:</p>
<p>Modify&nbsp;from line 138 of wp-includes/class-IXR.php as below:</p>
<p><font color="#408080"></font>&nbsp;</p>
<p><font color="#408080">&nbsp;&nbsp;&nbsp; function parse() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // first remove the XML declaration<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $rx = &apos;/&lt;?xml.*encoding=[\&apos;&quot;](.*?)[\&apos;&quot;].*?&gt;/m&apos;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (preg_match($rx, $this-&gt;message, $m)) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $encoding = strtoupper($m[1]);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $encoding = &quot;UTF-8&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $this-&gt;message = preg_replace(&apos;/&lt;\?xml(.*)?\?&apos;.&apos;&gt;/&apos;, &apos;&apos;, $this-&gt;message);<br />//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (trim($this-&gt;message) == &apos;&apos;) {<br />//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;<br />//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $this-&gt;_parser = xml_parser_create($encoding);</font></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<br />Now I succeeded in uploading those magnificent pictures which have&nbsp;special characters in its file name.</p>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2007/02/01/upload-image-with-windows-live-writer-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress 系统的问题</title>
		<link>http://rocky.kingtch.com/2007/01/31/wordpress-%e7%b3%bb%e7%bb%9f%e7%9a%84%e9%97%ae%e9%a2%98/</link>
		<comments>http://rocky.kingtch.com/2007/01/31/wordpress-%e7%b3%bb%e7%bb%9f%e7%9a%84%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 13:52:54 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.kingtch.com/2007/01/31/36/wordpress-%e7%b3%bb%e7%bb%9f%e7%9a%84%e9%97%ae%e9%a2%98.html</guid>
		<description><![CDATA[1. 升级到2.1之后，发现WYSIWYG编辑器有点问题，段落前的空格总是没有 2. 用windows live writer不能发布嵌入的图片]]></description>
			<content:encoded><![CDATA[<p>1. 升级到2.1之后，发现WYSIWYG编辑器有点问题，段落前的空格总是没有<br />
    2. 用windows live writer不能发布嵌入的图片</p>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2007/01/31/wordpress-%e7%b3%bb%e7%bb%9f%e7%9a%84%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress的coolplayer插件</title>
		<link>http://rocky.kingtch.com/2007/01/07/wordpress%e7%9a%84coolplayer%e6%8f%92%e4%bb%b6/</link>
		<comments>http://rocky.kingtch.com/2007/01/07/wordpress%e7%9a%84coolplayer%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 08:14:06 +0000</pubDate>
		<dc:creator>rocky</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yonggang.blog.kingtch.com/archives/5</guid>
		<description><![CDATA[由于有些歌曲的URL并不以mp3等真实后缀名结束，而后缀名正是目前coolplayer判断媒体类型的唯一依据，故修改了一下coolplayer使得可预先指定文件的媒体类型(后缀名)。 点击下载修改后的coolplayer。 使用方法： &#91;coolplayer width=”400&#8243; height=”70&#8243; charset=”GBK” autoplay=”false” loop=”true” download=”show” mediatype=”mp3&#8243;] &#60;a href=”http://211.94.188.97:9000/download.php?filepath=L25ldy9tcDMvMDYwOS8wNS9qYXlfY2hvdV8tX3N0aWxsX2ZhbnRhc3kvMTAubXAz&#38;free=N&#38;username=ROCKY” rel=”nofollow”&#62; 菊花台&#60;/a&#62;&#91;/coolplayer]]]></description>
			<content:encoded><![CDATA[<p>由于有些歌曲的URL并不以mp3等真实后缀名结束，而后缀名正是目前coolplayer判断媒体类型的唯一依据，故修改了一下coolplayer使得可预先指定文件的媒体类型(后缀名)。<br />
<a href="/files/uploads/coolplayer.tar.gz">点击下载修改后的coolplayer</a>。</p>
<p>使用方法：</p>
<div class="hl-surround">
<div class="hl-main">
&#91;coolplayer width=”400&#8243; height=”70&#8243; charset=”GBK” autoplay=”false” loop=”true” download=”show”<br />
<span style="color: #f00000">mediatype=”mp3&#8243;</span>]<br />
&lt;a href=”http://211.94.188.97:9000/download.php?filepath=L25ldy9tcDMvMDYwOS8wNS9qYXlfY2hvdV8tX3N0aWxsX2ZhbnRhc3kvMTAubXAz&amp;free=N&amp;username=ROCKY” rel=”nofollow”&gt;<br />
菊花台&lt;/a&gt;&#91;/coolplayer]</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rocky.kingtch.com/2007/01/07/wordpress%e7%9a%84coolplayer%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://211.94.188.97:9000/download.php?filepath=L25ldy9tcDMvMDYwOS8wNS9qYXlfY2hvdV8tX3N0aWxsX2ZhbnRhc3kvMTAubXAz&amp;free=N&amp;username=ROCKY" length="2351566" type="audio/mpeg" />
		</item>
	</channel>
</rss>

