<?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>NS基地 &#187; 插件</title>
	<atom:link href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nsbase.org</link>
	<description>自信人生二百年，会当水击三千里。</description>
	<lastBuildDate>Wed, 18 May 2011 03:36:30 +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>常用网站开发类Firefox扩展插件</title>
		<link>http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html</link>
		<comments>http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:24:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2010/04/%e5%b8%b8%e7%94%a8%e7%bd%91%e7%ab%99%e5%bc%80%e5%8f%91%e7%b1%bbfirefox%e6%89%a9%e5%b1%95%e6%8f%92%e4%bb%b6.html</guid>
		<description><![CDATA[作为一个 Web 开发人员，你几乎没有理由不喜欢Firefox，因为在Firefox下有很多专门针对开发的扩展插件，非常好用，这里就介绍一些常用的针对网站开发的FireFox扩展，供Web开发人员参考。 　　1... ]]></description>
			<content:encoded><![CDATA[<p>作为一个 Web 开发人员，你几乎没有理由不喜欢<a href="http://www.williamlong.info/?tags=Firefox" target="_blank">Firefox</a>，因为在Firefox下有很多专门针对开发的<a href="http://www.williamlong.info/archives/702.html" target="_blank">扩展插件</a>，非常好用，这里就介绍一些常用的针对网站开发的FireFox扩展，供Web开发人员参考。</p>
<p>　　1、<a href="https://addons.mozilla.org/addon/1843/" target="_blank"><strong>Firebug</strong></a></p>
<p>　　用于调试JavaScript，修改界面HTML和CSS，一些常用的网络分析扩展也是基于Firebug的，非常好用。</p>
<p>　　2、<a href="http://developer.yahoo.com/yslow/" target="_blank"><strong>YSlow</strong></a></p>
<p>　　<a href="http://www.williamlong.info/archives/985.html" target="_blank">YSlow</a>是Yahoo开发的，基于Firebug的用于分析网页性能的工具，可以提供如何提高网站性能的一套规则，用于优化网页的速度和建立高性能的网页。</p>
<p>　　3、<a href="http://code.google.com/speed/page-speed/" target="_blank"><strong>Page Speed</strong></a></p>
<p>　　<a href="http://www.williamlong.info/archives/1971.html" target="_blank">Page Speed</a>是Google开发的类似YSlow的工具，也是基于Firebug插件，网站管理员和网络开发人员可以使用 Page Speed 来评估他们网页的性能，并获得有关如何改进性能的建议。</p>
<p>　　4、<a href="https://addons.mozilla.org/addon/60" target="_blank"><strong>Web Developer</strong></a></p>
<p>　　<a href="http://www.williamlong.info/archives/249.html" target="_blank">Web Developer</a>是集成了一系列Web开发工具，例如HTML、CSS校验、FORM修改等功能，拥有强大的CSS调试和Form调试能力，对页面的分析非常全面，可以禁止页面的任一内联、文档、和外部CSS，可以直接编辑当前CSS。</p>
<p>　　5、<a href="https://addons.mozilla.org/addon/3829" target="_blank"><strong>Live HTTP Headers</strong></a></p>
<p>　　浏览页面同时记录所有HTTP headers，可分析各个http头的状态码。</p>
<p>　　6、<a href="https://addons.mozilla.org/addon/6647" target="_blank"><strong>HttpFox</strong></a></p>
<p>　　监控和记录所有HTTP访问中发送和接受的数据，包括URL地址、HTTP头、传输参数等信息。</p>
<p>　　7、<a href="https://addons.mozilla.org/addon/59" target="_blank"><strong>User Agent Switcher</strong></a></p>
<p>　　浏览器切换器，可以让Firefox伪装为其他浏览器，伪装其他浏览器例如iPhone来访问网站。当初我提前体验Google Buzz就是利用这个扩展模拟iPhone登录来实现的。</p>
<p>　　8、<a href="https://addons.mozilla.org/addon/10909" target="_blank"><strong>Coral IE Tab</strong></a></p>
<p>　　基于IETab开发的增强版本，在Firefox中模拟使用IE浏览器的引擎来访问网页。</p>
<p>　　9、<a href="https://addons.mozilla.org/addon/539" target="_blank"><strong>MeasureIt</strong></a></p>
<p>　　可以测量页面上任何选择区域的长宽。</p>
<p>　　10、<a href="https://addons.mozilla.org/addon/271" target="_blank"><strong>ColorZilla</strong></a></p>
<p>　　可以从页面，或者调色板上取色，同时可以缩放页面。</p>
<p>　　11、<a href="https://addons.mozilla.org/addon/684" target="_blank"><strong>FireFTP</strong></a></p>
<p>　　在Firefox中实现FTP的功能。</p>
<p>　　12、<a href="https://addons.mozilla.org/addon/748" target="_blank"><strong>Greasemonkey</strong></a></p>
<p>　　让你可以使用JavaScript在浏览器上实现一些特殊的定制功能，有上百个基于Greasemonkey的JavaScript代码可供使用。</p>
<p>　　13、<a href="https://addons.mozilla.org/addon/655" target="_blank"><strong>View Source Chart</strong></a></p>
<p>　　改善Firefox浏览器显示源代码的样式。</p>
<p>　　14、<a href="https://addons.mozilla.org/addon/887" target="_blank"><strong>HTML Validator （based on CSE HTML Validator）</strong></a></p>
<p>　　使用CSE的HTML验证引擎，需要安装CSE HTML Validator for Windows，有lite版本。</p>
<p>转载自<a href="http://www.williamlong.info/">月光博客</a> [ <a href="http://www.williamlong.info/">http://www.williamlong.info/</a> ]</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2010/05/hackers-catch-it-means-to-upgrade-web-server-has-become-a-prime-culprit-dos.html" title="黑客抓鸡手段升级 Web服务器也成为DoS元凶">黑客抓鸡手段升级 Web服务器也成为DoS元凶</a></li><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html" title="简单实用的短网址插件 &#8211; Simple Link Cloaker">简单实用的短网址插件 &#8211; Simple Link Cloaker</a></li><li><a href="http://www.nsbase.org/2009/05/ie-page-has-been-revised-to-deal-with-13-kinds-of-simple-methods.html" title="ie首页被修改的十三种简单处理方法">ie首页被修改的十三种简单处理方法</a></li><li><a href="http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html" title="文章照片插件 &#8211; Article Photos">文章照片插件 &#8211; Article Photos</a></li><li><a href="http://www.nsbase.org/2009/02/update-wordpress-v271-rc-1.html" title="更新WordPress v2.7.1 RC 1">更新WordPress v2.7.1 RC 1</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2010<br />
Source: <a href="http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html">常用网站开发类Firefox扩展插件</a><br />
<a href="http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html#comments">One comment</a><br />
Post tags: <a href="http://www.nsbase.org/tag/firefox" rel="tag">Firefox</a>, <a href="http://www.nsbase.org/tag/web" rel="tag">Web</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e6%b5%8f%e8%a7%88%e5%99%a8" rel="tag">浏览器</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wordpress多国语言插件 &#8211; YD Setup Locale</title>
		<link>http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html</link>
		<comments>http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:32:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[语言]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/06/wordpress%e5%a4%9a%e5%9b%bd%e8%af%ad%e8%a8%80%e6%8f%92%e4%bb%b6-yd-setup-locale.html</guid>
		<description><![CDATA[很简单， 这个插件自动设置您博客语言环境的任何网页。 它会自动安装正确的XML头lang属性+内部WordPress的locale变量是用来加载正确的语言文件的来实现本土化 。 用法： 您的博客网址结构应始... ]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">很简单， 这个插件自动设置您博客语言环境的任何网页。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">它会自动安装正确的XML头lang属性+内部WordPress的locale变量是用来加载正确的语言文件的来实现本土化 。</span></p>
<h4><span onmouseover="_tipon(this)" onmouseout="_tipoff()">用法：</span></h4>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">您的博客网址结构应始终正式开始两个字母的语言代码，例如：</span></p>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">/en/&#8230;</span> </span><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">for </span>英文</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">/es/&#8230;</span> </span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">for </span>西班牙语</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">/ja/&#8230;</span> </span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">for </span>日本</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">/fr/&#8230;</span> </span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">for </span>法国</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">etc.</span>等</span></li>
</ul>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">请仅使用小写代码。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">网页不遵守此网址计划仍将得到您的博客的默认区域设置，在您的配置config.php文件。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"></span></span></p>
<h4><span onmouseover="_tipon(this)" onmouseout="_tipoff()"></span></h4>
<h4><span onmouseover="_tipon(this)" onmouseout="_tipoff()"></span></h4>
<h4><span onmouseover="_tipon(this)" onmouseout="_tipoff()">积极支持</span></h4>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">以报告错误，要求特定功能或改进，或只是告诉我，您如何使用插件。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><strong>安装</strong></span></p>
<div class="block-content">
<ol>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">Unzip yd-setup-locale.zip</span>解压码安装， locale.zip</span></li>
<li><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"> <code>/wp-content/plugins/</code> directory</span>上传<code>yd-setup-local</code>目录及其所有内容到您的<code>/wp-content/plugins/</code>目录</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">激活插件通过&#8217;插件&#8217;</span></li>
</ol>
</div>
<div class="block-content"><span onmouseover="_tipon(this)" onmouseout="_tipoff()">如果您想创建多国语言的博客这个是首选啊</span></div>
<div class="block-content"></div>
<div class="block-content"><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下载：</span><a href="http://downloads.wordpress.org/plugin/yd-setup-locale.zip" target="_blank">YD Setup Locale</a></div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2009/06/outside-the-chain-plus-wordpress-widget-post2peer-widget.html" title="wordpress加外链的窗口小部件 &#8211; Post2Peer Widget">wordpress加外链的窗口小部件 &#8211; Post2Peer Widget</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-features-five-new.html" title="WordPress 3.0五大新特征">WordPress 3.0五大新特征</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-beta-2-released.html" title="WordPress 3.0 beta 2 发布">WordPress 3.0 beta 2 发布</a></li><li><a href="http://www.nsbase.org/2009/06/link-to-check-a-few-points-in-mind-machine-plugin-wp-click-check.html" title="友情连接检查记数点机插件- WP Click Check">友情连接检查记数点机插件- WP Click Check</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html">wordpress多国语言插件 &#8211; YD Setup Locale</a><br />
<a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html#comments">2 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/down" rel="tag">down</a>, <a href="http://www.nsbase.org/tag/plugins" rel="tag">plugins</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e8%af%ad%e8%a8%80" rel="tag">语言</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</title>
		<link>http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html</link>
		<comments>http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 04:28:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[图标]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[服务]]></category>
		<category><![CDATA[订阅]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/06/%e6%b7%bb%e5%8a%a0%e5%88%86%e4%ba%ab%e4%b9%a6%e7%ad%be%e5%8f%91%e9%80%81%e7%94%b5%e5%ad%90%e9%82%ae%e4%bb%b6%e7%ad%89%e5%88%86%e4%ba%ab%e5%b0%8f%e6%8f%92%e4%bb%b6-add-to-any-sharebookmarkemail-b.html</guid>
		<description><![CDATA[帮助读者分享 ， 保存书签和电子邮件您的文章和网页使用任何服务 ，包括Facebook ， Twitter的， Digg ，美味，超过100个更多的社会书签和共享网站。 按钮配备AddToAny的可定制的智能菜单 ，这地... ]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">帮助读者<strong>分享</strong> ， <strong>保存书签</strong>和<strong>电子邮件</strong>您的文章和网页使用<strong>任何服务</strong> ，包括Facebook ， Twitter的， Digg ，美味，超过100个更多的社会书签和共享网站。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"></span>按钮配备AddToAny的可定制的<strong>智能菜单</strong> ，这<strong>地方的服务访客使用上方的菜单上</strong> ，根据每个访客的浏览器的历史记录。</span></p>
<p><a href="http://www.addtoany.com/" target="_blank"> </a><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><a href="http://www.addtoany.com/" target="_blank"></a><a href="http://www.addtoany.com/" target="_blank">分享按钮</a> （演示） | <a href="http://wordpress.org/extend/plugins/add-to-any/other_notes/" target="_blank">更新记录</a></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">电子邮件选项卡上，让分享通过谷歌电子邮件，雅虎</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;">Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program.</span>邮件， Hotmail服务， AOL和其他任何基于Web的收发电子邮件或桌面程序。</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><strong>添加到收藏夹</strong>按钮（或书签标签） ，帮助用户使用任何浏览器的书签（ Internet Explorer中， Firefox的，铬， Safari浏览器， Opera等） 。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">个性化<strong>服务的图标</strong>让您优化您的博客帖子的具体的社会网站。</span></p>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">智能菜单</a></span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">个性化服务联系（如孤立）</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">包括所有服务</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">自动更新服务</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">WordPress的优化，局部化（ i18n的英语，汉语，西班牙语，葡萄牙语，俄语，意大利语，丹麦语，白俄罗斯）</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">谷歌分析一体化</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">许多发行商和用户更多的功能！</span></li>
</ul>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">另见：</span></p>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><a href="http://wordpress.org/extend/plugins/add-to-any-subscribe/" target="_blank">订阅按钮</a>插件</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">在<a href="http://www.addtoany.com/buttons/for/wordpress_com" target="_blank">分享按钮WordPress.com</a>博客</span></li>
</ul>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">截图:</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/add-to-any/screenshot-1.png" alt="" width="171" height="16" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">添加到任何股份/保存按钮，采用开放式<a href="http://203.208.35.132/translate_c?hl=zh-CN&amp;ie=UTF8&amp;langpair=en%7Czh-CN&amp;u=http://www.shareicon.com/&amp;rurl=translate.google.cn&amp;usg=ALkJrhgWZiXy2mb0MNSfTprt1HomUDVohA">分享图示</a></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/add-to-any/screenshot-2.png" alt="" width="388" height="332" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下拉菜单中出现的即时当访问者使用分享按钮</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/add-to-any/screenshot-3.png" alt="" width="350" height="254" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">电子邮件选项卡上，直接链接到最流行的基于网络的邮件，自动填写撰写页，它是一个以网络为基础的发送者使用任何电子邮件地址，并链接桌面电子邮件客户端</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/add-to-any/screenshot-4.png" alt="" width="736" height="453" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">设置面板</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/add-to-any/screenshot-5.png" alt="" width="900" height="598" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">颜色选择器为您添加到任何菜单</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">还在为博客没分享插件烦恼嘛，快试一试吧!</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下载:</span><a href="http://downloads.wordpress.org/plugin/add-to-any.0.9.9.2.8.zip" target="_blank">Add to Any: Share/Bookmark/Email Button</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2009/06/outside-the-chain-plus-wordpress-widget-post2peer-widget.html" title="wordpress加外链的窗口小部件 &#8211; Post2Peer Widget">wordpress加外链的窗口小部件 &#8211; Post2Peer Widget</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-features-five-new.html" title="WordPress 3.0五大新特征">WordPress 3.0五大新特征</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-beta-2-released.html" title="WordPress 3.0 beta 2 发布">WordPress 3.0 beta 2 发布</a></li><li><a href="http://www.nsbase.org/2010/04/ns-base-to-replace-the-domain-description.html" title="NS基地更换域名说明">NS基地更换域名说明</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a><br />
<a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html#comments">9 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/down" rel="tag">down</a>, <a href="http://www.nsbase.org/tag/google" rel="tag">google</a>, <a href="http://www.nsbase.org/tag/plugins" rel="tag">plugins</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e4%b8%8b%e8%bd%bd" rel="tag">下载</a>, <a href="http://www.nsbase.org/tag/%e5%8d%9a%e5%ae%a2" rel="tag">博客</a>, <a href="http://www.nsbase.org/tag/%e5%9b%be%e6%a0%87" rel="tag">图标</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e6%9c%8d%e5%8a%a1" rel="tag">服务</a>, <a href="http://www.nsbase.org/tag/%e8%ae%a2%e9%98%85" rel="tag">订阅</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>wordpress googe统计插件 &#8211; Google Analytics for WordPress</title>
		<link>http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html</link>
		<comments>http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html#comments</comments>
		<pubDate>Sun, 31 May 2009 06:16:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[实用]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[统计]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/05/wordpress-googe%e7%bb%9f%e8%ae%a1%e6%8f%92%e4%bb%b6-google-analytics-for-wordpress.html</guid>
		<description><![CDATA[在谷歌分析的WordPress的插件自动跟踪所有对外连结的范围，评论作者的链接，链接的评论，网志串连链接和下载。 它还可以让您追踪AdSense的点击次数，添加额外的搜索引擎，跟踪图像搜索查询... ]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">在谷歌分析的WordPress的插件自动跟踪所有对外连结的范围，评论作者的链接，链接的评论，网志串连链接和下载。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">它还可以让您追踪AdSense的点击次数，添加额外的搜索引擎，跟踪图像搜索查询，它甚至将共同努力与Urchin 。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">在选项面板的插件，您可以判断的前缀使用不同种类的出站链接。</span></p>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"><a href="http://yoast.com/wordpress/google-analytics/">Google Analytics for WordPress</a> </span> 。</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">其他<a href="http://yoast.com/wordpress/">WordPress的插件</a>的作者。</span></li>
</ul>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">安装</span></p>
<ol>
<li><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"></span>删除所有现有的<code>gapp</code>文件夹从<code>/wp-content/plugins/</code>目录</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">上传<code>gapp</code>文件夹<code>/wp-content/plugins/</code>目录</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">激活插件通过&#8217;插件&#8217;菜单中WordPress的</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">去选项面板下的&#8217;插件&#8217;菜单并添加您的Analytics帐户号码，并设置设置你想要的。</span></li>
</ol>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/screenshot-1.png" alt="" width="571" height="383" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/screenshot-2.png" alt="" width="597" height="419" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">现在很多博客都放GG 这个插件很实用哦</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下载</span> :<a href="http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.2.9.2.zip" target="_blank">Google Analytics for WordPress</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/outside-the-chain-plus-wordpress-widget-post2peer-widget.html" title="wordpress加外链的窗口小部件 &#8211; Post2Peer Widget">wordpress加外链的窗口小部件 &#8211; Post2Peer Widget</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2009/06/link-to-check-a-few-points-in-mind-machine-plugin-wp-click-check.html" title="友情连接检查记数点机插件- WP Click Check">友情连接检查记数点机插件- WP Click Check</a></li><li><a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html" title="简单实用的短网址插件 &#8211; Simple Link Cloaker">简单实用的短网址插件 &#8211; Simple Link Cloaker</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-features-five-new.html" title="WordPress 3.0五大新特征">WordPress 3.0五大新特征</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a><br />
<a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html#comments">3 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/google" rel="tag">google</a>, <a href="http://www.nsbase.org/tag/plugins" rel="tag">plugins</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e4%b8%8b%e8%bd%bd" rel="tag">下载</a>, <a href="http://www.nsbase.org/tag/%e5%ae%9e%e7%94%a8" rel="tag">实用</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e7%bb%9f%e8%ae%a1" rel="tag">统计</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wordpress音乐小插件 &#8211; Grooveshark for WordPress</title>
		<link>http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html</link>
		<comments>http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html#comments</comments>
		<pubDate>Thu, 28 May 2009 06:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/05/wordpress%e9%9f%b3%e4%b9%90%e5%b0%8f%e6%8f%92%e4%bb%b6-grooveshark-for-wordpress.html</guid>
		<description><![CDATA[该Grooveshark插件是一个WordPress的插件，可让您插入一个链接到音乐，让读者来播放音乐，是一个音乐网站，让游客听音乐和共享音乐的朋友。 注册用户还可以保存最喜爱的歌曲和播放列表中Groov... ]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">该Grooveshark插件是一个WordPress的插件，可让您插入一个链接到音乐，让读者来播放音乐，是一个音乐网站，让游客听音乐和共享音乐的朋友。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">注册用户还可以保存最喜爱的歌曲和播放列表中Grooveshark 。</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left;"></span>数以百万计的歌曲，由Grooveshark用户，你可以找到几乎任何歌曲，分享歌曲与您的朋友和博客读者。该Grooveshark插件利用Grooveshark API来实现Grooveshark到您的博客。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">一些主要的特点是：</span></p>
<ul>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">添加音乐作为你写您的文章</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">很容易地找到并添加任何歌曲的Grooveshark您的帖子</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">如果您是注册用户Grooveshark ，查找和添加您最喜爱的歌曲和播放您的帖子</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">标签式界面设计， WordPress的编辑页面样式轻松地之间进行选择搜索，收藏夹和播放列表</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">预览歌曲，而与您编辑不必打开外部网页</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">两个音乐选择：一个简单的链接，这首歌的Grooveshark或部件的歌曲 ，用户可以发挥他们阅读您的博客</span></li>
<li> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">自定义您的联系和工具</span></li>
</ul>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">原文连接</span></p>
<p>The Grooveshark plugin is a WordPress plugin that allows you to insert a link to music on <a title="Grooveshark" href="http://www.grooveshark.com/">Grooveshark</a> or a <a title="Grooveshark Widget" href="http://widgets.grooveshark.com/">Grooveshark Widget</a> that allows readers to play music as they read your blog.</p>
<p>Grooveshark is a music website that allows visitors to listen to music and share music with friends. Registered users can also save favorite songs and playlists in Grooveshark. With millions of songs contributed by Grooveshark users, you can find just about any song and share songs with your friends and blog readers.</p>
<p>The Grooveshark plugin utilizes the Grooveshark API to bring Grooveshark to your blog. Some of the main features are:</p>
<ul>
<li>Add music as you write your post</li>
<li>Easily find and add any song on Grooveshark to your posts</li>
<li>If you are a registered Grooveshark user, find and add your favorite songs and your playlists to your posts</li>
<li>Tabbed interface designed in the WordPress Edit page style to easily choose between search, favorites, and playlists</li>
<li>Preview songs while you edit with no need to open external pages</li>
<li>Two music options: A simple link to the song(s) on Grooveshark or a widget of the song(s) that users can play as they read your blog</li>
<li>Customize your links and widgets</li>
</ul>
<div id="plugin-tags"><strong>Tags:</strong> <a rel="tag" href="http://wordpress.org/extend/plugins/tags/post">Post</a>, <a rel="tag" href="http://wordpress.org/extend/plugins/tags/tinysong">tinysong</a>, <a rel="tag" href="http://wordpress.org/extend/plugins/tags/play">play</a>, <a rel="tag" href="http://wordpress.org/extend/plugins/tags/grooveshark">Grooveshark</a>, <a rel="tag" href="http://wordpress.org/extend/plugins/tags/music">music</a>, <a rel="tag" href="http://wordpress.org/extend/plugins/tags/posts">posts</a></div>
<div></div>
<div><img class="alignnone" src="http://wordpress.org/extend/plugins/grooveshark/screenshot-1.jpg" alt="" width="612" height="539" /></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()">为WordPress的Grooveshark添加音乐小组</span></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/grooveshark/screenshot-2.jpg" alt="" width="793" height="343" /></span></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()">Grooveshark为WordPress的管理小组</span></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/grooveshark/screenshot-3.jpg" alt="" width="258" height="310" /></span></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()">Grooveshark为WordPress的邮政窗口小部件</span></div>
<div></div>
<div></div>
<div><span onmouseover="_tipon(this)" onmouseout="_tipoff()">作者:</span><a href="http://wordpress.org/extend/plugins/profile/grooveshark">Roberto Sanchez and Vishal Agarwala</a></div>
<div></div>
<div>下载:<a href="http://downloads.wordpress.org/plugin/grooveshark.zip" target="_blank">Grooveshark for WordPress</a></div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2009/06/outside-the-chain-plus-wordpress-widget-post2peer-widget.html" title="wordpress加外链的窗口小部件 &#8211; Post2Peer Widget">wordpress加外链的窗口小部件 &#8211; Post2Peer Widget</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html" title="常用网站开发类Firefox扩展插件">常用网站开发类Firefox扩展插件</a></li><li><a href="http://www.nsbase.org/2009/06/link-to-check-a-few-points-in-mind-machine-plugin-wp-click-check.html" title="友情连接检查记数点机插件- WP Click Check">友情连接检查记数点机插件- WP Click Check</a></li><li><a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html" title="简单实用的短网址插件 &#8211; Simple Link Cloaker">简单实用的短网址插件 &#8211; Simple Link Cloaker</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html">wordpress音乐小插件 &#8211; Grooveshark for WordPress</a><br />
<a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html#comments">No comment</a><br />
Post tags: <a href="http://www.nsbase.org/tag/down" rel="tag">down</a>, <a href="http://www.nsbase.org/tag/plugins" rel="tag">plugins</a>, <a href="http://www.nsbase.org/tag/web" rel="tag">Web</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e9%9f%b3%e4%b9%90" rel="tag">音乐</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新奇RSS视觉分类插件 &#8211; Visual Categories</title>
		<link>http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html</link>
		<comments>http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html#comments</comments>
		<pubDate>Wed, 27 May 2009 05:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/05/%e6%96%b0%e5%a5%87rss%e8%a7%86%e8%a7%89%e5%88%86%e7%b1%bb%e6%8f%92%e4%bb%b6-visual-categories.html</guid>
		<description><![CDATA[此插件可以让您建立“一类作品”其中包含的链接分类，并可能包含一个链接到类，（ RSS ）产品的形象，时间的分类，上次更新，目前的计数类别。 英文原文 This plugin enables you to build “categor... ]]></description>
			<content:encoded><![CDATA[<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">此插件可以让您建立“一类作品”其中包含的链接分类，并可能包含一个链接到类，（ RSS ）产品的形象，时间的分类，上次更新，目前的计数类别。</span></p>
<p>英文原文</p>
<p>This plugin enables you to build “category entries” which contain a link to the category and which may contain a link to the category&#8217;s feed, a feed (RSS) image, the timestamp of when the category was last updated, and the current count of posts in the category.</p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><strong>标签：</strong> <a rel="tag" href="http://203.208.35.132/translate_c?hl=zh-CN&amp;ie=UTF8&amp;langpair=en%7Czh-CN&amp;u=http://wordpress.org/extend/plugins/tags/widget&amp;rurl=translate.google.cn&amp;usg=ALkJrhh__Ga0ETCpSLdjAg54-nKEHfBoPQ">小工具</a> ， <a rel="tag" href="http://203.208.35.132/translate_c?hl=zh-CN&amp;ie=UTF8&amp;langpair=en%7Czh-CN&amp;u=http://wordpress.org/extend/plugins/tags/categories&amp;rurl=translate.google.cn&amp;usg=ALkJrhgHFbJL1Vo2QOBGNA2Jxp9-56yilg">类别</a> ， <a rel="tag" href="http://203.208.35.132/translate_c?hl=zh-CN&amp;ie=UTF8&amp;langpair=en%7Czh-CN&amp;u=http://wordpress.org/extend/plugins/tags/category&amp;rurl=translate.google.cn&amp;usg=ALkJrhjIhXWUZ7IuaZw92RrwtpcO0KmIog">分类</a></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">作者：</span><a href="http://wordpress.org/extend/plugins/profile/wzeallor">W. J. Zeallor</a></p>
<p><img class="alignnone" src="http://wordpress.org/extend/plugins/visual-categories/screenshot-1.png" alt="" width="1100" height="979" /></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">这是一个截图初步设置部分。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">更多信息一节项下可以找到管理小组和模板标记设置于本文件。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/visual-categories/screenshot-2.png" alt="" width="1100" height="1335" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">这是一个屏幕截图的帖子的计数，时间戳，和饲料图像显示选项一节。</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()">更多信息一节项下可以找到管理小组和模板标记设置于本文件。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/visual-categories/screenshot-3.png" alt="" width="1100" height="725" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">这是一个屏幕截图，饲料和分类链接显示选项部分。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">更多信息一节项下可以找到管理小组和模板标记设置于本文件</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><img class="alignnone" src="http://wordpress.org/extend/plugins/visual-categories/screenshot-4.png" alt="" width="1100" height="905" /></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">这是一个屏幕截图的链接网址和链接配置设定一节。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">更多信息一节项下可以找到管理小组和模板标记设置于本文件。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下载:<a href="http://downloads.wordpress.org/plugin/visual-categories.1.0.zip" target="_blank"> Visual Categories</a></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
</span></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/06/outside-the-chain-plus-wordpress-widget-post2peer-widget.html" title="wordpress加外链的窗口小部件 &#8211; Post2Peer Widget">wordpress加外链的窗口小部件 &#8211; Post2Peer Widget</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2009/06/link-to-check-a-few-points-in-mind-machine-plugin-wp-click-check.html" title="友情连接检查记数点机插件- WP Click Check">友情连接检查记数点机插件- WP Click Check</a></li><li><a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html" title="简单实用的短网址插件 &#8211; Simple Link Cloaker">简单实用的短网址插件 &#8211; Simple Link Cloaker</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-features-five-new.html" title="WordPress 3.0五大新特征">WordPress 3.0五大新特征</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html">新奇RSS视觉分类插件 &#8211; Visual Categories</a><br />
<a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html#comments">4 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/categories" rel="tag">Categories</a>, <a href="http://www.nsbase.org/tag/down" rel="tag">down</a>, <a href="http://www.nsbase.org/tag/plugins" rel="tag">plugins</a>, <a href="http://www.nsbase.org/tag/rss" rel="tag">RSS</a>, <a href="http://www.nsbase.org/tag/visual" rel="tag">Visual</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>简单实用的短网址插件 &#8211; Simple Link Cloaker</title>
		<link>http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html</link>
		<comments>http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html#comments</comments>
		<pubDate>Tue, 26 May 2009 05:38:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[安装]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[短地址]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/05/%e7%ae%80%e5%8d%95%e5%ae%9e%e7%94%a8%e7%9a%84%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-simple-link-cloaker.html</guid>
		<description><![CDATA[Simple Link Cloaker 是一个简单实用的短地址插件，把您很长的连接变短.您可能已经建立重定向，使用做作元刷新标记，上载一堆PHP文件到您的服务器，或使用一些复杂的WordPress的插件，基本上试... ]]></description>
			<content:encoded><![CDATA[<p>Simple Link Cloaker 是一个简单实用的短地址插件，把您很长的连接变短.<span onmouseover="_tipon(this)" onmouseout="_tipoff()">您可能已经建立重定向，使用做作元刷新标记，上载一堆PHP文件到您的服务器，或使用一些复杂的WordPress的插件，基本上试图把连接边短。</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()">如果您在所有能够复制/粘贴或写下一个简单的网址，不需要手动修改此插件的适合您。</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()">你不局限于某一文件夹名称或姓名，您就可以让即将离任的网址为长期或短期作为您想要的，功能很强大.</span></p>
<p>Experienced affiliate marketers know the necessity of &#8216;cloaking&#8217; outgoing affiliate URLs. But it wasn&#8217;t easy. You either had to build the redirects by hand, use hokey meta refresh tags, upload a bunch of PHP files to your server, or use some complicated WordPress plugin that basically tried to wipe your rear for you while guessing what link was supposed to do what and go where. No more. This plugin is simplicity in action. If you&#8217;re at all capable of copying/pasting or writing down a simple URL, and don&#8217;t need fancy tracking and CTR stats, this plugin&#8217;s for you. You&#8217;re not limited to a certain folder name or names, you can make the outgoing URL as long or short as you want it, make it say anything you want. Doesn&#8217;t matter.</p>
<p>作者:<a href="http://wordpress.org/extend/plugins/profile/stevejohnson">Steve Johnson</a></p>
<p>安装方法:</p>
<ol>
<li>用FTP把插件传到你域名 /wp-content/plugins/目录下</li>
<li>在到后台插件里启动该插件</li>
<li>最后设置一下页面连接，OK完成.</li>
</ol>
<p><img class="alignnone" title="screenshot 短地址插件截图" src="http://wordpress.org/extend/plugins/ilwp-simple-link-cloaker/screenshot-1.png" alt="" width="716" height="718" /></p>
<p>下载 ：<a href="http://downloads.wordpress.org/plugin/ilwp-simple-link-cloaker.zip" target="_blank">Simple Link Cloaker</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2010/07/wordpress-com-push-new-features-a-phone-call-can-write-a-blog.html" title="Wordpress.com推新功能：打个电话就能写博客">Wordpress.com推新功能：打个电话就能写博客</a></li><li><a href="http://www.nsbase.org/2010/06/wordpress-3-0-official-release.html" title="WordPress 3.0 正式版发布">WordPress 3.0 正式版发布</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-features-five-new.html" title="WordPress 3.0五大新特征">WordPress 3.0五大新特征</a></li><li><a href="http://www.nsbase.org/2010/05/wordpress-3-0-beta-2-released.html" title="WordPress 3.0 beta 2 发布">WordPress 3.0 beta 2 发布</a></li><li><a href="http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html" title="常用网站开发类Firefox扩展插件">常用网站开发类Firefox扩展插件</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html">简单实用的短网址插件 &#8211; Simple Link Cloaker</a><br />
<a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html#comments">3 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/301" rel="tag">301</a>, <a href="http://www.nsbase.org/tag/wordpress" rel="tag">WordPress</a>, <a href="http://www.nsbase.org/tag/%e5%ae%89%e8%a3%85" rel="tag">安装</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e7%9f%ad%e5%9c%b0%e5%9d%80" rel="tag">短地址</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>文章照片插件 &#8211; Article Photos</title>
		<link>http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html</link>
		<comments>http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html#comments</comments>
		<pubDate>Mon, 18 May 2009 06:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[略所图]]></category>

		<guid isPermaLink="false">http://www.nsbase.org/2009/05/%e6%96%87%e7%ab%a0%e7%85%a7%e7%89%87%e6%8f%92%e4%bb%b6-article-photos.html</guid>
		<description><![CDATA[今天献来无事和酋长 聊天的时候一进后台看见一个新插件 Article Photos 文章照片插件一看和首页文章略缩图差不多,作者还给出一个演示站 http://www.nouse.co.uk/ 插件只有5KB很小. Article Photos This plugin... ]]></description>
			<content:encoded><![CDATA[<p>今天献来无事和<a href="http://www.qiuzhang.org/" target="_blank">酋长</a> 聊天的时候一进后台看见一个新插件<a href="http://wordpress.org/extend/plugins/profile/chrisnorthwood" target="_blank"> Article Photos</a> 文章照片插件一看和首页文章略缩图差不多,作者还给出一个演示站 <a href="http://www.nouse.co.uk/" target="_blank">http://www.nouse.co.uk/</a> 插件只有5KB很小.</p>
<p>Article Photos</p>
<p>This plugin adds a form to your post screen that allows you to upload an image to go with your blog post. You can then use <code>the_article_image()</code> function in your theme to show the image whereever you want on your theme, at whatever size (dynamically rescaled and cached using ImageMagick so no dodgy browser rescaling or sending huge photos out).</p>
<p>An example of it in use is on <a rel="nofollow" href="http://www.nouse.co.uk/,">http://www.nouse.co.uk/,</a> where the photo alongside each post is attached, and then shown on the front page, and on the single page itself in the theme.</p>
<p>文章照片插件</p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">此插件已略缩图的形式添加到您的帖子，使您可以上传图片到您的博客帖子。</span> <span onmouseover="_tipon(this)" onmouseout="_tipoff()">然后，您可以使用<code> the_article_image() </code>函数在你的主题，以显示图像无论你想在您的主题，在任何尺寸（动态地重新调整和缓存使用ImageMagick不回重复发送给浏览器） 。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">一个例子，它在<a rel="nofollow" href="http://203.208.37.132/translate_c?hl=zh-CN&amp;ie=UTF8&amp;langpair=en%7Czh-CN&amp;u=http://www.nouse.co.uk/,&amp;rurl=translate.google.cn&amp;usg=ALkJrhhLCzxqHe2K3Uc9jYqilGJNUmG-Jg">http://www.nouse.co.uk/ 使用   ，</a>显示</span><span onmouseover="_tipon(this)" onmouseout="_tipoff()">在每篇文章的旁边的照片，然后显示在首页和单一的网页。</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">下载地址: <a href="http://wordpress.org/extend/plugins/article-photo/" target="_blank"> 文章照片插件 </a></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()">其实网上还有很多方法可以不用插件实现首页略所图，用不用插件，自己决定.<br />
</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
</span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
</span></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.nsbase.org/2010/04/useful-web-development-category-firefox-extension.html" title="常用网站开发类Firefox扩展插件">常用网站开发类Firefox扩展插件</a></li><li><a href="http://www.nsbase.org/2009/06/wordpress-plug-in-multiple-languages-yd-setup-locale.html" title="wordpress多国语言插件 &#8211; YD Setup Locale">wordpress多国语言插件 &#8211; YD Setup Locale</a></li><li><a href="http://www.nsbase.org/2009/06/add-share-bookmark-e-mail-to-share-a-small-plug-ins-etc-add-to-any-share-bookmark-email-button.html" title="添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button">添加分享/书签/发送电子邮件等分享小插件 -Add to Any: Share/Bookmark/Email Button</a></li><li><a href="http://www.nsbase.org/2009/05/plug-in-wordpress-googe-statistics-google-analytics-for-wordpress.html" title="wordpress googe统计插件 &#8211; Google Analytics for WordPress">wordpress googe统计插件 &#8211; Google Analytics for WordPress</a></li><li><a href="http://www.nsbase.org/2009/05/small-plug-in-wordpress-music-grooveshark-for-wordpress.html" title="wordpress音乐小插件 &#8211; Grooveshark for Wordpress">wordpress音乐小插件 &#8211; Grooveshark for Wordpress</a></li><li><a href="http://www.nsbase.org/2009/05/visual-classification-of-new-rss-plug-ins-visual-categories.html" title="新奇RSS视觉分类插件 &#8211; Visual Categories">新奇RSS视觉分类插件 &#8211; Visual Categories</a></li><li><a href="http://www.nsbase.org/2009/05/short-simple-and-practical-web-site-plug-ins-simple-link-cloaker.html" title="简单实用的短网址插件 &#8211; Simple Link Cloaker">简单实用的短网址插件 &#8211; Simple Link Cloaker</a></li></ul><hr />
<p><small>© 研发基地 for <a href="http://www.nsbase.org">NS基地</a>, 2009<br />
Source: <a href="http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html">文章照片插件 &#8211; Article Photos</a><br />
<a href="http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html#comments">2 comments</a><br />
Post tags: <a href="http://www.nsbase.org/tag/article" rel="tag">Article</a>, <a href="http://www.nsbase.org/tag/photos" rel="tag">Photos</a>, <a href="http://www.nsbase.org/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a>, <a href="http://www.nsbase.org/tag/%e7%95%a5%e6%89%80%e5%9b%be" rel="tag">略所图</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nsbase.org/2009/05/article-photos-plug-ins-article-photos.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

