<?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>Becomin' Charles &#187; Plugins</title>
	<atom:link href="http://sexywp.com/cata/wp/wp-plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://sexywp.com</link>
	<description>Building another myself~~</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:10:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://sexywp.com/cc/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery.ajax({type:'GET',url:'http://sexywp.com/cc/wp-content/plugins/wp-postviews-plus/postviews_plus.php',data:'todowppvp=add&type=cat&id=142_1',cache:false,dataType:'script'});
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>WordPress插件：CSDN Shared Items</title>
		<link>http://sexywp.com/plugin-csdn-shared-items.htm</link>
		<comments>http://sexywp.com/plugin-csdn-shared-items.htm#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:27:40 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://sexywp.com/?p=357</guid>
		<description><![CDATA[我在CSDN上分享了很多东西，一直想把那个列表也在博客上罗列一个，一直就没有付诸于行动，昨天一发狠，终于弄了。

等于昨天几个小时，今天几个小时，搞出了一个小插件。就是右侧的一个小挂件。点上去就会链到CSDN的下载页面。

算是我把一年前的债还了。真开心。

<span class="readmore"><a href="http://sexywp.com/plugin-csdn-shared-items.htm title="WordPress插件：CSDN Shared Items>Keep Reading --- 472 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>我在CSDN上分享了很多东西，一直想把那个列表也在博客上罗列一个，一直就没有付诸于行动，昨天一发狠，终于弄了。</p>
<p>等于昨天几个小时，今天几个小时，搞出了一个小插件。就是右侧的一个小挂件。点上去就会链到CSDN的下载页面。</p>
<p>算是我把一年前的债还了。真开心。</p>
<p>插件里面没什么技术含量，就是小小调用了一下Google Feed API。</p>
<p>做这个插件，也引发了我一个思考。</p>
<p>能否在页面的head部分，就知道这个页面会装载哪些<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>呢？昨天折腾了半天，也没有解决这个问题。</p>
<p>解决的好处是显而易见的，现在的<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>，大多数都需要js来辅助了。但是很多高端的主题有数个<a href="http://sexywp.com/tags/sidebar" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sidebar">sidebar</a>，每页不同，如果<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>开发者，为了符合Web标准，把js放在head部分，就不得不无差别地在所有页面插入代码了。那样的话，添加一个<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>就会带来浪费的流量，页面速度也会被不断拖慢。</p>
<p>当然有个替代方案是把代码放到页面的footer部分，不过，个人以为，只要脚本出现在了Html body里面，那么直接嵌入到<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>中和hook到footer上，其实没什么本质区别，都破坏了行为和数据分离的原则。</p>
<p>这也是无奈之举了。谁叫WP设计成了<a href="http://sexywp.com/tags/sidebar" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sidebar">sidebar</a>.php执行前，无法知道页面会载入哪个<a href="http://sexywp.com/tags/sidebar" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sidebar">sidebar</a>这种结构呢？</p>
<p>当然，不排除还有更好方法的可能，如果知道的网友还望不吝告知。</p>

	标签：<a href="http://sexywp.com/tags/diy" title="DIY" rel="tag nofollow">DIY</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/plugin-csdn-shared-items.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress插件：选项查看器</title>
		<link>http://sexywp.com/plugin-options-inspector.htm</link>
		<comments>http://sexywp.com/plugin-options-inspector.htm#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:20:47 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://sexywp.com/plugin-options-inspector.htm</guid>
		<description><![CDATA[选项查看器是一款能够查看WordPress选项的工具，使用它，你可以浏览每个存储到数据库的选项的值，串行化的数据会恢复其原貌，此外，您可以使用PHP语句来微调选项的值。这是一款开发调试辅助工具。Options Inspector is a tool with which you can list out all the options in your database, view a certain one in detail, and alter exactly a certain part of option value. It is mainly designed for plugin developers and theme designers.]]></description>
			<content:encoded><![CDATA[<p>Options Inspector is a tool with which you can list all the options in your database, view a certain one in detail, even its data is serialized, and alter exactly a certain part of option value. It is mainly designed for plugin developers and theme designers.</p>
<p> <span id="more-335"></span>
</p>
<p>When I am debugging a plugin, I always want to konw, whether the options in this plugin are saved exactly or not. Usually, I add var_dump statement in my source code to print the options out. Everything looks good, but when I finished my job, it bothered me a lot to remove this debug statements. What annoyed me even more is that when I change my mind and changed the structure of the option, I must use additional statement to alter the option or directly use SQL in phpMyAdmin. Finally, I created this tool to assist the plugin <a href="http://sexywp.com/tags/development" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with development">development</a>.</p>
<p><strong>Features</strong>:</p>
<ul>
<li>List all options order by option_id.</li>
<li>Search option through keyword.</li>
<li>View unsierialized value of options.</li>
<li>Modify option use PHP code.</li>
</ul>
<p><strong>Demo</strong>: (Click to see the full size.)</p>
<p><a href="http://picasaweb.google.com/lh/photo/YrsYFnG7FbRWZUArgNwFOw?feat=embedwebsite"><img src="http://lh5.ggpht.com/_QYicOeu89Bk/SdxZnJK0e8I/AAAAAAAABTc/QNlqGHvAGGs/s400/Options-Inspector-Screenshot.png" /></a></p>
<p><strong>Download</strong>: <a href="http://wordpress-tools-box.googlecode.com/files/options-inspector_v1.0.1.zip" target="_blank">Options Inspector v1.0.1</a></p>
<p>选项查看器是一款开发辅助工具，用于显示，修改和删除选项。免去了使用打印语句和使用phpMyAdmin的调试后台选项的麻烦。愿大家能够更轻松地开发WordPress插件和主题。</p>
<p>一般，不建议您在您的主力博客上尝试该插件的修改和删除功能。</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
            <img alt="" border="0" src="https://www.paypal.com/zh_XC/i/scr/pixel.gif" width="1" height="1"><br />
        </form>

	标签：<a href="http://sexywp.com/tags/development" title="development" rel="tag nofollow">development</a>, <a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/tools" title="tools" rel="tag nofollow">tools</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/plugin-options-inspector.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sidebar Widget: Picasaweb Photo Slide</title>
		<link>http://sexywp.com/picasaweb-photo-slide.htm</link>
		<comments>http://sexywp.com/picasaweb-photo-slide.htm#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:09:20 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=270</guid>
		<description><![CDATA[This plugin is created long time ago.

I built this plugin for one of my friends. But she is now not using it. So I have no reason to improve it.

I put it here and I hope someone will find and like it.

<span class="readmore"><a href="http://sexywp.com/picasaweb-photo-slide.htm title="Sidebar Widget: Picasaweb Photo Slide>Keep Reading --- 1 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>This plugin is created long time ago.</p>
<p>I built this plugin for one of my friends. But she is now not using it. So I have no reason to improve it.</p>
<p>I put it here and I hope someone will find and like it.</p>
<p>This plugin is just a simple slideshow <a href="http://sexywp.com/tags/sidebar" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sidebar">sidebar</a> <a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">widget</a>, the photos it use is in one of your Picasa photo albums.</p>
<p><span id="more-270"></span>Ok, you could see the <a href="http://holdurhand.com">LIVE DEMO</a> here! On the right side, it shows a lot of beauties.</p>
<p><a href="http://wordpress.org/extend/plugins/picasaweb-photo-slide/">Download Here</a></p>
<p>If you have any questions, please contact me through the following form:</p>

		<div id="usermessage2a" class="cf_info "></div>
		<form enctype="multipart/form-data" action="/cata/wp/wp-plugins/feed#usermessage2a" method="post" class="cform" id="cforms2form">
		<fieldset class="cf-fs1">
		<legend>My Fieldset</legend>
		<ol class="cf-ol">
			<li id="li-2-2" class=""><label for="cf2_field_2"><span>Name:</span></label><input type="text" name="cf2_field_2" id="cf2_field_2" class="single fldrequired" value="Your name" onfocus="clearField(this)" onblur="setField(this)" title="Please input your name:)"/><span class="reqtxt">（必填）</span></li>
			<li id="li-2-3" class=""><label for="cf2_field_3"><span>Email:</span></label><input type="text" name="cf2_field_3" id="cf2_field_3" class="single fldemail fldrequired" value="" title="Please input your email so that I can reply you:)"/><span class="emailreqtxt">（有效邮箱，必填）</span></li>
			<li id="li-2-4" class=""><label for="cf2_field_4"><span>Website:</span></label><input type="text" name="cf2_field_4" id="cf2_field_4" class="single" value="http://"/></li>
			<li id="li-2-5" class=""><label for="cf2_field_5"><span>Message</span></label><textarea cols="30" rows="8" name="cf2_field_5" id="cf2_field_5" class="area"></textarea></li>
		</ol>
		</fieldset>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working2" id="cf_working2" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure2" id="cf_failure2" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr2" id="cf_codeerr2" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr2" id="cf_customerr2" value="yyy"/>
			<input type="hidden" name="cf_popup2" id="cf_popup2" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton2" id="sendbutton2" class="sendbutton" value="提交" onclick="return cforms_validate('2', false)"/></p>
		</form>
		<p class="linklove" id="ll2"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>

	标签：<a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/sidebar" title="sidebar" rel="tag nofollow">sidebar</a>, <a href="http://sexywp.com/tags/widget" title="widget" rel="tag nofollow">widget</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/picasaweb-photo-slide.htm/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Embedded Slideshow</title>
		<link>http://sexywp.com/embedded-slideshow.htm</link>
		<comments>http://sexywp.com/embedded-slideshow.htm#comments</comments>
		<pubDate>Sun, 07 Dec 2008 15:43:21 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://sexywp.com/?p=291</guid>
		<description><![CDATA[English version is under construction...

If you have any question please use the contact form in this site to send me a email.

此插件用于帮助用户在编辑日志或者页面的时候，轻轻松松插入Picasa相册的幻灯。

<span class="readmore"><a href="http://sexywp.com/embedded-slideshow.htm title="WordPress Plugin: Embedded Slideshow>Keep Reading --- 54 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>English version is under construction...</p>
<p>If you have any question please use the contact form in this site to send me a email.</p>
<p>此插件用于帮助用户在编辑日志或者页面的时候，轻轻松松插入Picasa相册的幻灯。</p>
<p>具体效果请见<a href="http://wordpress.org/extend/plugins/embedded-slideshow/screenshots/">官网截图</a>。</p>
<p><a href="http://downloads.wordpress.org/plugin/embedded-slideshow.0.2.zip">下载地址（Download）</a></p>

	标签：<a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/embedded-slideshow.htm/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress插件介绍：cformsII 及其汉化包</title>
		<link>http://sexywp.com/wp-plugins-cformsii-intro.htm</link>
		<comments>http://sexywp.com/wp-plugins-cformsii-intro.htm#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:28:50 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[recommend]]></category>
		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=261</guid>
		<description><![CDATA[Updated: 终于与插件原作者取得了联系，得到了作者的支持，本文链接已经被列到了官方插件主页上，热情的作者还帮忙制作了标题图片的汉化版本。本文底部的下载也就顺便升级到了9.3版本。

一直以来想给自己的博客添加联系表单功能，但是一直也没有碰到好的插件，直到在后台的最流行插件推荐那里，看到了cformsII，一款强大无匹的表单插件。cforms意思为custom forms，就是自定义表单的意思。

这款插件的主要功能有：

<span class="readmore"><a href="http://sexywp.com/wp-plugins-cformsii-intro.htm title="WordPress插件介绍：cformsII 及其汉化包>Keep Reading --- 760 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p><strong>Updated:</strong> 终于与插件原作者取得了联系，得到了作者的支持，本文链接已经被列到了官方插件主页上，热情的作者还帮忙制作了标题图片的汉化版本。本文底部的下载也就顺便升级到了9.3版本。</p>
<p>一直以来想给自己的博客添加联系表单功能，但是一直也没有碰到好的插件，直到在后台的最流行插件推荐那里，看到了cformsII，一款强大无匹的表单插件。cforms意思为custom forms，就是自定义表单的意思。</p>
<p>这款插件的主要功能有：</p>
<p>1. 设定自定义表单，允许插入到页面，日志中去；</p>
<p>2. 非常强悍的表单定制功能，支持各种表单域，可添加验证码，Ajax提交；<br />
<span id="more-261"></span></p>
<table style="width:auto;margin:10px auto">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/rbqn7EMl-UOrhE69R7os9Q"><img src="http://lh3.ggpht.com/_QYicOeu89Bk/SSUnQPWJewI/AAAAAAAAA30/OTrwQsaVefA/s400/cformsII-1.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">cforms定制表单的界面</td>
</tr>
</table>
<table style="width:auto;margin:10px auto">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/x66z06qgz2c5DNnEsb4nHg"><img src="http://lh3.ggpht.com/_QYicOeu89Bk/SSUnQDlBPPI/AAAAAAAAA38/dIX6dpEK7Q4/s400/cformsII-2.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">特定表单的属性设定界面</td>
</tr>
</table>
<p>3. 可以取代WP的评论表单；</p>
<p>4. 集成了Tell-A-Friend的功能；</p>
<p>5. 强悍方便的后台管理界面；</p>
<table style="width:auto;margin:10px auto">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/1XPY3jvFv9NZfEY6zNzYZA"><img src="http://lh4.ggpht.com/_QYicOeu89Bk/SSUnQaQ5RwI/AAAAAAAAA4E/TF3gxF7OSYE/s400/cformsII-3.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">丰富的自定义功能</td>
</tr>
</table>
<table style="width:auto;margin:10px auto">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/bAJxU8Umdrpsfr9pL1P9Yg"><img src="http://lh4.ggpht.com/_QYicOeu89Bk/SSUowaWxsfI/AAAAAAAAA4k/CRePcyMBDiw/s400/cformsII-5.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">在某个页面或者某篇日志插入表单是很轻松的</td>
</tr>
</table>
<p>6. 无比丰富的文档；</p>
<table style="width:auto;margin:10px auto">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/SPRDTq-VvWO1kEFU7jUUhA"><img src="http://lh5.ggpht.com/_QYicOeu89Bk/SSUnQSYaVHI/AAAAAAAAA4M/FHfMHePFEQs/s400/cformsII-4.png" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">第一次看到在插件内部带有如此详尽的帮助</td>
</tr>
</table>
<p><strong><a href="http://www.deliciousdays.com/cforms-plugin/">插件主页</a> | <a href="http://wordpress.org/extend/plugins/cforms/">WP插件目录</a> | <a href="http://www.box.net/shared/41o7ej6v8v">v9.3版中文包下载地址</a> | <a href="http://www.box.net/shared/9rm2orm3dx">v10.0版中文包下载地址</a> | <a href="http://www.box.net/shared/u5akvdzoa3">v10.3版中文包下载地址</a> | <a href="http://www.box.net/shared/p9960drbdr">v10.4版中文包下载地址</a> | <a href="http://www.box.net/shared/a82rytib1j">v10.5版中文包下载</a> | <a href="http://www.box.net/shared/5xyrjp6dou">po文件下载地址</a></strong></p>
<p>关于中文包的使用说明：</p>
<p>中文包的目录结构:</p>
<div style="text-indent:0;margin-bottom:15px;color:blue">
<a href="http://sexywp.com/tags/plugins" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugins">plugins</a>-----cforms<br />
&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|_______cforms-admin.css<br />
&nbsp;&nbsp;&nbsp;&nbsp;|<br />
&nbsp;&nbsp;&nbsp;&nbsp;|_______cforms-zh_CN.mo
</div>
<p>使用<a href="http://sexywp.com/tags/plugins" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugins">plugins</a>作为跟目录，意思就是想告诉各位，<span style="color:red"><strong>使用的时候要把cforms-zh_CN.mo直接放在wp-content/<a href="http://sexywp.com/tags/plugins" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugins">plugins</a>目录下，而不要放在插件目录内</strong></span>。</p>
<p>特别附加了一个插件目录内的cforms-admin.css，该文件不是必须的，但是用这个文件替换了原来的文件后，会使后台看起来更加舒服一点，因为原来的英文后台字体设定得特别小。</p>
<p><strong>Updated:</strong>改插件目前升级到了9.3版，而中文包是针对9.2版本制作，经检查，只增加了一个短小的字符串（Title：标题），所以不对中文包进行更新了。</p>
<p><strong>Updated:</strong>插件升级到了9.4版本，字符串基本上没有变化，大家可以继续使用v9.3的汉化包~~</p>
<p><strong>Updated:</strong>插件升级到了10.0版本，增加了一个多页表单的功能，字符串更新74处，请升级到新版的同学更换语言包~~</p>
<p><strong>Updated:2009-2-21 15:55:01：</strong>插件升级到了10.3版，字符串更新了近30处，请需要更新的同学自行下载~~</p>

	标签：<a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/recommend" title="recommend" rel="tag nofollow">recommend</a>, <a href="http://sexywp.com/tags/translate" title="translate" rel="tag nofollow">translate</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/wp-plugins-cformsii-intro.htm/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>WordPress插件修改：Share This (jQuery)</title>
		<link>http://sexywp.com/share-this-jquery.htm</link>
		<comments>http://sexywp.com/share-this-jquery.htm#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:15:49 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=230</guid>
		<description><![CDATA[Share This 中文，我很喜欢，看起来效果很好，但是…… 





<span class="readmore"><a href="http://sexywp.com/share-this-jquery.htm title="WordPress插件修改：Share This (jQuery)>Keep Reading --- 643 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.happinesz.cn/archives/328/">Share This 中文</a>，我很喜欢，看起来效果很好，但是…… </p>
<p><span id="more-230"></span></p>
<blockquote>
<p>建议牛人出来重写<a href="http://happinesz.cn">sofish</a>改过的那个Share This。</p>
<p><a href="http://alexking.org">Alex King</a>大大写的<a href="http://alexking.org/projects/wordpress">Share this</a>基本上没有照顾到中文用户。</p>
<p>后来，经过sofish改写，我们有了非常适合中文博客使用的Share this 中文。</p>
<p>但是，这个插件有三大缺憾：</p>
<p>1. 这么简单的功能，居然动用了prototype，此类库尺寸达128k。</p>
<p>2. 在hook使用方面，没有进行优化，如果一般用户不知道，安装了这个插件会在每一个页面都引用一个prototype进来，汗 ，实际上只需要在single页面引入，更人性化的做法是根据用户的需求来引入js文件和css文件。</p>
<p>3. 完全应该改个名字重新发布，这并不是说对原作者不尊重，而是现在这个插件的代码看起来和原来的已经差别较大了，而且此插件进入官方目录，使用的是GPL协议，我们可以另立门户，这样使用此插件的用户就不必要收到升级的困扰，上次我误点了升级，直接跳到Alex King的版本上了。</p>
<p>希望能有人接手这个工作！</p>
<p>最后还是要谢谢写出这个插件的Alex King和修改它的sofish。</p></blockquote>
<p>上面是我在论坛发的帖子，没有人响应我，囧……</p>
<p>其实，说的就是一直以来我想做的事情。</p>
<p>实在不能忍了，于是自己动手了，囧！</p>
<p>那个插件的sofish版本还有一个问题的，当时<a href="http://www.caxblog.com" title="stephen">stephen</a>跟我提出过的，就是点击一个搜藏链接的时候，应该采用打开新页面更加符合中国人的习惯。这次我也一并给改了。</p>
<p>好，我就不多说了，把我改的版本放出来给大家分享下吧。</p>
<p>http://www.box.net/shared/naa6u9oi2j</p>
<p>建议：模板里已经使用了<a href="http://sexywp.com/tags/jquery" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with jQuery">jQuery</a>的人推荐用这个版本。</p>
<p>另外：<a href="http://sexywp.com/tags/jquery" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with jQuery">jQuery</a>也不是必须的，因为基本上没有用到相关度的什么特性，所以，建议使用纯js重写，囧！</p>
<p>有学习js的，<a href="http://sexywp.com/tags/jquery" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with jQuery">jQuery</a>的同学愿意尝试下么？</p>
<p>Updated:2008年9月2日21:28:37</p>
<p>调用方法没有变化，大家去sofish的那个页面看看调用方法吧，我懒得写了 <img src='http://sexywp.com/cc/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>

	标签：<a href="http://sexywp.com/tags/jquery" title="jQuery" rel="tag nofollow">jQuery</a>, <a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/share-this-jquery.htm/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin：Flash MP3 Player</title>
		<link>http://sexywp.com/flash-player-widget.htm</link>
		<comments>http://sexywp.com/flash-player-widget.htm#comments</comments>
		<pubDate>Tue, 12 Aug 2008 00:55:54 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=216</guid>
		<description><![CDATA[Introduction

Huo is one of my best friends I get acquainted with on the internet. She want a music player which can be put on the sidebar of her blog. She is a newbie in the internet and WordPress. Although to create a XML config file and playlist is very easy, it is still too hard for a green hand like her. That is why I created this plugin—making it easy.

<span class="readmore"><a href="http://sexywp.com/flash-player-widget.htm title="WordPress Plugin：Flash MP3 Player>Keep Reading --- 429 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p><a href="http://imhuo.com">Huo</a> is one of my best friends I get acquainted with on the internet. She want a music player which can be put on the <a href="http://sexywp.com/tags/sidebar" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sidebar">sidebar</a> of her blog. She is a newbie in the internet and WordPress. Although to create a XML config file and playlist is very easy, it is still too hard for a green hand like her. That is why I created this plugin—making it easy.</p>
<p> <span id="more-216"></span>
</p>
<p><a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a> support and user friendly administration interface are the most important two features of this plugin. But the features of the player itself, e.g. shuffle the playlist, are not under my control. The player this plugin used was found on the internet, they are created with flash. This kind of player has the best browser compatibility.</p>
<p>The flash player of the first version(8.x~9.x) of this plugin is like this:</p>
<p><img alt="The first version of the music player" src="http://lh6.ggpht.com/_QYicOeu89Bk/SeWIo2HBptI/AAAAAAAABVI/qtOe79STvrw/s800/FlashMP3Player-1.png" /></p>
<p>I found this player on the internet and I don’t know who is the author. This player is very simple. You can not change the color scheme and make full control of its dimension. Its advantage is tiny, just 8k bytes.</p>
<p>The flash player of the now version(10.0.x) of this plugin is like this:</p>
<p><img alt="New version player" src="http://lh5.ggpht.com/_QYicOeu89Bk/SehkzMBoUfI/AAAAAAAABWs/vQBJOu8w-VU/s800/screenshot-3.png" /></p>
<p>This player is the famous <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW player</a>(the latest version of it is v4.4). I choose the version 2.3 because it is tiny(9.5k bytes) and it is good enough to be a MP3 player. You can change the color scheme of it, change the background image, set the default volumn, shuffle the playlist and so on. It’s great!</p>
<h3>Usage</h3>
<h4>under 10.x</h4>
<p>under construction … </p>
<p>10.x</p>
<p>under construction … </p>
<h3>Demo</h3>
<p>under construction …</p>
</p>
</p>
</p>
<h3>Download</h3>
<p>
<table style="width: 500px">
<tbody>
<tr>
<td><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh5.ggpht.com/_QYicOeu89Bk/SehkzMBoUfI/AAAAAAAABWs/vQBJOu8w-VU/s800/screenshot-3.png" /></td>
<td><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh6.ggpht.com/_QYicOeu89Bk/SeWIo2HBptI/AAAAAAAABVI/qtOe79STvrw/s800/FlashMP3Player-1.png" /></td>
</tr>
<tr>
<td style="font-size: 11px; font-family: arial,sans-serif; text-align: right">
<p align="center"><strong><a href="http://downloads.wordpress.org/plugin/flash-mp3-player.10.0.4.zip">DOWNLOAD the new version 10.0.4</a></strong></p>
</td>
<td style="font-size: 11px; font-family: arial,sans-serif; text-align: right">
<p align="center"><strong><a href="http://downloads.wordpress.org/plugin/flash-mp3-player.9.3.31.zip">DOWNLOAD the old one 9.3.31</a></strong></p>
</td>
</tr>
</tbody>
</table>
<p><strong>Note:</strong> <small>The version 10.x does not support PHP 4.x. If the PHP version on your web server is under 5, you should use 9.x of this plugin. </small></p>
<p>&#160;</p>
</p>
</p>
</p>
<p><strong><a style="font-size: 25px" href="http://sexywp.com/flash-mp3-player-faq.htm">FAQ</a></strong></p>
<p><strong><span style="color: #f00">Updated：（2008年9月23日20:08:07）已经修复了不能支持PHP4的问题了，插件的内部结构也做了小小的改动，升级的时候也不会覆盖原来的播放列表了。<a href="http://sexywp.com/flash-mp3-player-updated.htm">升级说明看这里。</a></span></strong></p>
<p><del datetime="2008-10-22T13:39:50+00:00">Updated：（2008年8月19日20:08:07）非常遗憾，此插件目前只支持PHP5及以上版本。这是我考虑不周了。如果是PHP5以下版本的同学想用，可以装上，但是不能在后台编辑播放列表，必须手动编辑playlist.xml文件。</del></p>
<p>曾几何时，我在一个博客上看到这个播放器，那时候，那个是装在Default主题上的，觉得很别致，很好看，后来，那个博客不知怎么关掉了，所以我就找不到了。</p>
<p>前些日子，由我作为客服支持的博客《双霍记》提出播放音乐的需求，我开始狂找这款播放器，终于给我找到，遗憾的是，竟然不是一个网络服务（我个人比较喜欢网络服务类的），是一个单机的Flash版本MP3播放器。</p>
<p>为了便于伟大的上帝（就是霍霍，客户嘛）使用，我将其<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>化了，播放列表的那个xml文件，也通过后台管理页面来读写了。</p>
<p>这里我上一个后台截图，具体效果可以看<del datetime="2008-10-22T13:32:26+00:00"><a href="http://doublehuo.cn" target="_blank">霍霍博客：《双霍记》</a></del> <a href="http://holdurhand.com">《所谓伊人在何方》</a>。</p>
<p><a href="http://picasaweb.google.com/TangChao.ZJU/Illustration/photo#5231763886567484482"><img style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" alt="The screenshot of the admin page. " src="http://lh6.ggpht.com/TangChao.ZJU/SJr1iSeSbEI/AAAAAAAAAe4/P_6EAsNMVUU/s400/screenshot-1.png" /></a></p>
<p><strong>下载地址：</strong></p>
<p>http://wordpress.org/extend/<a href="http://sexywp.com/tags/plugins" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugins">plugins</a>/flash-mp3-player/</p>
<p>Updated:</p>
<p>A new version is under <a href="http://sexywp.com/tags/development" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with development">development</a>, here is a picture to show:</p>
<p><img src="http://lh5.ggpht.com/_QYicOeu89Bk/SehkzMBoUfI/AAAAAAAABWs/vQBJOu8w-VU/screenshot-3.png" /></p>

	标签：<a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/flash-player-widget.htm/feed</wfw:commentRss>
		<slash:comments>207</slash:comments>
		</item>
		<item>
		<title>WordPress插件：WP Kit CN</title>
		<link>http://sexywp.com/wp-kit-cn.htm</link>
		<comments>http://sexywp.com/wp-kit-cn.htm#comments</comments>
		<pubDate>Sat, 02 Aug 2008 13:55:31 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my works]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=201</guid>
		<description><![CDATA[中文WordPress工具箱——这是一个享有盛名的插件，一直以来就是中文WordPress博客必不可少的插件之一，地址在这里（http://yan.me/dia/wordpress/kit/）。

这次我发布的插件，来源于中文WordPress工具箱。

原插件从很大程度上扩展了WordPress的能力，所以备受欢迎，但是，又由于对其的合理运用需要一定的技术门槛，而备受诟病，一时间，互联网上修改，扩展原插件的案例不断，很多模板作者拿到插件后，也都经过了自己的手动优化。

<span class="readmore"><a href="http://sexywp.com/wp-kit-cn.htm title="WordPress插件：WP Kit CN>Keep Reading --- 694 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>中文WordPress工具箱——这是一个享有盛名的插件，一直以来就是中文WordPress博客必不可少的插件之一，地址在这里（<a href="http://yan.me/dia/wordpress/kit/">http://yan.me/dia/wordpress/kit/</a>）。</p>
<p>这次我发布的插件，<strong>来源于中文WordPress工具箱</strong>。</p>
<p>原插件从很大程度上扩展了WordPress的能力，所以备受欢迎，但是，又由于对其的合理运用需要一定的技术门槛，而备受诟病，一时间，互联网上修改，扩展原插件的案例不断，很多模板作者拿到插件后，也都经过了自己的手动优化。</p>
<p>正如您所见，这个插件，又是一个对原插件的狗尾续貂。</p>
<p><span id="more-201"></span></p>
<p>本博客原先推出过《<a href="http://sexywp.com/wordpress-cn-kit.htm">中文工具箱CT版</a>》，其起因，正是为了朋友的博客出现的问题，而改进原插件。不过，我认为，那点改进并不算是成功，也有朋友在留言中一语中的，说基本没有什么变化，我深表认同。</p>
<p>经过反复思考，我个人感觉，凭我的能力是不能给中文WordPress工具箱带来什么质的飞跃的，但是，我或许可以让这款插件更加地平易近人。这一次，趁着休假的机会，我实现了自己这个由来已久的想法。</p>
<p>这款插件的目标就是：<strong>让不懂PHP，不懂HTML的您，可以使用几乎全部的功能！</strong></p>
<p><strong>功能描述</strong>：</p>
<ol>
<li>最新评论输出</li>
<li>最新文章输出</li>
<li>N天内留言最多用户输出</li>
<li>本周或本月内留言最多用户输出</li>
<li>随机文章输出</li>
<li>评论最多的文章输出</li>
<li>最近回响输出</li>
<li>自动摘要算法，更加适合中文使用</li>
</ol>
<p></p>
<p><strong>特性描述</strong>：</p>
<ul>
<li>丰富的<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>支持，几乎每个功能，都有对应的边栏<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>，轻松调用</li>
<li>标准模板标签，为主题作者准备，标准的WordPress模板标签调用方式</li>
<li>后台管理面板，支持参数设定</li>
</ul>
<p></p>
<p><strong>鸣谢</strong>：</p>
<p>桑葚（<a href="http://yan.me/dia/">http://yan.me/dia/</a>），感谢做出这么好的插件！</p>
<p>Yskin （<a href="http://yskin.net">http://yskin.net</a>），摘要算法来自于你的插件！</p>
<p>stephen（<a href="http://www.caxblog.com">http://www.caxblog.com</a>），感谢那么认真的测试！</p>
<p>IZK（<a href="http://doublehuo.cn">http://doublehuo.cn</a>），我直接在你的博客上实验效果！</p>
<p>zEUS （<a href="http://zeuscn.net">http://zeuscn.net</a>），感谢你的建议！</p>
<p>官方主页&#038;下载：<br />
<a href=" http://wordpress.org/extend/plugins/wp-kit-cn/"></p>
<p>http://wordpress.org/extend/plugins/wp-kit-cn/</a></p>
<p>文档：</p>
<p><a href="http://sexywp.com/wp-kit-cn-doc">http://sexywp.com/wp-kit-cn-doc</a></p>
<p>Updated：</p>
<p><a href="http://sexywp.com/something-about-wkc-clear.htm">2008年9月19日《关于WKC Clear的简短说明》</a></p>
<p><a href="http://sexywp.com/wp-kit-cn-update-again.htm">2008年8月30日 《WP Kit CN再次更新~》</a></p>
<p><a href="http://sexywp.com/wp-kit-cn-updated-01.htm">2008年8月27日《WP Kit CN 更新！》</a></p>

	标签：<a href="http://sexywp.com/tags/my-works" title="my works" rel="tag nofollow">my works</a>, <a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/wp-kit-cn.htm/feed</wfw:commentRss>
		<slash:comments>240</slash:comments>
		</item>
		<item>
		<title>让WordPress 2.6正确统计中文字数</title>
		<link>http://sexywp.com/chinese-wordcount.htm</link>
		<comments>http://sexywp.com/chinese-wordcount.htm#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:12:41 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.charlestang.cn/?p=158</guid>
		<description><![CDATA[从WordPress 2.6版本开始，后台撰写日志的界面带有了字数统计功能。不过呢，我发现，这个字数统计功能，计算出来的数字非常的不靠谱。

打开代码看了看，原理不是很复杂，就自己动手给改了。效果如下：



<span class="readmore"><a href="http://sexywp.com/chinese-wordcount.htm title="让WordPress 2.6正确统计中文字数>Keep Reading --- 466 words totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>从WordPress 2.6版本开始，后台撰写日志的界面带有了字数统计功能。不过呢，我发现，这个字数统计功能，计算出来的数字非常的不靠谱。</p>
<p>打开代码看了看，原理不是很复杂，就自己动手给改了。效果如下：</p>
<p><a href="http://picasaweb.google.com/TangChao.ZJU/Illustration/photo#5226964803199835186"><img src="http://lh3.ggpht.com/TangChao.ZJU/SInoy3wyHDI/AAAAAAAAAew/BCzvB33J4FA/s400/chinese-wordcount.png" style="border:none" alt="The screenshot of the effect of the chinese word count. " /></a></p>
<p>我将这个小小的修正写成了插件，明白原理的同学，直接看代码决定怎么处置，不明白的同学，下载我写的插件，启用即可。</p>
<p>不多说什么了，如果有需要，我可以在系列文章里面介绍。</p>
<h3>中文字数统计插件</h3>
<p>功能：<strong>正确统计中文字数，连带统计英文单词数（注意不是字母数）</strong></p>
<p>用法：下载——解压——上传到插件目录——启用——OK</p>
<p>下载链接：</p>
<p>http://wordpress.org/extend/<a href="http://sexywp.com/tags/plugins" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with plugins">plugins</a>/chinese-word-count/</p>
<p>P.S. 好像还是有误差的，但是比较靠谱了，如本文267字，有兴趣数数^_^？</p>
<p>================================</p>
<p>@2008年7月28日14:52:41 Updated：根据Leo的提示，更新了一个目录问题，将插件上传到了插件目录，体验了一把插件目录。不过呢，搞错了一次目录结构（汗），现在已经修正了。</p>
<p>@2008年8月5日13:41:16 Updated：修复了若干的bug，增加了一个<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>，高级友链<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>。此<a href="http://sexywp.com/tags/widget" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with widget">Widget</a>可以自由设定需要显示的链接的分类，显示链接的数量，排列顺序。</p>
<p>@2008年8月9日13:43:25 Updated：增加了卸载功能，可以一次性删除所有已经设定的Options。</p>

	标签：<a href="http://sexywp.com/tags/plugins" title="plugins" rel="tag nofollow">plugins</a>, <a href="http://sexywp.com/tags/wordpress" title="WordPress" rel="tag nofollow">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://sexywp.com/chinese-wordcount.htm/feed</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
	</channel>
</rss>
