<?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"
	>
<channel>
	<title>Comments on: 用 Treo 聽 Podcast</title>
	<atom:link href="http://chiunam.net/blog/archives/30/feed" rel="self" type="application/rss+xml" />
	<link>http://chiunam.net/blog/archives/30</link>
	<description>Every little thing counts</description>
	<pubDate>Thu, 09 Sep 2010 05:42:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: terewong</title>
		<link>http://chiunam.net/blog/archives/30#comment-692</link>
		<dc:creator>terewong</dc:creator>
		<pubDate>Thu, 24 Aug 2006 15:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-692</guid>
		<description>不要說落伍了，哈哈，你只不過遊逛的地點改變罷了。謝謝你的 quick news 介紹，現在好了一個 podcast 的功能，我的 iPod 完完全全被打入冷宫了。</description>
		<content:encoded><![CDATA[<p>不要說落伍了，哈哈，你只不過遊逛的地點改變罷了。謝謝你的 quick news 介紹，現在好了一個 podcast 的功能，我的 iPod 完完全全被打入冷宫了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement T</title>
		<link>http://chiunam.net/blog/archives/30#comment-637</link>
		<dc:creator>Clement T</dc:creator>
		<pubDate>Mon, 21 Aug 2006 01:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-637</guid>
		<description>@tere，多謝報料。近排少了狂 PUMB，有點落伍了。</description>
		<content:encoded><![CDATA[<p>@tere，多謝報料。近排少了狂 PUMB，有點落伍了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terewong</title>
		<link>http://chiunam.net/blog/archives/30#comment-631</link>
		<dc:creator>terewong</dc:creator>
		<pubDate>Fri, 18 Aug 2006 23:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-631</guid>
		<description>thanks !! 近日也有其他 pumber 提供了 online conversion 的好方法，現時可以 quicknews 睇埋 UTF 的內容了。謝謝。
當然也要一試你的 php 哩。</description>
		<content:encoded><![CDATA[<p>thanks !! 近日也有其他 pumber 提供了 online conversion 的好方法，現時可以 quicknews 睇埋 UTF 的內容了。謝謝。<br />
當然也要一試你的 php 哩。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement T</title>
		<link>http://chiunam.net/blog/archives/30#comment-630</link>
		<dc:creator>Clement T</dc:creator>
		<pubDate>Fri, 18 Aug 2006 06:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-630</guid>
		<description>terewong，以前多逛 PUMB 時也有看你的網頁，學了不少好東西呢 :)

Palm 最大問題還是不支援 unicode，唯有靠自己好了。若你的網存支援 PHP 的 iconv，你可以嘗試以下 PHP code，只要在瀏覽時加個 ?url=PODCAST_RSS_URL variable 就可以了。 :D


&lt;code lang="PHP"&gt;
&lt; ?php
if (isset($_GET['url'])) {
	$s = file_get_contents($_GET['url']);
	$s = eregi_replace ('encoding="utf-8"', 'encoding="big5-hkscs"', $s);
	header("Content-Type: application/xml");
	print iconv("UTF-8", "BIG5-HKSCS", $s);
}
?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>terewong，以前多逛 PUMB 時也有看你的網頁，學了不少好東西呢 <img src='http://chiunam.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Palm 最大問題還是不支援 unicode，唯有靠自己好了。若你的網存支援 PHP 的 iconv，你可以嘗試以下 PHP code，只要在瀏覽時加個 ?url=PODCAST_RSS_URL variable 就可以了。 <img src='http://chiunam.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><code lang="PHP"><br />
< ?php<br />
if (isset($_GET['url'])) {<br />
	$s = file_get_contents($_GET['url']);<br />
	$s = eregi_replace ('encoding="utf-8"', 'encoding="big5-hkscs"', $s);<br />
	header("Content-Type: application/xml");<br />
	print iconv("UTF-8", "BIG5-HKSCS", $s);<br />
}<br />
?><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terewong</title>
		<link>http://chiunam.net/blog/archives/30#comment-625</link>
		<dc:creator>terewong</dc:creator>
		<pubDate>Thu, 17 Aug 2006 16:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-625</guid>
		<description>謝謝 .. 你的方法很不錯，能夠於 hotsync 時同時下載 podcast ，省下不少人手搬動檔案及下載 podcast 的功夫，對於 big-5 的 RSS XML 還是要好，但是遇到一些 UTF-8 的 XML 的話， 於 QuickNews 還未能顯示出來，只是顯示一大篇亂碼。

於網上找了數篇，還未有一個好用的 online convertor, php 也好 cgi 也好，可以教我把 XML 的連結轉換為 BIG-5 給 quicknews 用啊。</description>
		<content:encoded><![CDATA[<p>謝謝 .. 你的方法很不錯，能夠於 hotsync 時同時下載 podcast ，省下不少人手搬動檔案及下載 podcast 的功夫，對於 big-5 的 RSS XML 還是要好，但是遇到一些 UTF-8 的 XML 的話， 於 QuickNews 還未能顯示出來，只是顯示一大篇亂碼。</p>
<p>於網上找了數篇，還未有一個好用的 online convertor, php 也好 cgi 也好，可以教我把 XML 的連結轉換為 BIG-5 給 quicknews 用啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://chiunam.net/blog/archives/30#comment-48</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 03 Dec 2005 02:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-48</guid>
		<description>呵呵，我倒也不是为了广告，否则就到论坛去了，只是会看又那些人对Podcast感兴趣，希望多些交流</description>
		<content:encoded><![CDATA[<p>呵呵，我倒也不是为了广告，否则就到论坛去了，只是会看又那些人对Podcast感兴趣，希望多些交流</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement T</title>
		<link>http://chiunam.net/blog/archives/30#comment-16</link>
		<dc:creator>Clement T</dc:creator>
		<pubDate>Mon, 31 Oct 2005 03:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-16</guid>
		<description>Jack ，首先多謝你選我這個人氣極低的 blog 留 comment ，在 Jan 處也看見你選有關 podcast 題目的 post 留了你的 podlook 網站地址，想你不會是在借我的 blog 發廣告吧？

Anyway ，難得有 comment，姑且回你的問題。 要專程上你的網站找 podcast，始終不如 subscribe podcast rss 那麼方便快捷，使用Treo650 + quicknews 等 rss reader 只要一 hotsync ，最新的 podcast 就可直接下載到 Treo 裡，還有上你的網站的需要嗎？再者，看你的網站也不是 handheld-device-friendly ，怎也不能提升 podcast 的便利性吧！</description>
		<content:encoded><![CDATA[<p>Jack ，首先多謝你選我這個人氣極低的 blog 留 comment ，在 Jan 處也看見你選有關 podcast 題目的 post 留了你的 podlook 網站地址，想你不會是在借我的 blog 發廣告吧？</p>
<p>Anyway ，難得有 comment，姑且回你的問題。 要專程上你的網站找 podcast，始終不如 subscribe podcast rss 那麼方便快捷，使用Treo650 + quicknews 等 rss reader 只要一 hotsync ，最新的 podcast 就可直接下載到 Treo 裡，還有上你的網站的需要嗎？再者，看你的網站也不是 handheld-device-friendly ，怎也不能提升 podcast 的便利性吧！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://chiunam.net/blog/archives/30#comment-12</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 30 Oct 2005 12:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://chiunam.net/?p=30#comment-12</guid>
		<description>听Podcast, 直接到www.podlook.com听不就行了</description>
		<content:encoded><![CDATA[<p>听Podcast, 直接到www.podlook.com听不就行了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
