<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>秋天的博客 &#187; wordpress</title>
	<atom:link href="http://www.fallday.org/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fallday.org</link>
	<description>虚拟主机/VPS/云计算实践</description>
	<lastBuildDate>Sat, 21 Jan 2012 03:21:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>如何在使用WordPress自动更新时不用每次输入ftp帐户信息</title>
		<link>http://www.fallday.org/archives/611</link>
		<comments>http://www.fallday.org/archives/611#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:22:38 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[主机管理]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=611</guid>
		<description><![CDATA[使用Wordpress管理控制台在自动更新或者自动安装plugin时，一般会要求用户输入一个ftp帐户信息。如果不想每次输入，可以使用下面两种方法： 方法一：设置相关目录权限 把需要更新相关的目录权限设置为 0777。这法方法设置虽然简单，但有比较大的安全问题。 方法二：在配置文件中设置FTP帐户信息 编辑wp-config.php 文件，加入以下内容： ==================================== /*** FTP login settings ***/ define(“FTP_HOST”, “localhost”); define(“FTP_USER”, “ftp-user”); define(“FTP_PASS”, “ftp-password”); ==================================== 不要忘了把 ftp-user, ftp-password换成你自己的FTP帐户信息。]]></description>
			<content:encoded><![CDATA[<p>使用Wordpress管理控制台在自动更新或者自动安装plugin时，一般会要求用户输入一个ftp帐户信息。如果不想每次输入，可以使用下面两种方法：</p>
<p>方法一：设置相关目录权限<br />
把需要更新相关的目录权限设置为 0777。这法方法设置虽然简单，但有比较大的安全问题。</p>
<p><span id="more-611"></span>方法二：在配置文件中设置FTP帐户信息<br />
编辑wp-config.php 文件，加入以下内容：<br />
====================================<br />
/*** FTP login settings ***/<br />
define(“FTP_HOST”, “localhost”);<br />
define(“FTP_USER”, “ftp-user”);<br />
define(“FTP_PASS”, “ftp-password”);<br />
====================================<br />
不要忘了把 ftp-user, ftp-password换成你自己的FTP帐户信息。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/611/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>博客搬家</title>
		<link>http://www.fallday.org/archives/293</link>
		<comments>http://www.fallday.org/archives/293#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:00:39 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[主机管理]]></category>
		<category><![CDATA[blogbus]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=293</guid>
		<description><![CDATA[女儿的博客之前是在新浪，有了自己的空间，也就动了搬家到wordpress的念头。 网上搜索了一下，可以通过BLOGBUS做跳板，但BLOGBUS导出的文件Wordpress并不能直接用，需要用另一个小工具先做转换。 先去BlogBus搬家吧。http://banjia.blogbus.com/。选择好你的博客，然后慢慢等待。到可以下载了之后下载导出的xml文件,比如bus.xml。 然后用python来转Blogbus的XML。 用这个方法我们先要下载所需要的工具。python：http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi ；ant21制作的代码：bus2wp.zip 。先安装好python。装在哪里随你。然后将bus2wp.zip解压到一个文件夹。例如解压到D盘的根目录。会得到D:\bus2wp.py这个文件。 点击开始菜单&#62;运行&#62;输入cmd，回车进入Windows的命令行窗口&#62;输入d:，回车，转到D盘目录下。&#62;输入bus2wp.py bus.xml wp.xml，回车，等待转换，速度很快。转换完后在D盘根目录下会出现一个wp.xml的文件。 登录WordPress后台，点工具，导入，开始导入日志。记得选择Wordpress而不是RSS。我们转化过的文件已经符合Wordpress的标准了，这样可以导入评论！选择导入文件D:\wp.xml，剩下的就交给Wordpress吧。 过程很顺利，自已是用Linux运行的python转换。不过导入后发现文章的标签都不见了，是个遗憾。 另外，发现原来博客中的图片都不能显示了。图片分两种，一种是链接picasaweb的，另一种新浪相册中的图片。Picasaweb是由于墙的问题，新浪相册看来也是不允许外链的。不过，办法总是有的，下文分解。]]></description>
			<content:encoded><![CDATA[<p>女儿的博客之前是在新浪，有了自己的空间，也就动了搬家到wordpress的念头。</p>
<p>网上搜索了一下，可以通过BLOGBUS做跳板，但BLOGBUS导出的文件Wordpress并不能直接用，需要用另一个小工具先做转换。</p>
<p>先去BlogBus搬家吧。<a href="http://banjia.blogbus.com/">http://banjia.blogbus.com/</a>。选择好你的博客，然后慢慢等待。到可以下载了之后下载导出的xml文件,比如bus.xml。</p>
<p>然后用python来转Blogbus的XML。</p>
<p><span id="more-293"></span>用这个方法我们先要下载所需要的工具。python：<a href="http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi">http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi</a> ；ant21制作的代码：<a href="http://blog.huyo.org/wp-content/uploads/2007/09/bus2wp.zip">bus2wp.zip</a> 。先安装好python。装在哪里随你。然后将bus2wp.zip解压到一个文件夹。例如解压到D盘的根目录。会得到D:\bus2wp.py这个文件。</p>
<p>点击开始菜单&gt;运行&gt;输入cmd，回车进入Windows的命令行窗口&gt;输入d:，回车，转到D盘目录下。&gt;输入bus2wp.py bus.xml wp.xml，回车，等待转换，速度很快。转换完后在D盘根目录下会出现一个wp.xml的文件。</p>
<p>登录WordPress后台，点工具，导入，开始导入日志。记得选择Wordpress而不是RSS。我们转化过的文件已经符合Wordpress的标准了，这样可以导入评论！选择导入文件D:\wp.xml，剩下的就交给Wordpress吧。</p>
<p>过程很顺利，自已是用Linux运行的python转换。不过导入后发现文章的标签都不见了，是个遗憾。</p>
<p>另外，发现原来博客中的图片都不能显示了。图片分两种，一种是链接picasaweb的，另一种新浪相册中的图片。Picasaweb是由于墙的问题，新浪相册看来也是不允许外链的。不过，办法总是有的，下文分解。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/293/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Photo Gallery Themes</title>
		<link>http://www.fallday.org/archives/242</link>
		<comments>http://www.fallday.org/archives/242#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:03:02 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=242</guid>
		<description><![CDATA[Since the creation of my WordPress photo plugin called Duh Gallery, hundreds of thousands of people have hit this blog looking for the perfect photo gallery. It’s been years since that plugin was created, but today there are even better options available. I’m going to mention a few amazing photo galleries you can quickly and [...]]]></description>
			<content:encoded><![CDATA[<p>Since the creation of my <a title="Wordpress photo plugin: Duh Gallery" href="http://blog.perfectspace.com/2006/03/28/duh-gallery-the-simple-wordpress-photo-gallery-plugin/">WordPress photo plugin called Duh Gallery</a>, hundreds of thousands of people have hit this blog looking for the perfect photo gallery. It’s been years since that plugin was created, but today there are even better options available. I’m going to mention a few amazing photo galleries you can quickly and easily build using WordPress.</p>
<h3><a title="ePhoto" href="http://blog.perfectspace.com/r/ephoto-elegant-themes"><span id="more-242"></span>ePhoto</a>: WordPress Photo Gallery Theme</h3>
<p style="text-align: left;"><a href="http://blog.perfectspace.com/r/ephoto-elegant-themes"><img title="ePhoto by Elegant Themes" src="http://blog.perfectspace.com/wp-content/uploads/2009/10/Picture-884.png" alt="ePhoto by Elegant Themes" width="500" height="366" /></a>This is by far one of the more <a title="Beautiful photography theme" href="http://blog.perfectspace.com/r/ephoto-elegant-themes">beautiful themes</a> I’ve seen.  That being so, it’s not free.  But at $19.95, it’s cheaper than most other themes I’ve seen, even non-photo related.  The nice part about purchasing a theme (like this one) is the support that comes along with it.  For those of you who are new to using WordPress and custom themes and plugins, support can be a major time-saver.</p>
<p style="text-align: left;">Anyway, the theme itself is very well done.  It shows off your beautiful photography with a nifty photo slider at the top.</p>
<p style="text-align: left;">You can find this one at <a title="Elegant Themes ePhoto WordPress Theme" href="http://blog.perfectspace.com/r/ephoto-elegant-themes">Elegant Themes</a>.</p>
<h3><a title="NextGen Plugin" onclick="javascript:pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/nextgen-gallery/');" href="http://wordpress.org/extend/plugins/nextgen-gallery/">Next Gen Gallery</a>: WordPress Photo Gallery Plugin</h3>
<div id="attachment_2039" style="width: 410px;"><a onclick="javascript:pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/nextgen-gallery/');" href="http://wordpress.org/extend/plugins/nextgen-gallery/"><img title="NextGen Photo Gallery Plugin" src="http://blog.perfectspace.com/wp-content/uploads/2009/10/screenshot-5.jpg" alt="NextGen Photo Gallery Plugin" width="400" height="359" /></a>NextGen Photo Gallery Plugin</div>
<p>The NextGen WordPress Plugin is one amazing plugin.  This one is free, and it’s been downloaded over a million times.  The screenshot doesn’t do it justice as it works with just about any theme you use.  It’s highly configurable and includes a few things to make it pretty like rounded corners, mirrored effects for your photos, and lightbox effects.  This one is worth checking out if you already have a theme you like an just want to integrate a new way to display your photos.</p>
<p>You can find this plugin at the <a title="Wordpress Codex: NextGen Photo Gallery Plugin" onclick="javascript:pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/nextgen-gallery/');" href="http://wordpress.org/extend/plugins/nextgen-gallery/">WordPress Codex</a>.</p>
<h3><a title="Black Canvas by Studio Press" href="http://blog.perfectspace.com/r/studiopress-black-canvas">Black Canvas</a>: WordPress Photo Gallery Theme</h3>
<p style="text-align: left;"><a href="http://blog.perfectspace.com/r/studiopress-black-canvas"><img title="Black Canvas Theme by Studio Press" src="http://blog.perfectspace.com/wp-content/uploads/2009/10/Picture-89.jpg" alt="Black Canvas Theme by Studio Press" width="500" height="343" /></a>StudioPress created this beautiful Pro Theme called <a title="Black Canvas WordPress Theme for Photography" href="http://blog.perfectspace.com/r/studiopress-black-canvas">Black Canvas</a>. It, similar to ePhoto, is designed with the professional photographer in mind.  This theme highlights one photo on the front page with a subset of photos below it.  It includes an RSS feed, your company information in the footer, thumbnail photos, and the ability to track statistics using Google Analytics.  This one also includes lifetime support from Studio Press and some tutorials on how to configure it.</p>
<p style="text-align: left;">You can find this photography theme at <a title="StudioPress WordPress Themes" href="http://blog.perfectspace.com/r/studiopress-black-canvas">StudioPress</a>.</p>
<h3><a title="PhotoBlog" href="http://blog.perfectspace.com/r/wpzoom-photoblog">PhotoBlog:</a> WPZOOM</h3>
<p><a href="http://blog.perfectspace.com/r/wpzoom-photoblog"><img title="PhotoBlog" src="http://blog.perfectspace.com/wp-content/uploads/2009/10/Picture-90.png" alt="PhotoBlog by WPZOOM" width="500" height="346" /></a></p>
<p>I found this one after I had already written the post, but I think it’s pretty decent looking too. This theme also includes a slideshow, but also has a “favorites” feature, which looks pretty good. It also has links to social media sites and a few different types of themes inside one. Also, WPZOOM has a few widgets that they produced themselves and include in all their themes. Last but not least, this photo blog theme has auto-cropping and gravatar support.</p>
<p>You can find PhotoBlog over at <a title="Photo Blog theme at WPZOOM" href="http://blog.perfectspace.com/r/wpzoom-photoblog">WPZOOM</a>.</p>
<h3>More?</h3>
<p>I just took a few minutes to look around and see if I could find some good photo themes and plugins. These are the best I came up with, but if you know others that I should have here, please say so in the comments.</p>
<p><strong>Update:</strong> I did just fine a whole slew of good looking themes at <a title="Theme Forest: A WordPress Theme Marketplace" href="http://blog.perfectspace.com/r/themeforest-photo-themes">Theme Forest</a>. I’ve used a few themes from them and I generally find them very good. I highly recommend them for great prices on very professional themes.</p>
<p>Happy photo-blogging!</p>
<p>Article Source:</p>
<p>http://blog.perfectspace.com/2009/10/17/wordpress-photo-gallery-themes-2/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Superb WordPress Photo Gallery Plugins</title>
		<link>http://www.fallday.org/archives/239</link>
		<comments>http://www.fallday.org/archives/239#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:55:47 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=239</guid>
		<description><![CDATA[A picture is worth more than a thousand words. For any blog, this holds true – and photos can become an integral part of any blogging operation. Photos allow for readers to get a glimpse into a blog author’s life, and makes for the perfect gateway in creating long-lasting connections. I’d like to take the [...]]]></description>
			<content:encoded><![CDATA[<p>A picture is worth more than a thousand words. For any blog, this holds true – and photos can become an integral part of any blogging operation. Photos allow for readers to get a glimpse into a blog author’s life, and makes for the perfect gateway in creating long-lasting connections.</p>
<p>I’d like to take the time now to <strong>share with you some of my favorite WordPress Photo Gallery Plugins</strong> – along with some of the most popular plugins amongst the blogging community.</p>
<h3><span id="more-239"></span>A List of WordPress Photo Gallery Plugins</h3>
<p><strong>1. <a title="wordpress photo gallery plugin" href="http://wordpress.org/extend/plugins/tantan-flickr/" target="_blank">Flickr Photo Album</a> -</strong> This WordPress Photo Gallery plugin is my all time favorite, as it allows for the integration of your Flickr photos into your own blog. What’s wonderful about this plugin is that it allows for seamless automation of photo gallery creation. As long as your blog is hooked up to your Flickr account- when you post photos to Flickr, new images are added to your blog’s photo gallery. Flickr is a powerful social imaging medium, and using it as a connection tool will bring great benefits to your blog.</p>
<p><strong>2. <a title="wordpress photo gallery" href="http://wordpress.org/extend/plugins/wp-photo-album/" target="_blank">WP Photo Album</a> -</strong> The WP Photo Album plugin is an easy-to-use, simple photo gallery plugin. It gives you the option to setup albums and categories – and upload photos via the WordPress backend.</p>
<p><strong>3. <a title="wordpress photo gallery" href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGEN Gallery</a> -</strong> Known for being powerful and all-inclusive, the NextGEN Gallery plugin for WordPress aides in creating great photo galleries within any blog. Along with its many great features is the ability to use a Flash Slideshow option.</p>
<p><strong>4. <a title="wordpress photo gallery" href="http://wordpress.org/extend/plugins/fotobook/" target="_blank">Fotobook</a> -</strong> The Fotobook plugin uses Facebook’s API model to bring your Facebook photos into your blog. This plugin also has the ability to pull images from multiple Facebook accounts – which is helpful for blogs maintained by more than one individual.</p>
<p><strong>5. <a title="wordpress photo gallery" href="http://wordpress.org/extend/plugins/wp-gallery-remote/" target="_blank">WP-Gallery-Remote</a> -</strong> Throughout the photo gallery industry, Gallery is amongst the best. This plugin allows your WordPress blog to pull images from a remote Gallery installation. Using this plugin will enable any blog owner to harness the great power of Gallery – while still using a WordPress based blog.</p>
<p><strong>6. <a href="http://wordpress.org/extend/plugins/picasa-wordpress-widget/" target="_blank">Picasa Photos</a> -</strong> This plugin pulls images from a Picasa image account, and displays the images in a Widget within your WordPress installation. Great plugin for low maintenance photo integration.</p>
<p><strong>7. <a href="http://wordpress.org/extend/plugins/flash-photo-gallery/" target="_blank">Flash Photo Gallery</a> -</strong> The Flash Photo Gallery creates image galleries much like the one in Adobe Photoshop CS2, and it even allows for integration within WordPress MU installations. Flash Galleries can be inserted into any page within your blog with a simple code tag.</p>
<h3>Conclusion</h3>
<p>Images are a powerful blogging tool. They add life and color, create a sense of “belonging,” and stir up the imaginations of readers. It’s important for bloggers to remember that the integration of photo galleries and images within a blog should not be overlooked – as the benefits from using such features can be great.</p>
<p>I know that in my own experiences on the web – I enjoy browsing through photo galleries of my favorite bloggers. It helps me to understand the blogger more as a “person” and not a blog facade.</p>
<p>Article Source:</p>
<p>http://smartboydesigns.com/2009/05/08/7-superb-wordpress-photo-gallery-plugins/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>主流CMS比较 &#8211; Joomla/drupal/wordpress</title>
		<link>http://www.fallday.org/archives/232</link>
		<comments>http://www.fallday.org/archives/232#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:43:40 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=232</guid>
		<description><![CDATA[Joomla, WordPress, Drupal 是目前全球范围内的主流PHPCMS，用户群都比较庞大。这三种的性能一直是大家比较关注的对象。下面的比较是针对三款CMS在性能与环境配置以及使用方面的一个比较全面的比较。没有谁好谁不好这么一说，但可以给大家在选择适合自己的CMS的时候提供一个参考。   系统要求 Drupal Joomla WordPress 应用服务器 支持PHP 4.3.5及以上版本的服务器 任何支持PHP的服务器 (建议Apache) 任何支持PHP 和 MySQL的服务器 (建议Apache) 数据库 MySQL, Postgres MySQL MySQL 4.0版本或更高版本 费用 免费 免费 免费 操作系统 任何 任何 与操作系统无关 许可 GNU GPL GNU/GPL v2 GNU GPL 编程语言 PHP PHP PHP 4.2版本或更高 根权限(Root Access) 没有 没有 没有 命令行权限(Shell Access) 没有 没有 没有 网络服务器 [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla, WordPress, Drupal 是目前全球范围内的主流PHPCMS，用户群都比较庞大。这三种的性能一直是大家比较关注的对象。下面的比较是针对三款CMS在性能与环境配置以及使用方面的一个比较全面的比较。没有谁好谁不好这么一说，但可以给大家在选择适合自己的CMS的时候提供一个参考。</p>
<p><span id="more-232"></span></p>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>系统要求</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>应用服务器</td>
<td>支持PHP 4.3.5及以上版本的服务器</td>
<td>任何支持PHP的服务器 (建议Apache)</td>
<td>任何支持PHP 和 MySQL的服务器 (建议Apache)</td>
</tr>
<tr>
<td>数据库</td>
<td>MySQL, Postgres</td>
<td>MySQL</td>
<td>MySQL 4.0版本或更高版本</td>
</tr>
<tr>
<td>费用</td>
<td>免费</td>
<td>免费</td>
<td>免费</td>
</tr>
<tr>
<td>操作系统</td>
<td>任何</td>
<td>任何</td>
<td>与操作系统无关</td>
</tr>
<tr>
<td>许可</td>
<td>GNU GPL</td>
<td>GNU/GPL v2</td>
<td>GNU GPL</td>
</tr>
<tr>
<td>编程语言</td>
<td>PHP</td>
<td>PHP</td>
<td>PHP 4.2版本或更高</td>
</tr>
<tr>
<td>根权限(Root Access)</td>
<td>没有</td>
<td>没有</td>
<td>没有</td>
</tr>
<tr>
<td>命令行权限(Shell Access)</td>
<td>没有</td>
<td>没有</td>
<td>没有</td>
</tr>
<tr>
<td>网络服务器</td>
<td>Apache, IIS</td>
<td>Apache</td>
<td>Apache, mod_rewrite</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>安全</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>审核跟踪</td>
<td>是</td>
<td>否</td>
<td>有限的</td>
</tr>
<tr>
<td>验证码</td>
<td>自由添加<span style="COLOR: #ff0000">*</span></td>
<td>自由添加</td>
<td>否</td>
</tr>
<tr>
<td>内容核准</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>Email核实</td>
<td>是</td>
<td>是</td>
<td>自由添加</td>
</tr>
<tr>
<td>登录历史</td>
<td>是</td>
<td>是</td>
<td>自由添加</td>
</tr>
<tr>
<td>插件认证</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>问题通知</td>
<td>否</td>
<td>否</td>
<td>自由添加</td>
</tr>
<tr>
<td>Sandbox</td>
<td>否</td>
<td>否</td>
<td>有限的</td>
</tr>
<tr>
<td>Session 管理</td>
<td>是</td>
<td>是</td>
<td>自由添加</td>
</tr>
<tr>
<td>SSL 兼容</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>版本控制</td>
<td>是</td>
<td>自由添加</td>
<td>自由添加</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>支持</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>商业手册</td>
<td>有</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>商业支持</td>
<td>有</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>商业培训</td>
<td>有</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>开发者社团</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>在线帮助</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>插件 API</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>专业服务</td>
<td>有</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>论坛</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>第三方开发者</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>用户讨论会</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>易用性</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>拖放内容</td>
<td>自由添加</td>
<td>否</td>
<td>是</td>
</tr>
<tr>
<td>邮件讨论</td>
<td>自由添加</td>
<td>自由添加</td>
<td>有限的</td>
</tr>
<tr>
<td>友好的 URLs</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>批量上传</td>
<td>自由添加</td>
<td>是</td>
<td>自由添加</td>
</tr>
<tr>
<td>拼写检查</td>
<td>自由添加</td>
<td>否</td>
<td>自由添加</td>
</tr>
<tr>
<td>样式向导</td>
<td>有限的</td>
<td>否</td>
<td>否</td>
</tr>
<tr>
<td>订阅</td>
<td>自由添加</td>
<td>自由添加</td>
<td>是</td>
</tr>
<tr>
<td>模板语言</td>
<td>有限的</td>
<td>是</td>
<td>否</td>
</tr>
<tr>
<td>用户界面层</td>
<td>否</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>撤消编辑</td>
<td>有限的</td>
<td>否</td>
<td>自由添加</td>
</tr>
<tr>
<td>所见即所得编辑</td>
<td>自由添加</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>Zip归档</td>
<td>否</td>
<td>否</td>
<td>自由添加</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>性能</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>高级缓存</td>
<td>有</td>
<td>有</td>
<td>自由添加</td>
</tr>
<tr>
<td>数据库复制</td>
<td>有限的</td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<td>负载平衡</td>
<td>有</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>页面缓存</td>
<td>有</td>
<td>有</td>
<td>自由添加</td>
</tr>
<tr>
<td>静态内容输出</td>
<td>无</td>
<td>无</td>
<td>有限的</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="110"><strong>管理</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>广告管理</td>
<td>自由添加</td>
<td>有</td>
<td>需要插件</td>
</tr>
<tr>
<td>剪贴板</td>
<td>无</td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<td>内容时序安排</td>
<td>自由添加</td>
<td>有</td>
<td>自由添加</td>
</tr>
<tr>
<td>在线管理</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>主题 / 皮肤</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>回收管理</td>
<td>无</td>
<td>有</td>
<td>无</td>
</tr>
<tr>
<td>网站统计</td>
<td>有</td>
<td>有</td>
<td>自由添加</td>
</tr>
<tr>
<td>在线主题设计管理</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>在线翻译管理</td>
<td>有</td>
<td>自由添加</td>
<td>有限的</td>
</tr>
<tr>
<td>流程自动化引擎</td>
<td>有限的</td>
<td>无</td>
<td>无</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="110"><strong>灵活性</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>内容重用</td>
<td>有限</td>
<td>是</td>
<td>否</td>
</tr>
<tr>
<td>可扩充的用户资料</td>
<td>是</td>
<td>是</td>
<td>否</td>
</tr>
<tr>
<td>多语言内容</td>
<td>是</td>
<td>自由添加</td>
<td>自由添加</td>
</tr>
<tr>
<td>多网站部署</td>
<td>是</td>
<td>自由添加</td>
<td>否</td>
</tr>
<tr>
<td>RSS</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>FTP 支持</td>
<td>有限的</td>
<td>是</td>
<td>自由添加</td>
</tr>
<tr>
<td>UTF-8 支持</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
<tr>
<td>CGI 模式支持</td>
<td>是</td>
<td>是</td>
<td>否</td>
</tr>
<tr>
<td>元数据(Metadata)</td>
<td>有</td>
<td>有</td>
<td>有</td>
</tr>
<tr>
<td>URL重写</td>
<td>是</td>
<td>是</td>
<td>是</td>
</tr>
</tbody>
</table>
<p> </p>
<table style="FONT-SIZE: 13px" border="1" cellspacing="0" cellpadding="0" width="500" align="center">
<tbody>
<tr>
<td width="100"><strong>商业</strong></td>
<td><span style="COLOR: #800000">Drupal</span></td>
<td><span style="COLOR: #800000">Joomla</span></td>
<td><span style="COLOR: #800000">WordPress</span></td>
</tr>
<tr>
<td>代理跟踪</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>库存管理</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>可插式支付</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>可插式货运</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>可插式传真</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>销货点</td>
<td>无</td>
<td>自由添加</td>
<td>无</td>
</tr>
<tr>
<td>购物车</td>
<td>自由添加</td>
<td>自由添加</td>
<td>无</td>
</tr>
</tbody>
</table>
<p>文章来源：</p>
<p><a href="http://yustar.joomlar.cn/archives/1097.html">http://yustar.joomlar.cn/archives/1097.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18个WordPress jQuery插件</title>
		<link>http://www.fallday.org/archives/223</link>
		<comments>http://www.fallday.org/archives/223#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:52:37 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=223</guid>
		<description><![CDATA[jQuery is ideal because it can create impressive animations and interactions, Developers just don’t stop making incredibly interactive web applications every now and then. But what happens when you combine the power of jQuery with WordPress, the possibilities are infinite. In this post you’ll find out about very popular and modern approach displaying text, images, [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery is ideal because it can create impressive animations and  interactions,  Developers just don’t stop making incredibly <span id="IL_AD8">interactive web</span> applications every now and then. But what  happens when you combine the power of jQuery with WordPress, the possibilities  are infinite.</p>
<p>In this post you’ll find out about very popular and modern  approach displaying text, images, search, comment boxes etc and more than  WordPress plugins which are based on Jquery UI. Please leave a comment if missed  plugins that deserve to be here!<br />
<span id="more-223"></span><br />
1. <a rel="nofollow" href="http://wordpress.org/extend/plugins/pixopoint-menu/" target="_blank">PixoPoint Menu Plugin</a></p>
<p>Adds an <span id="IL_AD5">SEO friendly</span>, accessible regular  or dropdown menu to your WordPress blog.</p>
<p>2. <a rel="nofollow" href="http://armeda.com/how-to-create-a-jquery-carousel-with-WordPress-posts/" target="_blank">Create a jQuery Carousel with WordPress  Posts</a></p>
<p>This post will give you a quick run down of how to easily add a simple and  easily customizable carousel with WordPress posts from a specified  category.</p>
<p>3. <a rel="nofollow" href="http://transientmonkey.com/wp-slimbox2" target="_blank">WordPress Slimbox 2</a></p>
<p>A WordPress implementation of the stellar Slimbox2 script by Christophe Beyls  (an enhanced clone of the <span id="IL_AD7">Lightbox</span> script)  which utilizes the jQuery library to create an impressive image overlay with  slide-out effects.</p>
<p>4. <a rel="nofollow" href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank">Shadowbox JS</a></p>
<p>Shadowbox is an online media viewing application that supports all of the  web’s most popular media publishing formats. Shadowbox is written entirely in  JavaScript and CSS and is highly customizable.</p>
<p>5. <a rel="nofollow" href="http://wordpress.org/extend/plugins/jquery-lightbox-for-native-galleries/" target="_blank">jQuery Lightbox For Native Galleries</a></p>
<p>Makes the native WordPress galleries use a lightbox to display the fullsize  images.</p>
<p>6. <a rel="nofollow" href="http://www.pedrolamas.com/projectos/jquery-lightbox-en/" target="_blank">WordPress jQuery Lightbox Plugin </a></p>
<p>Used to overlay images on the current page, a little bit different popular  Lightbox plugin. If you want to see live demo of this plugin, just scroll down  the page to see sample image and click on it.</p>
<p>7. <a rel="nofollow" href="http://web-argument.com/accordion-image-menu-plugin/" target="_blank">Accordion Image Menu</a></p>
<p>This is a different menu that uses your post images as a background. You can  insert the menu wherever you want: content, php files or widget if your theme  allows it.</p>
<p>8. <a rel="nofollow" href="http://wordpress.org/extend/plugins/microaudio/" target="_blank">uAudio Player</a></p>
<p>µAudio is a slim (450 Bytes!), fast plugin to create a flash <span id="IL_AD6">mp3 player</span> when mp3 links are clicked. In order to reduce  clutter and <span id="IL_AD3">file transfer</span></p>
<p>9. <a rel="nofollow" href="http://wordpress.org/extend/plugins/advanced-spoiler/" target="_blank">Advanced Spoiler</a></p>
<p>Show or hide contents(text, image etc.) with animated effects wrapped by  spoiler markup tag([spoiler][/spoiler]).</p>
<p>10. <a rel="nofollow" href="http://kirill-novitchenko.com/tweet-blender/" target="_blank">Tweet Blender</a></p>
<p>Similar in functionality to Twitter’s own widget but has support for multiple  authors, hashtags, and keywords all blended together.</p>
<p>11. <a rel="nofollow" href="http://www.prelovac.com/vladimir/WordPress-plugins/insights" target="_blank">Insights wordpress plugin</a></p>
<p>nsights is a powerful tool to write your blog posts. It increases  productivity and the quality of your posts by using dynamic AJAX interface. This  interface loads the relevant information about your post in seconds.</p>
<p>12. <a rel="nofollow" href="http://wordpress.org/extend/plugins/google-ajax-translation/" target="_blank">Google AJAX Translation</a></p>
<p>The Google AJAX Translation WordPress plugin provides a quick, simple, and  light way to add translation to your blog.</p>
<p>13. <a rel="nofollow" href="http://net.tutsplus.com/tutorials/WordPress/WordPress-sidebar-turned-apple-flashy-using-jquery-ui/" target="_blank">WordPress Sidebar Turned Apple-Flashy Using  jQuery UI</a></p>
<p>Beautiful tutorial, explaining how to modify and add Apple type sidebar using  the Accordion plugin in jQuery UI.</p>
<p>14. <a rel="nofollow" href="http://net.tutsplus.com/javascript-ajax/adding-form-validation-to-WordPress-comments-using-jquery/" target="_blank">Adding Form Validation to WordPress Comments  using jQuery</a></p>
<p>This tutorial will show you how to use jQuery to do some instant checking on  an example comment form.</p>
<p>15. <a rel="nofollow" href="http://www.infinite-scroll.com/" target="_blank">Infinite scroll</a></p>
<p>Infinite scroll has been called autopagerize, unpaginate, endless pages. But  essentially it is pre-fetching content from a subsequent page and adding it  directly to the user’s current page.</p>
<p>16. <a rel="nofollow" href="http://www.gdstarrating.com/" target="_blank">GD  Star Rating wordpress plugin</a></p>
<p>GD Star Rating plugin allows you to set up rating and review system for  posts, pages and comments in your blog. You can set many options for displaying  the rating stars</p>
<p>17. <a rel="nofollow" href="http://www.ericmmartin.com/projects/smcf/" target="_blank">SimpleModal Contact Form (SMCF)</a></p>
<p>SimpleModal Contact Form (SMCF) is an Ajax powered modal contact form. It  utilizes the jQuery JavaScript library and the SimpleModal jQuery  plugin.</p>
<p>18. <a rel="nofollow" href="http://www.upsidedowncity.net/wordpress-featured-post-slideshow/" target="_blank">WordPress Featured Post Slideshow</a></p>
<p>Article Source:</p>
<p>http://visionwidget.com/inspiration/web/427-jquery-wordpress-plugins.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>16个免费的WordPress相册插件</title>
		<link>http://www.fallday.org/archives/221</link>
		<comments>http://www.fallday.org/archives/221#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:49:08 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=221</guid>
		<description><![CDATA[The following 16 WordPress Plugins display images which you have uploaded to your WordPress blog’s server. Typically, they are in a core folder of your own choice, or one specified by WordPress or the Plugin. Some of these WordPress Plugins allow grouping of images into collections or sub-galleries or sub-albums through the use of sub-folders. [...]]]></description>
			<content:encoded><![CDATA[<p>The following 16 WordPress Plugins display images which you have uploaded to  your WordPress blog’s server. Typically, they are in a core folder of your own  choice, or one specified by WordPress or the Plugin. Some of these WordPress  Plugins allow grouping of images into collections or sub-galleries or sub-albums  through the use of sub-folders.</p>
<p><span id="more-221"></span><br />
1. Cincopa WordPress Plugin | <a rel="nofollow" href="http://wpcincopaplugin.ronica.net/examples/smooth-gallery-sitemap/" target="_blank">Ahthor Homepage </a>| <a rel="nofollow" href="http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/" target="_blank">At WordPress.org<br />
</a></p>
<div style="text-align: center;"><img title="Cincopa WordPress Plugin" src="http://i698.photobucket.com/albums/vv345/visionwidget/ScreenShot00181.jpg" border="0" alt="Cincopa WordPress Plugin" width="468" height="349" /></div>
<p>With this plugin you can post beautiful rich  videos, photos and music galleries very easily. The big difference between this  plugin and many others is the fact that it is coupled with Cincopa Internet  platform which means :</p>
<p>2. WordPress Gallery <span id="IL_AD7">Slideshow</span> | <a rel="nofollow" href="http://thomas.stachl.me/2008/11/29/tutorials/wordpress-gallery-slideshow/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/wordpress-gallery-slideshow/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="WordPress Gallery Slideshow" src="http://i698.photobucket.com/albums/vv345/visionwidget/ScreenShot00182.jpg" border="0" alt="WordPress Gallery Slideshow" width="468" height="315" /></div>
<p>The inspiration for this plugin came from NextGEN  Gallery which includes a slideshow. As I always wanted small plugins that  doesn’t add unnecessary tables and an unnecessary huge amont of codelines I  wrote a small plugin which uses the built in gallery of WordPress for  slideshows. You can use it with the new shortcut for slideshows</p>
<p>3. Media  Library Gallery | <a rel="nofollow" href="http://www.ixme.net/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/media-library-gallery/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Media Library Gallery" src="http://i698.photobucket.com/albums/vv345/visionwidget/gallery.jpg" border="1" alt="Media Library Gallery" width="468" height="468" /></div>
<p>Automatically creates a gallery with every images  posts have in attachment. Support thickbox. To include the gallery in a page,  simply write in the post: [media-library-gallery nb=XX] where XX is the number  of pictures for a page.</p>
<p>4. NextGEN Gallery | <a rel="nofollow" href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="NextGEN Gallery" src="http://i698.photobucket.com/albums/vv345/visionwidget/nextgengallery_example.jpg" border="1" alt="NextGEN Gallery" width="468" height="364" /></div>
<p>NextGEN Gallery is a full integrated Image  Gallery plugin for WordPress with a Flash slideshow option.</p>
<p>5. DM Albums  | <a rel="nofollow" href="http://www.dutchmonkey.com/?file=products/dm-albums/dm-albums.html" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/dm-albums/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="DM Albums" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_023900.jpg" border="0" alt="DM Albums" width="468" height="319" /></div>
<p>DM Albums™ is an inline photo album/gallery  plugin that displays high quality images and thumbnails perfectly sized to your  blog.</p>
<p>6. Yet Another PhotoBlog | <a rel="nofollow" href="http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/yet-another-photoblog/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Yet Another PhotoBlog" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_005147.jpg" border="1" alt="Yet Another PhotoBlog" width="468" height="270" /></div>
<p><span id="IL_AD5">Convert</span> your  WordPress 2.5+ installation into a full featured photoblog in virtually no time.  Use the full range of WordPress functions and plugins: Benefit from the big  community WordPress has to offer.</p>
<p>7. Picasna | <a rel="nofollow" href="http://picasna.com/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/picasna/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Picasna" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_025826.jpg" border="0" alt="Picasna" width="468" height="252" /></div>
<p>Picasna for WordPress is a free plugin that  enables you to display your photos in a stylish and easy-to-browse way on your  WordPress Blog. It’s a fullscreen gallery that uses the best tool for editing  and managing your photos — Picasa 3 (by Google). You can upload photos directly  to Picasa Web Albums and they will appear on your web page in seconds</p>
<p>8.  PhotoSmash Galleries | <a rel="nofollow" href="http://www.whypad.com/posts/photosmash-galleries-wordpress-plugin-released/507/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/photosmash-galleries/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="PhotoSmash Galleries" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_010741.jpg" border="0" alt="PhotoSmash Galleries" width="468" height="283" /></div>
<p>PhotoSmash Galleries makes it easy to create  photo galleries in posts or pages that your users can upload images  to.</p>
<p>9. Misiek Photo Album | <a rel="nofollow" href="http://maugustyniak.corpface.com/misiek-photo-album/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/misiek-photo-album/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Misiek Photo Album" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_015328.jpg" border="1" alt="Misiek Photo Album" width="468" height="232" /></div>
<p>Plugin allows you to add photo albums to your  site using media library from your wordpress.</p>
<p>10. Flickr Tag | <a rel="nofollow" href="http://www.webopticon.com/archives/148" target="_blank">Ahthor  Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/flickr-tag/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Flickr Tag" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_023021.jpg" border="1" alt="Flickr Tag" width="468" height="234" /></div>
<p>When I started using WordPress for  webopticon.com, I had a hard time finding a Flickr plugin that didn’t download  all the photos onto my server, have them appear in a separate gallery, or  otherwise look totally kitsch. I just wanted something simple</p>
<p>11. Flickr  + Highslide | <a rel="nofollow" href="http://pimlinders.com/wordpress/" target="_blank">Ahthor Homepage </a>|<a rel="nofollow" href="http://wordpress.org/extend/plugins/flickr-highslide/" target="_blank"> At WordPress.org</a></p>
<div style="text-align: center;"><img title="Flickr + Highslide" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_025432.jpg" border="0" alt="Flickr + Highslide" width="468" height="245" /></div>
<p>12. my Picasaweb Album | <a rel="nofollow" href="http://aan.dudut.com/blog/my-picasaweb-album/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/my-picasaweb-album/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="my Picasaweb Album" src="http://i698.photobucket.com/albums/vv345/visionwidget/2009-05-03_030430.jpg" border="0" alt="my Picasaweb Album" width="468" height="201" /></div>
<p>13. FlippingBook Gallery Plugin | <a rel="nofollow" href="http://pageflipgallery.com/" target="_blank">Ahthor  Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/page-flip-image-gallery/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="FlippingBook Gallery Plugin" src="http://i698.photobucket.com/albums/vv345/visionwidget/flippingbook.jpg" border="0" alt="FlippingBook Gallery Plugin" width="468" height="398" /></div>
<p>Do you need to show your photos to the best  advantage and post them in a speedy manner, don’t you? You need to make a bright  and memorable presentation, portfolio or image gallery?</p>
<p>14. Fotobook | <a rel="nofollow" href="http://www.aaronharp.com/dev/wp-fotobook/" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/fotobook/" target="_blank">At WordPress.org<br />
</a></p>
<div style="text-align: center;"><img title="Fotobook" src="http://i698.photobucket.com/albums/vv345/visionwidget/fotobook1.jpg" border="0" alt="Fotobook" width="468" height="193" /></div>
<p>Fotobook is a WordPress plugin that will link to  your Facebook account(s) and import all of your photo albums for use in your  WordPress installation. It uses the Facebook’s API so importing your photos is a  breeze.</p>
<p>15. Lightbox Gallery | <a rel="nofollow" href="http://wordpressgogo.com/development/lightbox-gallery.html#english" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/lightbox-gallery/" target="_blank">At WordPress.org<br />
</a></p>
<div style="text-align: center;"><img title="Lightbox Gallery" src="http://i698.photobucket.com/albums/vv345/visionwidget/lightbox.jpg" border="0" alt="Lightbox Gallery" width="468" height="200" /></div>
<p>This plugin changes the view of galleries to the  Lightbox view and also displays the associated metadata with the images. The  caption for each image is viewed through a tooltip when you hover your mouse on  a thumbnail.</p>
<p>16. Inline Gallery | <a rel="nofollow" href="http://m0n5t3r.info/photo-galleries/haggard-and-amorphis.html" target="_blank">Ahthor Homepage</a> | <a rel="nofollow" href="http://wordpress.org/extend/plugins/inline-gallery/" target="_blank">At WordPress.org</a></p>
<div style="text-align: center;"><img title="Inline Gallery" src="http://i698.photobucket.com/albums/vv345/visionwidget/inlinegallery.jpg" border="1" alt="Inline Gallery" width="468" height="126" /></div>
<p>Demo available at  http://m0n5t3r.info/photo-galleries/haggard-and-amorphis.html</p>
<p>Article Source:</p>
<p>http://visionwidget.com/inspiration/web/68-wordpress-photo-gallery-plugins.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/221/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress中文摘要</title>
		<link>http://www.fallday.org/archives/208</link>
		<comments>http://www.fallday.org/archives/208#comments</comments>
		<pubDate>Sun, 08 Nov 2009 03:50:06 +0000</pubDate>
		<dc:creator>fallday</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[中文摘要]]></category>

		<guid isPermaLink="false">http://www.fallday.org/?p=208</guid>
		<description><![CDATA[周末为女儿做了一个博客，选了一个英文的主题，自己做了简单的汉化。 以前自己通常是在文章在加入more标志来生成文章摘要的，这个模板用了自动摘要的功能，但对中文的文章却不灵，摘要往往成了全文显示。 不得已只能自己处理了，英文单词中间都有空格，所以很多英文的摘要处理都利用空格来做截断处理，但对中文就有问题了，中文但不需要空格来隔断。需要用另外的方法处理。 自己也没有太高的要求，用mb_string的函数稍微改写了一个代码，就ok了。主要就是用mb_substr或mb_strcut来处理。 这个方法需要php安装php-mbstring模块。]]></description>
			<content:encoded><![CDATA[<p>周末为女儿做了一个博客，选了一个英文的主题，自己做了简单的汉化。</p>
<p>以前自己通常是在文章在加入more标志来生成文章摘要的，这个模板用了自动摘要的功能，但对中文的文章却不灵，摘要往往成了全文显示。</p>
<p>不得已只能自己处理了，英文单词中间都有空格，所以很多英文的摘要处理都利用空格来做截断处理，但对中文就有问题了，中文但不需要空格来隔断。需要用另外的方法处理。</p>
<p><span id="more-208"></span>自己也没有太高的要求，用mb_string的函数稍微改写了一个代码，就ok了。主要就是用mb_substr或mb_strcut来处理。</p>
<p>这个方法需要php安装php-mbstring模块。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fallday.org/archives/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

