<?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.hiadmin.org/category/blog-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hiadmin.org</link>
	<description>以wordpress为基点，关注软件生命周期，IT互联网和技术分享的个人博客</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:32:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>让JS和CSS也支持Gzip压缩</title>
		<link>http://www.hiadmin.org/blog-seo/wordpress-gzip-css-js/</link>
		<comments>http://www.hiadmin.org/blog-seo/wordpress-gzip-css-js/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 12:00:18 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GZIP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/wordpress-gzip-css-js/</guid>
		<description><![CDATA[阳光曾经写在以前的文章中写过“开启GZIP压缩功能为wordpress提速”来加速网页的显示速度不过对于CSS和JS，默认是不进行压缩的，之后阳光为了让它也对JS和CSS进行压缩从网上找了很多资料，终于有一个是能用的的现在分享给大家。

让JS和CSS支持Gzip压缩
搜索了一下，有很多方法可以实现，但都有一个严重的BUG，该死的IE６对Gzip的支持不是很好，如果对CSS、JS进行Gzip压缩，会使部分 JS失效或者CSS无法加载，Dream试了下，只要一启用Gzip，Wordpress就处于裸奔状态，CSS完全失效，而且还一大堆JS错误。既然 IE６不支持，那我们就绕过它（惹不起我还躲不起吗？）经过一下午的折腾，终于搞定了这问题。 
 

首先新建GZIP.PHP的文件
在你网站的根目录下新建一名字为gzip.php的文件，代码如下。代码有点长要拷贝完整才行的。]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/wordpress-gzip-css-js/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>wordpress超级实用插件介绍</title>
		<link>http://www.hiadmin.org/blog-seo/practical-plugin/</link>
		<comments>http://www.hiadmin.org/blog-seo/practical-plugin/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:05:55 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress插件]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/practical-plugin/</guid>
		<description><![CDATA[wordpress这个CMS最大特点在于他丰富的插件，这点大家可都认同的，但是对于使用什么插件，大家全凭自己的喜爱，但是每一种功能都好几种插件可供选择的。

看看阳光真正使用的或者以前使用过的插件。但是插件越多空间打开速度会越慢的，这点对于使用虚拟主机的用户来说，还是很重要的。所以插件的价值就在于解决了自己博客上面的一些问题，够实用就好。

Akismet
Akismet是一个优秀的防Spam垃圾留言的优秀插件，绝大多数wordpress blogger都在使用，有了akismet之后，基本上不用担心垃圾留言的烦恼了
虽然AKismet有的时候也会犯错，吧正常留言当着垃圾来处理了，但是经常上后台看看垃圾留言也可以的哦。]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/practical-plugin/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>开启GZIP压缩功能为wordpress提速</title>
		<link>http://www.hiadmin.org/blog-seo/wordpress-gzip/</link>
		<comments>http://www.hiadmin.org/blog-seo/wordpress-gzip/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 13:52:01 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GZIP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[提高网站访问速度]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/wordpress-gzip/</guid>
		<description><![CDATA[用wordpress的用户差不多都用过或者听说过WP-Cache及WP-Supper Cache插件，这2个插件的功能用于提高页面的访问速度，但是用过的应该都晓得效果不明显，其实还有另外一种可以提高页面显示速度的技术--Gaip压缩。

什么是GZIP?
GZIP最早由Jean-loup Gailly和Mark Adler创建，用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件，它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式，或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。这一般是指WWW服务器中安装的一个功能,当有人来访问这个服务器中的网站时,服务器中的这个功能就将网页内容压缩后传输到来访的电脑浏览器中显示出来.一般对纯文本内容可压缩到原大小的40％.这样传输就快了,效果就是你点击网址后会很快的显示出来.当然这也会增加服务器的负载.]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/wordpress-gzip/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>来自ODP编辑部的一封信</title>
		<link>http://www.hiadmin.org/blog-seo/odp-editor/</link>
		<comments>http://www.hiadmin.org/blog-seo/odp-editor/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 08:38:33 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[dmoz]]></category>
		<category><![CDATA[odp]]></category>
		<category><![CDATA[开放目录]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/odp-editor/</guid>
		<description><![CDATA[周三的时候阳光申请加入ODP目录义务编辑员，今天就收到回复了。虽然是一封拒绝的信但是他们的效率还是蛮高的。希望通过他们的回复能让我再次申请时不被拒绝。

谢谢你有志成为开放目录专案的编辑员。

经过审慎考虑後，我们并未能批准你的申请。通常来说，审核人员回绝编辑员申请的原因包括（但不限于）以下几项：

* 申请表格填写得不完整。某些栏目的资料不齐全，例如申请理由、你的关联网站、网址样本等。
* 不当的用辞、文法或标点]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/odp-editor/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>wordpress3.0以上版本和Redirection插件不兼容</title>
		<link>http://www.hiadmin.org/blog-seo/redirection-301/</link>
		<comments>http://www.hiadmin.org/blog-seo/redirection-301/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:52:05 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[301重定向错误]]></category>
		<category><![CDATA[Redirection]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/redirection-301/</guid>
		<description><![CDATA[由于阳光的博客是用Zblog转到wordpress的，所以运来在zblog程序上面使用的一些链接方式到了wordpress叶就不太适合了，另外一个就是阳光的域名换了，这也导致了原来的永久链接全部失效了，所以阳光使用Redirection将原来那些链接到301永久重定向到新的链接上面了。

首先得介绍下什么Redirection插件？
字面意思就可以看出来Redirection就是重定向的意思
Redirection是一个管理301重定向的wordpress插件，可以将404 errors重定向到正确的页面，对换域名迁移或改变路径安装博客非常有效]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/redirection-301/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>修改wordpress主题中title属性</title>
		<link>http://www.hiadmin.org/blog-seo/wordpress-title/</link>
		<comments>http://www.hiadmin.org/blog-seo/wordpress-title/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:35:22 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/wordpress-title/</guid>
		<description><![CDATA[wordpress的主题中阳光最喜欢的Twenty 和iNove，而iNove是阳光一直在使用的主题了。网站的title优化对网站的整体搜索引擎优化有很大的作用，但是在iNove主题中中对于网站不同页面类别的title设置有明显的SEO缺陷
看看阳光都修改了那些功能？
iNove主题中网站的首页只显示了博客标题如：阳光网志。而应该显示博客标题+博客介绍
在文章页面的时候，iNove主题的title值这样的”博客标题>>文章标题。如：阳光网志>>Windows Live Writer安装插件 .然而最优化的方式为：Windows Live Writer安装插件- 阳光网志
iNove主题中很多链接都是死链，慢是死链的博搜索引擎是不会喜欢的]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/wordpress-title/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer安装插件</title>
		<link>http://www.hiadmin.org/blog-seo/livewirter-plugins/</link>
		<comments>http://www.hiadmin.org/blog-seo/livewirter-plugins/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 14:24:03 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/livewirter-plugins/</guid>
		<description><![CDATA[最近阳光在研究Windows Live Writer的高级功能的时候，发现windows live writer已经支持插件了，虽然目前还没有windows live官方提供的插件可供下载使用，但是已经有一些好事之徒写了插件放上去了。目前windows live writer网上可供下载的中文插件仅仅有9款，数量至少让人汗颜啦。

安装Windows Live Writer
下载windows live writer插件：下载地址windows live writer
下载回来的常见是一个msi的的安装文件，直接安装就可以了
安装好我们运行windows live writer 查看是否被windows live writer检测到
之后就是使用的问题了，安装了什么插件就具有了什么样的扩展功能]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/livewirter-plugins/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Revolver Maps-3D地球仪网站统计</title>
		<link>http://www.hiadmin.org/blog-seo/revolvermaps/</link>
		<comments>http://www.hiadmin.org/blog-seo/revolvermaps/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:43:57 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[RevolverMaps]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[地球仪统计]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/revolvermaps/</guid>
		<description><![CDATA[最近不少朋友在问阳光博客上面右侧的IP地球仪统计，也就是您现在看见的（看右边）这个在不停的转的那个地球仪哦！现给大家介绍下这个非常不错的免费的3D地球仪统计：Revolver Maps。

什么是Revolver Maps？
Revolver Maps 是一个非常有创意和新意的网站免费统计，它是采用Revolver Maps Graphics Engine图形引擎，除了提供Java 版本，另一个为Flash 版本，即使你的访问者的浏览器没有安装Flash也可以用Java来观看3D地球仪统计。现在最新的Revolver Maps 版本是Revolver Maps 2.0]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/revolvermaps/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer之高级编辑功能</title>
		<link>http://www.hiadmin.org/blog-seo/livewriter-advancedsettings/</link>
		<comments>http://www.hiadmin.org/blog-seo/livewriter-advancedsettings/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:19:00 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[离线日志编辑器]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/livewriter-advancedsettings/</guid>
		<description><![CDATA[为什么要写这篇文章。
昨天阳光在博客上面给大家推荐了离线日志编辑器中的翘楚Windows Live Writer，有朋友留言说不会使用。Windows Live Writer的基础功能使用网上太多的文章了。阳光仅仅对Windows Live Writer里面高级功能详细的介绍说明下。比如：发布之后的文章连接名;文章的tag；文章摘要；等等一些对我们非常有用的设置。 
以前阳光用Windows Live Writer发布号文章后需要登录wordpress后台，修改文章链接名，添加Tag，设置摘要，以及加一个<!--more-->标签。为了让更多的朋友了解如何用Windows Live Writer来提高书写日志的效率才有了这篇文章。]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/livewriter-advancedsettings/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>离线日志编辑器之Windows Live Writer</title>
		<link>http://www.hiadmin.org/blog-seo/live-writer/</link>
		<comments>http://www.hiadmin.org/blog-seo/live-writer/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:25:24 +0000</pubDate>
		<dc:creator>阳光</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[离线日志编辑器]]></category>

		<guid isPermaLink="false">http://www.hiadmin.org/blog-seo/live-writer/</guid>
		<description><![CDATA[什么是离线日志编辑器？
对于广大的经常更新博客的朋友来说，经常会使用到离线日志编辑器，当然也有很多朋友直接在word里面写好并排版后在线更新。 
离线日志编辑器（也就是通过软件将日志内容写好，然后再发布到博客上面，而不是登录博客后台写日志）比较出名的有：Windows Live Writer;Zoundry Raven;Post2Blog;BlogJet等等，对于一个软件的好坏只有使用过的人才最有发言权。适合自己的就是最好的。 
今天就介绍下离线日志编辑器中的Windows Live Writer。从阳光使用过的离线日志编辑器来说，Windows Live Writer是所有离线编辑器中界面最友好;最简单易用的，也是对WordPress支持最好的。 
什么是Windows Live Writer？]]></description>
		<wfw:commentRss>http://www.hiadmin.org/blog-seo/live-writer/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
