<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 升级到了Wordpress 2.8.1</title>
	<atom:link href="http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html</link>
	<description>什么都略懂一点，生活会多彩一些</description>
	<lastBuildDate>Mon, 12 Jul 2010 12:57:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-461</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-461</guid>
		<description>&lt;a href=&quot;#comment-436&quot; rel=&quot;nofollow&quot;&gt;@吖Bee  &lt;/a&gt; 
嗯  看看 ChangeLog 里主要是后台加了一个直接安装主题的功能，再就是一些细节的变化，比如可以在 foot 部分引用 script 等等。</description>
		<content:encoded><![CDATA[<p><a href="#comment-436" rel="nofollow">@吖Bee  </a><br />
嗯  看看 ChangeLog 里主要是后台加了一个直接安装主题的功能，再就是一些细节的变化，比如可以在 foot 部分引用 script 等等。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 吖Bee</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-436</link>
		<dc:creator>吖Bee</dc:creator>
		<pubDate>Sun, 19 Jul 2009 02:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-436</guid>
		<description>升级...好像没什么变化...</description>
		<content:encoded><![CDATA[<p>升级&#8230;好像没什么变化&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 老T</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-381</link>
		<dc:creator>老T</dc:creator>
		<pubDate>Sun, 12 Jul 2009 05:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-381</guid>
		<description>怎么这么晚才毕业？
好久没有更新了哦 
都快长草了 ！</description>
		<content:encoded><![CDATA[<p>怎么这么晚才毕业？<br />
好久没有更新了哦<br />
都快长草了 ！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-380</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Sun, 12 Jul 2009 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-380</guid>
		<description>&lt;a href=&quot;#comment-379&quot; rel=&quot;nofollow&quot;&gt;@xiaoding &lt;/a&gt; 
wp_enqueue_script的作用是引入js库，跟wp_deregister_script以及wp_register_script配合可以把wp自带的js库换掉而使用自定义的js库(比如Google的)，这样即使其他插件使用这个函数来引入js的话都可以使用自定义的js库了。不使用这个函数的话可能需要手动修改插件，这样我觉得比较麻烦。
在之前的版本中wp_enqueue_script只能放在header里，这样js库是在header加载的，可能会影响加载速度。现在我的模板里加载进度条需要用的jQuery，所以必须在header里加载，这个特性就用不上了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-379" rel="nofollow">@xiaoding </a><br />
wp_enqueue_script的作用是引入js库，跟wp_deregister_script以及wp_register_script配合可以把wp自带的js库换掉而使用自定义的js库(比如Google的)，这样即使其他插件使用这个函数来引入js的话都可以使用自定义的js库了。不使用这个函数的话可能需要手动修改插件，这样我觉得比较麻烦。<br />
在之前的版本中wp_enqueue_script只能放在header里，这样js库是在header加载的，可能会影响加载速度。现在我的模板里加载进度条需要用的jQuery，所以必须在header里加载，这个特性就用不上了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-379</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sun, 12 Jul 2009 03:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-379</guid>
		<description>&lt;a href=&quot;#comment-374&quot; rel=&quot;nofollow&quot;&gt;@Bronco  &lt;/a&gt; 
这个应该是给那些不喜欢折腾、需要方便的人用的。 俺们这样喜欢折腾的人索性就自己手工改代码了。。  用不着这些</description>
		<content:encoded><![CDATA[<p><a href="#comment-374" rel="nofollow">@Bronco  </a><br />
这个应该是给那些不喜欢折腾、需要方便的人用的。 俺们这样喜欢折腾的人索性就自己手工改代码了。。  用不着这些</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-374</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-374</guid>
		<description>嗯，看来之前iqbee童鞋的问题是因为升到了2.8啊~~
之前我比较期待的一个新功能是wp_enqueue_script可以放到footer里，现在发现居然用不上了 :mrgreen:</description>
		<content:encoded><![CDATA[<p>嗯，看来之前iqbee童鞋的问题是因为升到了2.8啊~~<br />
之前我比较期待的一个新功能是wp_enqueue_script可以放到footer里，现在发现居然用不上了 <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-373</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 11 Jul 2009 15:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-373</guid>
		<description>&lt;a href=&quot;#comment-368&quot; rel=&quot;nofollow&quot;&gt;@simaopig  &lt;/a&gt; 
嗯。。 落后了不少，连日志都没有怎么写。  等下面有时间了还得认真搞搞，hoho~  多谢支持！</description>
		<content:encoded><![CDATA[<p><a href="#comment-368" rel="nofollow">@simaopig  </a><br />
嗯。。 落后了不少，连日志都没有怎么写。  等下面有时间了还得认真搞搞，hoho~  多谢支持！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simaopig</title>
		<link>http://blog.xiaoding.org/post/upgrade-wordpress-to-2_8_1.html/comment-page-1#comment-368</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Sat, 11 Jul 2009 01:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=274#comment-368</guid>
		<description>升的还真是晚啊。哈哈。</description>
		<content:encoded><![CDATA[<p>升的还真是晚啊。哈哈。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
