<?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: 本末倒置？</title>
	<atom:link href="http://blog.chapmanchoi.com/2005/12/06/115/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chapmanchoi.com/2005/12/06/115</link>
	<description>I sync, therefore I am.</description>
	<lastBuildDate>Wed, 12 Oct 2011 04:11:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chap</title>
		<link>http://blog.chapmanchoi.com/2005/12/06/115/comment-page-1#comment-19</link>
		<dc:creator>Chap</dc:creator>
		<pubDate>Thu, 08 Dec 2005 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://testblog.chapmanchoi.com/?p=115#comment-19</guid>
		<description>我在af-extended-live-archive.js.php中的$plugin_path = get_settings(’home’)…改成get_settings(’siteurl’)...，現在沒問題了！！:grin:

Thanks so much!</description>
		<content:encoded><![CDATA[<p>我在af-extended-live-archive.js.php中的$plugin_path = get_settings(’home’)…改成get_settings(’siteurl’)&#8230;，現在沒問題了！！:grin:</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天佑</title>
		<link>http://blog.chapmanchoi.com/2005/12/06/115/comment-page-1#comment-18</link>
		<dc:creator>天佑</dc:creator>
		<pubDate>Wed, 07 Dec 2005 16:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://testblog.chapmanchoi.com/?p=115#comment-18</guid>
		<description>Wordspew 的問題我估計是 CSS 出現問題，我的 CSS 技巧實在有限，所以未能幫到你。

至於ELA 的問題正正是因為你的 WordPress installation 不是在 root 而是在 /wordpress 內，但 blog 的 URL 又沒有 /wordpress，你可以 view source 看看 ELA 加上 header 的 af-ela-style.css 及 af-extended-live-archive.js.php，留意它們的 path，因為 path 不存在所以不能 include。

我想知你在 WordPress Option 中 WordPress address (URI) 是不是有 /wordpress 這 path 而在 Blog address (URI) 沒有呢？如果是的話，你可以試試在 af-extended-live-archive.php 中$plugin_path = get_settings(&#039;home&#039;)... 這行的 &#039;home&#039; 轉成 &#039;siteurl&#039;，即是 get_settings(&#039;siteurl&#039;)，我估計可以解決你的問題。</description>
		<content:encoded><![CDATA[<p>Wordspew 的問題我估計是 CSS 出現問題，我的 CSS 技巧實在有限，所以未能幫到你。</p>
<p>至於ELA 的問題正正是因為你的 WordPress installation 不是在 root 而是在 /wordpress 內，但 blog 的 URL 又沒有 /wordpress，你可以 view source 看看 ELA 加上 header 的 af-ela-style.css 及 af-extended-live-archive.js.php，留意它們的 path，因為 path 不存在所以不能 include。</p>
<p>我想知你在 WordPress Option 中 WordPress address (URI) 是不是有 /wordpress 這 path 而在 Blog address (URI) 沒有呢？如果是的話，你可以試試在 af-extended-live-archive.php 中$plugin_path = get_settings(&#8216;home&#8217;)&#8230; 這行的 &#8216;home&#8217; 轉成 &#8216;siteurl&#8217;，即是 get_settings(&#8216;siteurl&#8217;)，我估計可以解決你的問題。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chap</title>
		<link>http://blog.chapmanchoi.com/2005/12/06/115/comment-page-1#comment-17</link>
		<dc:creator>Chap</dc:creator>
		<pubDate>Wed, 07 Dec 2005 13:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://testblog.chapmanchoi.com/?p=115#comment-17</guid>
		<description>其實我個人比較喜歡Wordspew，可是用Firefox的話出來效果有點問題，而中文支援問題卻是出在SmileTAG上。Wordspew的問題不知是否與這個theme有關，因為用之前的theme沒事。現在form裡面有幾個hidden的text field顯示了出來。
開了一版測試：
http://blog.chapmanchoi.com/shoutbox-testing/

btw，我正在看你blog上Extended Live Archive的教學，很好用～:razz:可是又不知道有甚麼問題顯示不到出來。我的安裝上應該沒有問題，而archive版的source也出現id=\&quot;af-ela\&quot;的div tag，可是沒有內容。不知道是否與我的wordpress裝到/wordpress而不是root有關。archive版在這裡：
http://blog.chapmanchoi.com/archives

nice to meet you!</description>
		<content:encoded><![CDATA[<p>其實我個人比較喜歡Wordspew，可是用Firefox的話出來效果有點問題，而中文支援問題卻是出在SmileTAG上。Wordspew的問題不知是否與這個theme有關，因為用之前的theme沒事。現在form裡面有幾個hidden的text field顯示了出來。<br />
開了一版測試：<br />
<a  href="http://blog.chapmanchoi.com/shoutbox-testing/" rel="nofollow">http://blog.chapmanchoi.com/shoutbox-testing/</a></p>
<p>btw，我正在看你blog上Extended Live Archive的教學，很好用～:razz:可是又不知道有甚麼問題顯示不到出來。我的安裝上應該沒有問題，而archive版的source也出現id=\&#8221;af-ela\&#8221;的div tag，可是沒有內容。不知道是否與我的wordpress裝到/wordpress而不是root有關。archive版在這裡：<br />
<a  href="http://blog.chapmanchoi.com/archives" rel="nofollow">http://blog.chapmanchoi.com/archives</a></p>
<p>nice to meet you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天佑</title>
		<link>http://blog.chapmanchoi.com/2005/12/06/115/comment-page-1#comment-16</link>
		<dc:creator>天佑</dc:creator>
		<pubDate>Wed, 07 Dec 2005 12:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://testblog.chapmanchoi.com/?p=115#comment-16</guid>
		<description>Wordspew UTF-8 支援方面如果你是使用 MySQL 4.1.x 而 collation 是 utf8_general_ci，的確是有問題的，你可以參考我之前談過的 &lt;a href=&quot;http://blog.tinyau.net/archives/2005/09/14/ajax-shoutbox-wordspew/&quot; rel=&quot;nofollow&quot;&gt;修改&lt;/a&gt;，至於 SmileTAG 應該 2.2 版本已經解決 UTF-8 encoding 的問題，只不過 SmileTAG 使用 iframe，對我這個力求 XHTML 1.1 valid 的人來說並不合適。:razz:</description>
		<content:encoded><![CDATA[<p>Wordspew UTF-8 支援方面如果你是使用 MySQL 4.1.x 而 collation 是 utf8_general_ci，的確是有問題的，你可以參考我之前談過的 <a  href="http://blog.tinyau.net/archives/2005/09/14/ajax-shoutbox-wordspew/" rel="nofollow">修改</a>，至於 SmileTAG 應該 2.2 版本已經解決 UTF-8 encoding 的問題，只不過 SmileTAG 使用 iframe，對我這個力求 XHTML 1.1 valid 的人來說並不合適。:razz:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

