<?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>中文Flex例子 &#187; WordPress相关</title>
	<atom:link href="http://blog.minidx.com/category/wordpress_about/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>61款非常不错的免费Wordpress商业模板</title>
		<link>http://blog.minidx.com/2009/02/23/2175.html</link>
		<comments>http://blog.minidx.com/2009/02/23/2175.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:00:08 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2175</guid>
		<description><![CDATA[随着计算机存储设备以及相关硬件的快速发展，在网络上拥有一个自己的域名，搭建一个属于自己的Blog的成本变得越来越低。免费的Wordpress是很多朋友的首选Blog系统，不过相信很多朋友也都为了选择一款自己满意的模板而耗费了很多时间。这里整理了61款非常不错的免费Wordpress商业模板，不妨先看看，说不定就有一款是你满意的：61+ Free Business Wordpress themes
你可能还对下列文章感兴趣:头部增加了导航栏wordpress增加独立友情链接页面DIY修改WordPress模板好累啊~Godaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法WordPress 2.5版本正式发布了]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/23/2175.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Godaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法</title>
		<link>http://blog.minidx.com/2008/07/21/1109.html</link>
		<comments>http://blog.minidx.com/2008/07/21/1109.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 23:42:55 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp-cache]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/21/1109.html</guid>
		<description><![CDATA[一直都不太喜欢静态化插件以及一些所谓的提速插件，因为往往会给我们带来很多额外的错误/问题。在demo.minidx.com上测试wp-cache插件，动不动就出现500 Internal Server Error错误，一直都以为是wp-cache插件本身的问题，但是看到很多运行在其他空间上的wp-cache却运行得很好，看了一下代码，原来是Godaddy空间本身配置上和标准的有点不一样，为了解决500错误，可以做如下修改：








1. 打开 wp-content/plugins/wp-cache/wp-cache-phase1.php2. 找到下面这段代码:
foreach&#160;($meta-&#62;headers as $header) {
header($header);
}

替换成:
foreach&#160;($meta-&#62;headers as $header) {
if&#160;( false !== strpos($header, ‘Last-Modified:’) ) continue;
header($header);
}

你可能还对下列文章感兴趣:建议大家不要购买Godaddy的虚拟主机了61款非常不错的免费Wordpress商业模板性价比不错的VPS提供商JB WebHosting以及优惠码WordPress 2.5版本正式发布了WordPress中生成静态HTML页面的PHP代码]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/21/1109.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5版本正式发布了</title>
		<link>http://blog.minidx.com/2008/03/30/666.html</link>
		<comments>http://blog.minidx.com/2008/03/30/666.html#comments</comments>
		<pubDate>Sun, 30 Mar 2008 05:40:22 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[发布]]></category>
		<category><![CDATA[正式版]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/30/666.html</guid>
		<description><![CDATA[登陆到后台，看到面板上显示了“A new version of WordPress is available! Please update now.”，原来在百度Hi已经可以体验了，Wordpress2.5 RC2也已经发布中提到的RC2已经改为正式的2.5版本发布了。这一次版本的升级改动的文件超过350个，关键是包括数据库也有比较大的更新，所以升级不可能像以前那样直接覆盖php文件而不执行update了。








官方一直都是号称“With our famous 5-minute installation, setting up WordPress for the first time is simple.”，不知这次升级实际需要多少时间。对一些插件的兼容方面，也有所担心，所以保险起见依然不准备升级到2.5版本，等“小白鼠”们反馈结果后再做决定~
你可能还对下列文章感兴趣:61款非常不错的免费Wordpress商业模板Godaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法WordPress中生成静态HTML页面的PHP代码百度Hi已经可以体验了，Wordpress2.5 RC2也已经发布把SideBar的Meta部分功能移到了Footer里]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/30/666.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress中生成静态HTML页面的PHP代码</title>
		<link>http://blog.minidx.com/2008/03/30/663.html</link>
		<comments>http://blog.minidx.com/2008/03/30/663.html#comments</comments>
		<pubDate>Sun, 30 Mar 2008 01:13:36 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[URL重定向]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[负载能力]]></category>
		<category><![CDATA[静态化]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/30/663.html</guid>
		<description><![CDATA[页面的静态化，对于访问量较大的站点来说，可以极大的减少数据库的连接/读取次数，减少CPU的消耗率，从而增强站点的负载能力，并且一定程度上提高用户的访问速度，即使数据库崩溃，站点依然可以正常访问，而且搜索引擎对于静态HTML页面，也会有很多的照顾……。目前可以看到的WordPress的静态化插件，一般都有比较致命的缺陷，比如关联文章的显示，留言时候的更新，SideBar部分数据的更新……等等，  那是否有什么方法，是可以让自己来定义如何，或者是什么时候生成静态化HTML页面的呢？








月光的通用PHP动态生成静态HTML网页的代码给我们做了简单的说明，说明了如何自己实现静态化HTML的输出：
首先设置.htaccess文件（关于.htaccess的URL重定向，可以参考.htaccess使用方法总结），将动态调用的参数转换为静态的HTML的URL地址，例如将在post目录下的文件，转发到根目录的wp-post.php文件中，加入的语句类似：
RewriteRule ^post/([a-z0-9\-]+\.html)$  wp-post.php?$1$2
然后修改wp-post.php文件，在文件的开头加入以下PHP代码：
ob_start();
$qstring = isset($_SERVER[&#34;QUERY_STRING&#34;]) ? $_SERVER[&#34;QUERY_STRING&#34;] : &#34;&#34;;
define(&#34;HTML_FILE&#34;,&#160; $_SERVER['DOCUMENT_ROOT'].&#34;/post/&#34;.$qstring);
&#160;
if&#160;(file_exists(HTML_FILE))
{
$lcft = filemtime(HTML_FILE);
if&#160;(($lcft + 3600) &#38;gt; time())&#160; //判断上次生成HTML文件是否超过1小时，若没有才直接输出文件内容
{
echo(file_get_contents(HTML_FILE));
exit(0);
}
}

之后是现有的PHP的代码，然后在当前代码的最后面加上如下的PHP代码：
define(&#34;HTMLMETA&#34;,&#34;&#38;lt;!-- this is a real static html file created at &#34;.date(&#34;Y-m-d H:i:s&#34;).&#34; --&#38;gt;&#34;);
$buffer = ob_get_flush();
$fp = fopen(HTML_FILE, &#34;w&#34;);
if&#160;($fp)
{
fwrite($fp, $buffer.HTMLMETA);
fclose($fp);
}

察看HTML页面，如果页面尾部出现了注释行，说明已经成功的创建了静态HTML文件。这样我们只需要修改文件输出的条件判断部分，就可以根据自己的需要，进行静态化HTML的输出了。
你可能还对下列文章感兴趣:25篇非常详细的关于如何从PSD转换为HTML&#38;CSS的教程61款非常不错的免费Wordpress商业模板如何利用HTMLComponent组件让你的Flex应用支持完美的HTMLGodaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法Flex中如何利用htmlText和condenseWhite属性在RichTextEditor中紧缩HTML的空格的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/30/663.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>修正了这个模板IE下的一些问题以及整合了相册(zenPhoto)</title>
		<link>http://blog.minidx.com/2008/01/13/419.html</link>
		<comments>http://blog.minidx.com/2008/01/13/419.html#comments</comments>
		<pubDate>Sat, 12 Jan 2008 16:56:40 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[zenphoto]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[滚动条]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/01/13/419.html</guid>
		<description><![CDATA[ 因为自己一直用Firefox，全文检索博客的这个模板也是在Firefox下完成的，IE下虽然作了些测试，但是“遗留”了几个问题一直没去解决。调整CSS纯粹是力气活……最大的受害部位就是眼睛，盯着电脑不断的调整……今天!CnSoLoer又反映了页面出现横向滚动条的问题，先谢谢!CnSoLoer以及曾经提出问题的朋友们，哎，问题总归是要去解决的， 咬了咬牙，抽出了点时间解决了下面几个问题：








●IE打开文章页面，浏览器底部出现衡向滚动条的问题
这个问题发生的原因，是由于single.php中各个部分的模块划分不一致引起的，懒得去调整数字了，原来有一个content定义，直接在CSS中添加了content的扩展定义：
#contentext {&#160;&#160;&#160; margin:30px 190px 10px 0px;&#160;&#160;&#160; padding-right: 50px;}
在模板的header.php中作了如下修改：

   1:  &#60;?php if (is_single()) : // this is displayed single page ?&#62;
   2:      &#60;div id="contentext"&#62;
   3:  &#60;?php else : ?&#62;
   4:      &#60;div id="content"&#62;
   [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/01/13/419.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/29 queries in 0.078 seconds using disk
Object Caching 409/802 objects using disk

Served from: blog.minidx.com @ 2012-02-10 01:14:04 -->
