<?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>TaopaiC的異想世界 &#187; Computer</title>
	<atom:link href="http://pctao.org/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctao.org</link>
	<description>電腦。Ubuntu。自言自語 - 格主爆笑國家,暫停更新.</description>
	<lastBuildDate>Sat, 03 Jan 2009 09:34:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[ubuntu] 掛載 cue/bin 光碟映像檔</title>
		<link>http://pctao.org/2008/09/01/282/</link>
		<comments>http://pctao.org/2008/09/01/282/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:40:22 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cdemu]]></category>
		<category><![CDATA[cue bin]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=282</guid>
		<description><![CDATA[cdemu 可以在 linux 裡建立虛擬的光碟裝置, 再將映像檔掛上. 支援的映像檔包括 .B6T, .CCD, .CDI, .CUE, .ISO, .MDS, .NRG, .TOC , CIF, C2D, DAA .
掛載 ISO 檔
如果只是 .iso 映像檔, linux 可以直接掛載
sudo mount -t iso9... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdemu.sourceforge.net/">cdemu</a> 可以在 linux 裡建立虛擬的光碟裝置, 再將映像檔掛上. 支援的映像檔包括 .B6T, .CCD, .CDI, .CUE, .ISO, .MDS, .NRG, .TOC , CIF, C2D, DAA .<span id="more-282"></span></p>
<h3>掛載 ISO 檔</h3>
<p>如果只是 .iso 映像檔, linux 可以直接掛載<br />
<code>sudo mount -t iso9660 -o loop CDIMG.iso /tmp/example</code></p>
<h3>掛載 cue/bin 檔方法一 &#8211; 轉成ISO檔</h3>
<p>用 <a href="http://he.fi/bchunk/">bchunk</a> 將 cue/bin 轉成 iso 檔<br />
<code>sudo apt-get install bchunk</code><br />
<code>bchunk CDIMG.bin CDIMG.cue CDIMG</code></p>
<h3>掛載 cue/bin 檔方法二 &#8211; 用 cdemu 掛載 cue/bin</h3>
<p>在 /etc/apt/sources.list 或 /etc/apt/sources.list.d/cdemu.list 中加入<br />
<code>deb http://ppa.launchpad.net/cdemu/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/cdemu/ubuntu hardy main</code><br />
再更新並安裝<br />
<code>sudo apt-get update<br />
sudo apt-get install cdemu</code></p>
<p>載入映像檔的方式<br />
<code>cdemu load 0 IMG.cue</code><br />
卸載時, 直接用 nautils 選 Eject 或是先卸載該光碟 (如從 nautils 卸載), 再從 cdemu 卸載映像檔<br />
<code>cdemu unload 0</code></p>
<h4>備註</h4>
<ol>
<li>cdemu 預設是登入時啟動, 如果想改成開機啟動, 則去 /etc/default/cdemu-daemon 改設定.</li>
<li>我使用時遇到 audio driver error 的錯誤, 我將 /etc/default/cdemu-daemon 的 AUDIO_DRIVER 改成 oss<br />
<code>AUDIO_DRIVER="oss"</code></li>
</ol>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/04/26/227/" rel="bookmark" title="4/26/2008">[ubuntu] 安裝uvc webcam</a></li>

<li><a href="http://pctao.org/2008/01/21/211/" rel="bookmark" title="1/21/2008">Time applet 結合 intlclock</a></li>

<li><a href="http://pctao.org/2007/10/31/192/" rel="bookmark" title="10/31/2007">Firefox Widgets &#8211; 改善 ubuntu 的 firefox 外觀</a></li>
</ul><!-- Similar Posts took 6.227 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=282&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/09/01/282/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[tip] 在 wine 內自動安裝套件或函式庫 &#8211; winetricks</title>
		<link>http://pctao.org/2008/07/30/256/</link>
		<comments>http://pctao.org/2008/07/30/256/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 06:29:33 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=256</guid>
		<description><![CDATA[每次在 wine 裡安裝程式, 需要另外安裝 dll 時, 都要上 google 找或是從另外一台 windows 機器複製過來嗎? vb6 runtime, msxml3 這些東西又在哪下載呢?
等等等, 救星來了! winetricks 這個小程式就可以自動安... ]]></description>
			<content:encoded><![CDATA[<p>每次在 <a href="http://www.winehq.org/">wine</a> 裡安裝程式, 需要另外安裝 dll 時, 都要上 google 找或是從另外一台 windows 機器複製過來嗎? vb6 runtime, msxml3 這些東西又在哪下載呢?</p>
<p>等等等, 救星來了! <a href="http://wiki.winehq.org/winetricks" target="_blank">winetricks</a> 這個小程式就可以自動安裝某些 dll 或函式庫.</p>
<h3>安裝 winetricks</h3>
<ol>
<li>首先下載 winetricks<br />
<blockquote><p>wget http://www.kegel.com/wine/winetricks</p></blockquote>
</li>
<li>改成可執行<br />
<blockquote><p>chmod +x winetricks</p></blockquote>
</li>
<li>看客官希望把程式放哪, 例如 ~/bin<br />
<blockquote><p>mv winetricks ~/bin/</p></blockquote>
</li>
</ol>
<h3>使用 winetricks</h3>
<ul>
<li>列出 winetricks 使用方法及支援的套件<br />
<blockquote><p>winetricks  &#8211;help</p></blockquote>
</li>
<li>安裝套件<br />
<blockquote><p>winetricks &lt; 套件名稱&gt;</p></blockquote>
<p>例如安裝 VB6 runtime</p>
<blockquote><p>winetricks vb6run</p></blockquote>
</li>
<li>winetrick 有一個很*簡陋*的GUI  (我寧可使用 cli 也不要用他的 gui )<br />
<blockquote><p>winetricks</p></blockquote>
</li>
<p>也可以指定安裝的 wine 目錄, 例如</p>
<blockquote><p>env WINEPREFIX=~/.winetest winetricks mfc40</p></blockquote>
</ul>
<p>詳細說明請看 <a href="http://wiki.winehq.org/winetricks">winetricks 的說明頁</a>.</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/02/07/222/" rel="bookmark" title="2/7/2008">[GPS] HOLUX M-241 在 ubuntu linux 上使用</a></li>

<li><a href="http://pctao.org/2008/04/26/227/" rel="bookmark" title="4/26/2008">[ubuntu] 安裝uvc webcam</a></li>

<li><a href="http://pctao.org/2008/01/21/209/" rel="bookmark" title="1/21/2008">Micropolis &#8211; 模擬城市原始碼釋出</a></li>
</ul><!-- Similar Posts took 6.774 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=256&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/07/30/256/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>無名小站的圖片展開程式 書籤版本 (bookmarklet)</title>
		<link>http://pctao.org/2008/07/28/258/</link>
		<comments>http://pctao.org/2008/07/28/258/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 02:28:41 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[expender]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[wretch]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=258</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/07/28/258/><img src=http://farm4.static.flickr.com/3027/2708984684_98d268f7b7.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>剛剛把 gslin 長輩的無名小站的圖片展開程式改寫成 bookmarklet , 所以也不再是 Firefox only , IE或Opera也能使用, 只要將下面這個連結加進書籤, 在看無名的相簿頁面時, 就可使用了.
展開無名圖片
在 F... ]]></description>
			<content:encoded><![CDATA[<p>剛剛把 gslin 長輩的<a href="http://blog.gslin.org/archives/2007/09/15/1313/">無名小站的圖片展開程式</a>改寫成 bookmarklet , 所以也不再是 Firefox only , IE或Opera也能使用, 只要將下面這個連結加進書籤, 在看無名的相簿頁面時, 就可使用了.</p>
<blockquote><p><a href="javascript:(function(){var C=document.createElement(&quot;script&quot;);C.setAttribute(&quot;src&quot;,&quot;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js&quot;);if(typeof jQuery==&quot;undefined&quot;){document.getElementsByTagName(&quot;head&quot;)[0].appendChild(C)}var B=document.createElement(&quot;div&quot;);B.style.position=&quot;fixed&quot;;B.style.height=&quot;30&quot;;B.style.width=&quot;200&quot;;B.style.margin=&quot;0 auto 0 auto&quot;;B.id=&quot;wretchexpender&quot;;B.style.top=&quot;20&quot;;B.style.left=&quot;40%&quot;;B.style.padding=&quot;5px 10px 5px 10px&quot;;B.style.backgroundColor=&quot;#f99&quot;;B.innerHTML=&quot;展開照片中&quot;;var A=document.getElementsByTagName(&quot;body&quot;)[0];A.appendChild(B);window.setTimeout(function(){var G=jQuery(&quot;font.small-e&quot;);var H=jQuery(&quot;.side&quot;);var F=jQuery(&quot;table&quot;).slice(4,5).empty().html(&quot;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&quot;);var D=jQuery(&quot;td&quot;,F);var E=jQuery(&quot;&lt;br/&gt;&quot;);H.each(function(K){var I=jQuery(&quot;a&quot;,this);var J=jQuery(&quot;img&quot;,I);J.attr(&quot;src&quot;,J.attr(&quot;src&quot;).replace(/\/thumbs\/t?/,&quot;/&quot;));D.append(I).append(E.clone()).append(G.get(K)).append(E.clone())});jQuery(&quot;#wretchexpender&quot;).fadeOut(&quot;slow&quot;,function(){jQuery(this).remove()})},2500)})();">展開無名圖片</a></p></blockquote>
<p>在 Firefox 3, IE7, Opera 9.5 上測試過, 都可使用.</p>
<h3>更新紀錄</h3>
<p>080728 將<a href="http://blog.gslin.org/archives/2007/09/15/1313/">gslin的gm script</a>改成bookmarklet,部份程式碼參考 <a href="http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet">jQuery Bookmarklet</a>. 並保留照片註解.</p>
<h3>使用示範</h3>
<p>以下用 Firefox 3 作為示範, 其他遊覽器 IE, Opera 使用方法大同小異. 例子是彎彎的相簿.</p>
<ol>
<li>將 <strong>書籤</strong> 拉到<strong>書籤工具列</strong>, 或是加入<strong>我的最愛</strong>都行<a href="http://www.flickr.com/photos/69004123@N00/2708984684/" class="flickr-image"  title="Screenshot-無名小站的圖片展開程式 bookmarklet 版本 | TaopaiC的異想世界 - Mozilla Firefox (Build 2008071816)-1" rel="flickr-mgr[wretch]" ><img src="http://farm4.static.flickr.com/3027/2708984684_98d268f7b7.jpg" alt="Screenshot-無名小站的圖片展開程式 bookmarklet 版本 | TaopaiC的異想世界 - Mozilla Firefox (Build 2008071816)-1" class="flickr-original" longdesc="http://farm4.static.flickr.com/3027/2708984684_7efc582fd7_o.png" /></a></li>
<li>在無名<strong>相簿內頁</strong>, 點剛剛紀錄的書籤.  並不支援相簿列表和相片頁<a href="http://www.flickr.com/photos/69004123@N00/2708984694/" class="flickr-image"  title="Screenshot-無名小站 網路相簿 - cwwany的相簿 - Mozilla Firefox (Build 2008071816)" rel="flickr-mgr[wretch]" ><img src="http://farm4.static.flickr.com/3221/2708984694_2a6e1275ba.jpg" alt="Screenshot-無名小站 網路相簿 - cwwany的相簿 - Mozilla Firefox (Build 2008071816)" class="flickr-original" longdesc="http://farm4.static.flickr.com/3221/2708984694_efd63699b2_o.png" /></a></li>
<li>照片縮圖都放大了<a href="http://www.flickr.com/photos/69004123@N00/2708984706/" class="flickr-image"  title="Screenshot-無名小站 網路相簿 - cwwany的相簿 - Mozilla Firefox (Build 2008071816)-1" rel="flickr-mgr[wretch]" ><img src="http://farm4.static.flickr.com/3117/2708984706_65c92924ce.jpg" alt="Screenshot-無名小站 網路相簿 - cwwany的相簿 - Mozilla Firefox (Build 2008071816)-1" class="flickr-original" longdesc="http://farm4.static.flickr.com/3117/2708984706_dfe9755e0b_o.png" /></a></li>
</ol>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/05/15/231/" rel="bookmark" title="5/15/2008">也是書籤解縮址 &#8211; 三隻小豬解縮址 http://3pig.cc</a></li>

<li><a href="http://pctao.org/2007/05/09/188/" rel="bookmark" title="5/9/2007">Google Reader for Wii</a></li>

<li><a href="http://pctao.org/2004/12/02/56/" rel="bookmark" title="12/2/2004">Bookmarklet</a></li>
</ul><!-- Similar Posts took 7.475 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=258&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/07/28/258/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[FX] 改善遊覽 &#8220;台北市大眾運輸公車路線查詢系統&#8221; 的問題</title>
		<link>http://pctao.org/2008/06/28/246/</link>
		<comments>http://pctao.org/2008/06/28/246/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 12:16:51 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[taipei]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=246</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/06/28/246/><img src=http://farm4.static.flickr.com/3241/2617423395_6b0f23b864_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>早上查台北市公車路線時, 上 台北市大眾運輸公車路線查詢系統 查詢, 受一堆鳥氣.. 有用過該系統的都知道, 在路線和站牌的頁面, 無法以 &#8220;在新視窗開啟&#8221; 的方式開啟連結. 所以只能在... ]]></description>
			<content:encoded><![CDATA[<p>早上查台北市公車路線時, 上 <a href="http://www.taipeibus.taipei.gov.tw/">台北市大眾運輸公車路線查詢系統</a> 查詢, 受一堆鳥氣.. 有用過該系統的都知道, 在路線和站牌的頁面, 無法以 &#8220;在新視窗開啟&#8221; 的方式開啟連結. 所以只能在該頁面上一頁下一頁的找. 乾脆花一點時間寫東西改善這個問題.</p>
<p>這個 script 讓路線連結可以<strong>在新分頁開啟</strong>, 以及<strong>增加預覽功能</strong>.<span id="more-246"></span></p>
<h3>安裝</h3>
<p>這是個 Firefox 的延伸套件: Greasemonkey 的 script , 所以需要 <a href="http://www.moztw.org/" target="_blank">Firefox</a> 以及安裝 <a href="https://addons.mozilla.org/zh-TW/firefox/addon/748" target="_blank">Greasemonkey</a> , 再到<a href="http://userscripts.org/scripts/show/29274" target="_blank">這網頁</a>安裝 script .</p>
<h3>功能</h3>
<ul>
<li>將站牌與路線的連結從 javascript: 改成 直接連結 , 就可以在新分頁/視窗開啟, 找路線比較方便.<br />
<code>javascript:showBus('236')</code><br />
改成<br />
<code>http://www.taipeibus.taipei.gov.tw/emap/program/html/bus_cnt.asp?s=236</code></li>
<li>增加 <a href="http://snap.com/" target="_blank">Snap.Shots</a> 的預覽功能.
<ul>
<li>公車站牌預覽<br />
<a class="flickr-image" title="Screenshot-公車停靠站位" rel="flickr-mgr[bus]" href="http://www.flickr.com/photos/69004123@N00/2617423395/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3241/2617423395_88086975a7_o.png" src="http://farm4.static.flickr.com/3241/2617423395_6b0f23b864_m.jpg" alt="Screenshot-公車停靠站位" /></a></li>
<li>公車路線預覽<br />
<a class="flickr-image" title="Screenshot-公車路線" rel="flickr-mgr[bus]" href="http://www.flickr.com/photos/69004123@N00/2618246414/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3205/2618246414_3d3f992ec0_o.png" src="http://farm4.static.flickr.com/3205/2618246414_3e500b02fb_m.jpg" alt="Screenshot-公車路線" /></a></li>
<li>公車路線PDF預覽<br />
<a class="flickr-image" title="Screenshot-公車路線 - pdf 預覽" rel="flickr-mgr[bus]" href="http://www.flickr.com/photos/69004123@N00/2617423157/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3004/2617423157_8a686c45ef_o.png" src="http://farm4.static.flickr.com/3004/2617423157_e59d9bf857_m.jpg" alt="Screenshot-公車路線 - pdf 預覽" /></a></li>
</ul>
</li>
</ul>
<h3>測試</h3>
<ul>
<li><a href="http://www.taipeibus.taipei.gov.tw/emap/program/html/bus_cnt.asp?s=236" target="_blank">236公車</a></li>
<li><a href="http://www.taipeibus.taipei.gov.tw/emap/program/html/bus_stationcnt.asp?s=1530" target="_blank">政大公車站</a></li>
</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2005/05/16/83/" rel="bookmark" title="5/16/2005">綠1 &#8211; 從動物園到信義計畫區</a></li>

<li><a href="http://pctao.org/2008/05/29/235/" rel="bookmark" title="5/29/2008">除了 Google AJAX Libraries API 以外的選擇</a></li>

<li><a href="http://pctao.org/2008/07/28/258/" rel="bookmark" title="7/28/2008">無名小站的圖片展開程式 書籤版本 (bookmarklet)</a></li>
</ul><!-- Similar Posts took 6.950 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=246&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/06/28/246/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[FX] Google Toolbar 開始支援 Firefox 3</title>
		<link>http://pctao.org/2008/06/16/244/</link>
		<comments>http://pctao.org/2008/06/16/244/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:48:30 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=244</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/06/16/244/><img src=http://farm1.static.flickr.com/123/321503168_aee61c7dd4_o.png class=imgtfe hspace=5 align=left width=100  border=0></a>
從 jaiku 上聽到的, 久未更新的 Google Toolbar for Firefox 終於更新並且支援 firefox 3 了.
沒有看到新功能. 看來只是更新相容性. ( 版本號: 3.1.20080605L 及 3.1.30080605W )
update: 從討論區看到, 還修正 上傳至... ]]></description>
			<content:encoded><![CDATA[<p><a title="Screenshot-Google by TaopaiC, on Flickr" href="http://www.flickr.com/photos/taopaic/321503168/"><img src="http://farm1.static.flickr.com/123/321503168_aee61c7dd4_o.png" alt="Screenshot-Google" width="273" height="83" /></a><br />
從 <a href="http://vsy.jaiku.com/presence/37655290" target="_blank">jaiku 上聽到</a>的, 久未更新的 <a href="http://toolbar.google.com/" target="_blank">Google Toolbar for Firefox</a> 終於更新並且支援 firefox 3 了.</p>
<p>沒有看到新功能. 看來只是更新相容性. ( 版本號: 3.1.20080605L 及 3.1.30080605W )</p>
<p><ins datetime="2008-06-17T04:07:16+00:00">update: 從<a href="http://groups.google.com/group/FFToolbar-suggestions/msg/448c3e052a8c82b6">討論區</a>看到, 還修正 上傳至 Google Docs 的bug</ins></p>
<p>過了那麼久沒有GT的時間, 需要的功能也拿其他 addon 補齊了, 我找不到裝 GT 的動力了..</p>
<p>不見官方部落格貼任何更新資訊, 難道要和 6/18 1:00 (台灣時間) 開始的 <a href="http://moztw.org/events/record2008/">Firefox Download Day</a> 活動一起寫一格?</p>
<p><a href="http://moztw.org/firefox/" target="_blank"><img src="http://moztw.org/firefox/buttons/type06-3.png" border="0" alt="Firefox 3 火熱上映" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/12/14/175/" rel="bookmark" title="12/14/2006">Google Toolbar 3 beta (for firefox)</a></li>

<li><a href="http://pctao.org/2006/12/13/174/" rel="bookmark" title="12/13/2006">在 ubuntu edgy 上安裝 Google Toolbar</a></li>

<li><a href="http://pctao.org/2007/05/09/188/" rel="bookmark" title="5/9/2007">Google Reader for Wii</a></li>
</ul><!-- Similar Posts took 6.697 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=244&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/06/16/244/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[FX] 離3.0正式版還差一步! 專為mac出 Firefox 3.0RC3</title>
		<link>http://pctao.org/2008/06/11/243/</link>
		<comments>http://pctao.org/2008/06/11/243/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 04:47:06 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=243</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/06/11/243/><img src=http://forum.moztw.org/files/record2008_3_349.png class=imgtfe hspace=5 align=left width=100  border=0></a>早上看到 ubuntu 的 hardy-proposed firefox 更新把 RC2 字樣拿掉, 我嚇一跳, 查了一下資料, 這個消息不太對.
根據 Firefox 團隊的開會紀錄, 6/11 還要為 Mac 出 RC3 版本, 修正一個關不掉的bug. 而 Windows 和 Linu... ]]></description>
			<content:encoded><![CDATA[<p>早上看到 ubuntu 的 hardy-proposed firefox <a href="https://bugs.launchpad.net/bugs/237690" target="_blank">更新</a>把 RC2 字樣拿掉, 我嚇一跳, 查了一下資料, 這個消息不太對.</p>
<p>根據 <a href="http://wiki.mozilla.org/Firefox3/StatusMeetings/2008-06-10" target="_blank">Firefox 團隊的開會紀錄</a>, 6/11 還要為 Mac 出 RC3 版本, 修正一個<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=436575" target="_blank">關不掉的bug</a>. 而 Windows 和 Linux 則不會發行 RC3 版本. 這麼說的話, RC2 很接近正式版囉?</p>
<p>下載: <a href="http://download.mozilla.org/?product=firefox-3.0rc2&amp;os=osx&amp;lang=zh-TW">中文正體Mac版本Firefox</a> (<a href="http://www.mozilla.com/en-US/firefox/all-rc.html" target="_blank">其他平台與語言</a>)</p>
<p><ins datetime="2008-06-16T08:10:43+00:00">* UPDATE: Firefox 3 正式版將於 6/17 日發行 [<a href="http://developer.mozilla.org/devnews/index.php/2008/06/11/coming-tuesday-june-17th-firefox-3/" target="_blank">研發團隊blog</a>].</ins></p>
<p>大家要記得參加 &#8220;超炫瀏覽器，手滑創紀錄&#8221;, 一起創紀錄!<br />
<a href="http://moztw.org/events/record2008/"><img src="http://forum.moztw.org/files/record2008_3_349.png" border="0" alt="火狐鬥陣拼紀錄，有你一份！" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2007/04/13/181/" rel="bookmark" title="4/13/2007">Opera for Wii 正式版</a></li>

<li><a href="http://pctao.org/2007/11/05/200/" rel="bookmark" title="11/5/2007">(比之前)更穩定更強的 Flock 1.0 社群網頁遊覽器</a></li>

<li><a href="http://pctao.org/2006/12/14/175/" rel="bookmark" title="12/14/2006">Google Toolbar 3 beta (for firefox)</a></li>
</ul><!-- Similar Posts took 6.618 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/06/11/243/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>宅在家裡不出門, 也能逛美國迪士尼樂園 &#8211; Google Earth 新增迪士尼樂園導覽圖層與更詳細的3D模型</title>
		<link>http://pctao.org/2008/06/06/239/</link>
		<comments>http://pctao.org/2008/06/06/239/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 21:23:51 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[VR World]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[disney world]]></category>
		<category><![CDATA[google earth]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=239</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/06/06/239/><img src=http://farm4.static.flickr.com/3279/2554266312_da5daeaf5f_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>還宅在家裏不出門嗎? 來 Google Earth 神遊美國迪士尼樂園吧. 
Google Earth 最近新增迪士尼樂園導覽的圖層以及更為詳細的3D模型, 以下步驟要先切換成英文版才有

在 Google Earth 裡搜尋 Disney World
會... ]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image" title="灰姑娘的城堡" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554266312/"><img class="alignright flickr-original" style="float: right;" longdesc="http://farm4.static.flickr.com/3279/2554266312_0fc334e6b9_o.png" src="http://farm4.static.flickr.com/3279/2554266312_da5daeaf5f_m.jpg" alt="灰姑娘的城堡" /></a>還宅在家裏不出門嗎? 來 Google Earth 神遊美國迪士尼樂園吧. </p>
<p><a href="http://earth.google.com/intl/zh-TW/">Google Earth</a> 最近新增迪士尼樂園導覽的圖層以及更為詳細的3D模型, 以下步驟要先<a href="http://flickr.com/photos/taopaic/2554266602/">切換成英文版</a>才有</p>
<ol>
<li>在 Google Earth 裡搜尋 Disney World</li>
<li>會看到一個金米老鼠圖案, 點他會開啟一個視窗</li>
<li>點 &#8220;Show this layer&#8221; 以及 &#8220;Show Disney World in 3D&#8221;</li>
</ol>
<p>(點小圖放大)</p>
<p style="text-align: center;">
<a class="flickr-image" title="金米老鼠圖案" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2553442803/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3189/2553442803_0ed8c0b81e_o.png" src="http://farm4.static.flickr.com/3189/2553442803_c4a52c88c2_m.jpg" alt="金米老鼠圖案" /></a><a class="flickr-image" title="2008-06-06_013618" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554267448/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3041/2554267448_b08f086c40_o.png" src="http://farm4.static.flickr.com/3041/2554267448_4256f2f557_m.jpg" alt="2008-06-06_013618" /></a></p>
<p>開啟導覽圖層會看到許多米老鼠圖, 以及顏色區塊, 都是該區域的介紹連結.<span id="more-239"></span></p>
<p>介紹視窗裡不只有文字與圖片, 有些還有<strong>互動flash</strong>或是<strong>影片</strong>.</p>
<p style="text-align: center;"><a class="flickr-image" title="2008-06-06_013539" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554267084/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3159/2554267084_1517fbbf41_o.png" src="http://farm4.static.flickr.com/3159/2554267084_48419696c0_m.jpg" alt="2008-06-06_013539" /></a><a class="flickr-image" title="2008-06-06_014048" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554267882/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3027/2554267882_d4f8e2c693_o.png" src="http://farm4.static.flickr.com/3027/2554267882_8beaac5226_m.jpg" alt="2008-06-06_014048" /></a><a class="flickr-image" title="2008-06-06_014215" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554268260/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3100/2554268260_2dd35fbb5b_o.png" src="http://farm4.static.flickr.com/3100/2554268260_0465b7e3d8_m.jpg" alt="2008-06-06_014215" /></a></p>
<p>3D模型方面, 貼圖品質很不錯, 商店外的海報還清晰可見, 甚至還可看見某些菜單上的文字.</p>
<p style="text-align: center;"><a class="flickr-image" title="細緻的模型 in Disney World" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2554268852/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3055/2554268852_5caf646a7c_o.png" src="http://farm4.static.flickr.com/3055/2554268852_e17cb22811_m.jpg" alt="細緻的模型 in Disney World" /></a><a class="flickr-image" title="牆上海報清晰可見 in Disney World" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2553678671/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3168/2553678671_caf87aa5c0_o.png" src="http://farm4.static.flickr.com/3168/2553678671_0c0e2d4ee9_m.jpg" alt="牆上海報清晰可見 in Disney World" /></a></p>
<p>當然, 如果只有大型建物的模型, 就太無趣了, 連樹, 遮陽傘, 桌子許多物件也都有喔.</p>
<p style="text-align: center;"><a class="flickr-image" title="桌子和遮陽傘 in Disney World" rel="flickr-mgr[disney]" href="http://www.flickr.com/photos/69004123@N00/2553679565/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3127/2553679565_5ebe231f48_o.png" src="http://farm4.static.flickr.com/3127/2553679565_a5bf094994_m.jpg" alt="桌子和遮陽傘 in Disney World" /></a></p>
<p>Disney 在這個時間點推出這個服務, 想必是要搶暑假人潮, 讓遊客在虛擬世界裡面先看導覽, 搭配 Google Earth 裡已有的資源, 如 <a href="http://zh.wikipedia.org/">Wikipedia</a> 或是 <a href="http://panoramio.com/">panoramio</a> 使用者上傳的照片, 可說是超豐富的 3D電子導覽手冊, 這個如意算盤真是打的好.. 不久的未來就可看到許多旅遊景點在 Google Earth 裡做生意了&#8230; 話說回來, <a href="http://code.google.com/apis/maps/documentation/reference.html#GAdsManager">adsense in google map</a> 啥時才要開始?..</p>
<p>ps. 這邊照片很密集, 當然也有 <a href="http://pctao.org/2008/06/04/238/">look around</a> 的照片 , 例如 <a href="http://www.panoramio.com/photo/9506877">灰姑娘城堡</a> , <a href="http://www.panoramio.com/photo/813229">Epcot</a> 等等..</p>
<h3>參考文章</h3>
<ul>
<li><a href="http://www.disneyworld.com/3dParks">迪士尼樂園 in 3D</a> &#8211; 迪士尼樂園官方網頁</li>
<li><a href="http://google-latlong.blogspot.com/2008/06/virtual-visit-to-where-dreams-come-true.html">A virtual visit to where dreams come true</a> &#8211; Google Earth 與 Maps 官方部落格</li>
</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/05/29/234/" rel="bookmark" title="5/29/2008">不再只是平面的Google地圖 &#8211; Google Earth 遊覽器外掛</a></li>

<li><a href="http://pctao.org/2008/06/06/240/" rel="bookmark" title="6/6/2008">照片逛台灣景點 &#8211; Panoramio look around 也有台灣景點</a></li>

<li><a href="http://pctao.org/2006/02/16/124/" rel="bookmark" title="2/16/2006">中研院與Google Earth</a></li>
</ul><!-- Similar Posts took 7.276 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=239&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/06/06/239/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[wordpress] Google AJAX Libraries API Plugin</title>
		<link>http://pctao.org/2008/05/30/236/</link>
		<comments>http://pctao.org/2008/05/30/236/#comments</comments>
		<pubDate>Thu, 29 May 2008 21:25:41 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=236</guid>
		<description><![CDATA[前幾天 Google 提供幾個知名 javascript 函式庫的hosting, 就想到 wordpress blog 能不能也利用該服務, 好歹可以省掉 jquery (30K) 和 prototype (124K) 的流量, 尤其是放在(暴)慢的主機 ( 如 dreamhoXt &#8230; ) 效果非... ]]></description>
			<content:encoded><![CDATA[<p>前幾天 <a href="http://pctao.org/2008/05/28/232/">Google 提供幾個知名 javascript 函式庫的hosting</a>, 就想到 wordpress blog 能不能也利用該服務, 好歹可以省掉 jquery (30K) 和 prototype (124K) 的流量, 尤其是放在(暴)慢的主機 ( 如 dreamhoXt &#8230; ) 效果非常明顯&#8230;<br />
用 google 找到 <a href="http://blog.clearskys.net/2008/05/28/google-ajax-libraries-api-plugin/">Google AJAX Libraries API Plugin</a> , <del datetime="2008-06-03T23:55:51+00:00">可惜有些問題, 寄修改檔給作者, 希望下一個版本能修正.</del><ins datetime="2008-06-03T23:55:51+00:00">作者已於0.6版本修正, 請至<a href="http://blog.clearskys.net/2008/05/28/google-ajax-libraries-api-plugin/">該作者網頁下載</a>.</ins></p>
<p>==== GEEK 分隔線 ====<br />
<ins datetime="2008-06-03T23:55:51+00:00"><strong>UPDATE: v0.6已修正</strong></ins><br />
該 plugin 沒寫授權方法, 所以我不好意思直接修改放出&#8230;<br />
wordpress 用的是加上 jQuery.noConflict() 的 jquery , 而 google 提供的沒有, 以至於直接使用 google 的 jquery 會<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">導致和 prototype 衝突</a>. 我的修改方式是在 jquery script 之後, 再加入一個內容為 jQuery.noConflict() 的 script .<span id="more-236"></span></p>
<p>在 usegooglelibrary.php (0.5版本) 加入<br />
<code>function gs_add_jquery_noconflict( $js_array ) {<br />
if ( FALSE !== $jquery = array_search( 'jquery', $js_array ) ) {<br />
wp_register_script('jquery_noconflict', '/wp-content/plugins/j.js', array('jquery'), null);<br />
array_splice( $js_array, $jquery+1, 0, 'jquery_noconflict' );<br />
}<br />
return $js_array;<br />
}<br />
add_filter('print_scripts_array', 'gs_add_jquery_noconflict');</code><br />
以及在 wp-content/plugins 裡新增一個名為 j.js 的檔案, 內容為<br />
<code>jQuery.noConflict();</code><br />
就會在載入 jquery 之後, 載入 j.js . 且不會和 prototype 衝突. 效果請看<a href="http://pctao.org">筆者 blog</a> 的原始碼. 有錯誤/建議歡迎指教.</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/05/28/232/" rel="bookmark" title="5/28/2008">Google 幫忙 host 幾個知名 JavaScript 函式庫</a></li>

<li><a href="http://pctao.org/2008/01/21/208/" rel="bookmark" title="1/21/2008">[WP] 列出 wp-cron 排程的內容</a></li>

<li><a href="http://pctao.org/2008/05/29/235/" rel="bookmark" title="5/29/2008">除了 Google AJAX Libraries API 以外的選擇</a></li>
</ul><!-- Similar Posts took 8.628 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=236&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/05/30/236/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>不再只是平面的Google地圖 &#8211; Google Earth 遊覽器外掛</title>
		<link>http://pctao.org/2008/05/29/234/</link>
		<comments>http://pctao.org/2008/05/29/234/#comments</comments>
		<pubDate>Wed, 28 May 2008 19:22:46 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=234</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/05/29/234/><img src=http://farm4.static.flickr.com/3240/2531898442_57277354c1_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>網頁的地圖還是平面的嗎? 早在 2006 年微軟的 Virtual Earth 就提供遊覽器內的 3D map , 可惜 VE 台灣的資料少少, 只有英文地圖, 無建物 blahblah&#8230; 在台灣大家還是喜歡用 google map 和 urmap , 有較多在... ]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image" title="Google Earth Browser plugin" href="http://www.flickr.com/photos/69004123@N00/2531898442/"><img class="alignright" style="float: right;" src="http://farm4.static.flickr.com/3240/2531898442_57277354c1_m.jpg" alt="Google Earth Browser plugin" /></a>網頁的地圖還是平面的嗎? 早在 2006 年<a href="http://maps.live.com/">微軟的 Virtual Earth</a> 就提供遊覽器內的 3D map , 可惜 VE 台灣的資料少少, 只有英文地圖, 無建物 blahblah&#8230; 在台灣大家還是喜歡用 google map 和 urmap , 有較多在地資料.</p>
<p>就在不久前, <a href="http://google-latlong.blogspot.com/2008/05/google-earth-meet-browser.html">Google 發表 Google Earth Browser plugin</a> , 如同 Virtual Earth 一樣, 可以在網頁上顯示 Google Earth , 有衛星圖, 路線圖 (註) , 也有建築物的圖層, 完全就是網頁版本的 Google Earth .</p>
<p>先到<a href="http://code.google.com/apis/earth/">官網下載 plugin 安裝</a>, 現在只支援 IE6 / IE7 / firefox 2.x on windows , 就可以在網頁上觀看 3D 地圖了. 雖然要等網站主更新 API , 但我想沒多久大家都會更新吧 :p</p>
<p>官網有提供<a href="http://code.google.com/apis/earth/documentation/examples.html">遊玩範例</a>.<span id="more-234"></span></p>
<ul>
<li>官網範例+開啟建築物圖層<br />
<a class="flickr-image" title="Google Earth Browser plugin" rel="flickr-mgr" href="http://www.flickr.com/photos/69004123@N00/2531898442/"><img class="flickr-original" longdesc="http://farm4.static.flickr.com/3240/2531898442_72bfb4e96a_o.png" src="http://farm4.static.flickr.com/3240/2531898442_57277354c1.jpg" alt="Google Earth Browser plugin" /></a></li>
<li><a href="http://groups.google.com/group/Google-Maps-API/browse_thread/thread/223e3ed496057c2c#">討論區</a>看到的抓圖, 3D配上找路線, 很漂亮的應用.<br />
<a class="flickr-image" title="GE/GM API and GDirections" rel="flickr-mgr" href="http://groups.google.com/group/Google-Maps-API/browse_thread/thread/223e3ed496057c2c#"><img class="flickr-original" longdesc="http://google-maps-api.googlegroups.com/web/geplugin3.jpg?gda=5M23zj4AAAAcEF55Jue4NhRYHJN_0F6kBkmlemqajBReB56uac55SGG1qiJ7UbTIup-M2XPURDSxZeaDhCWTak2_3FqM8_Nj" src="http://google-maps-api.googlegroups.com/web/geplugin3.jpg?gda=5M23zj4AAAAcEF55Jue4NhRYHJN_0F6kBkmlemqajBReB56uac55SGG1qiJ7UbTIup-M2XPURDSxZeaDhCWTak2_3FqM8_Nj" alt="GE/GM API and GDirections" /></a></li>
<li>剛剛在 Youtube 看到的介紹影片<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/6mrG_bsqC6k&#038;hl=zh_TW"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6mrG_bsqC6k&#038;hl=zh_TW" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</li>
<li>微軟的 Virtual Earth 3D (平衡報導)<br />
<a class="flickr-image" title="Microsoft Virtual Earth" rel="flickr-mgr" href="http://www.flickr.com/photos/69004123@N00/2531093045/"><img class="flickr-original" longdesc="http://farm3.static.flickr.com/2002/2531093045_6b304904ed_o.png" src="http://farm3.static.flickr.com/2002/2531093045_fb09ca5df7.jpg" alt="Microsoft Virtual Earth" /></a></li>
</ul>
<p>註: api 裡有代表道路圖的 LAYER_ROADS, 但我現在呼叫不出來</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/02/22/225/" rel="bookmark" title="2/22/2008">[GMap] 新功能 &#8211; 靜態地圖 &#8211; 不需 javascript 顯示地圖 (Google Static Maps)</a></li>

<li><a href="http://pctao.org/2006/01/25/111/" rel="bookmark" title="1/25/2006">Google Maps 影像資料庫更新</a></li>

<li><a href="http://pctao.org/2008/06/06/239/" rel="bookmark" title="6/6/2008">宅在家裡不出門, 也能逛美國迪士尼樂園 &#8211; Google Earth 新增迪士尼樂園導覽圖層與更詳細的3D模型</a></li>
</ul><!-- Similar Posts took 8.224 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=234&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/05/29/234/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ubuntu] 安裝uvc webcam</title>
		<link>http://pctao.org/2008/04/26/227/</link>
		<comments>http://pctao.org/2008/04/26/227/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:39:16 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[lifecam]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uvcvideo]]></category>
		<category><![CDATA[vx7000]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=227</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/04/26/227/><img src=http://partner.monday.com.tw/pub/gd.ashx?s=2&amp;gdid=675261&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ== class=imgtfe hspace=5 align=left width=100  border=0></a>前幾天買了一個新的webcam, 不幸的是 ubuntu 8.04 內附的 uvcvideo 並不支援, 需要更新的 uvcvideo 才能使用.
自己編譯其實不麻煩, 用svn下載新的程式碼,make,make install就可以收工了
壞消息是 uvcvideo 只支... ]]></description>
			<content:encoded><![CDATA[<p>前幾天買了一個新的webcam, 不幸的是 ubuntu 8.04 內附的 <a href="http://linux-uvc.berlios.de/">uvcvideo</a> 並不支援, 需要更新的 uvcvideo 才能使用.<br />
自己編譯其實不麻煩, 用svn下載新的程式碼,make,make install就可以收工了</p>
<p>壞消息是 uvcvideo 只支援新的 Linux 的 Video API: V4L2 (Video For Linux 2), 並不向下支援 V4L1 , 也就是說 <a href="http://camorama.fixedgear.org/">camorama</a> 等軟體都不能使用. 可以安裝 luvcview 測試有沒有安裝成功.</p>
<p>我買的是 <a href="http://www.microsoft.com/taiwan/hardware/digitalcommunication/productdetails.aspx?pid=011">Microsoft LifeCam VX-7000</a> , usb id 是 045e:0723 .<span id="more-227"></span></p>
<div><a href="http://partner.monday.com.tw/pub/gotobuy.ashx?gdid=675261&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ=="><img src="http://partner.monday.com.tw/pub/gd.ashx?s=2&amp;gdid=675261&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ==" border="0" alt="微軟網路攝影機 VX-7000 (銀) " width="135" height="135" align="right" /></a>(含廣告推薦連結) <a href="http://shopping.pchome.com.tw/ally.html?ally=A00003365&amp;url=http://shopping.pchome.com.tw/?mod=item&amp;func=exhibit&amp;IT_NO=DCAD37-A16925144 ">PCHOME</a>或是<a href="http://partner.monday.com.tw/pub/gotobuy.ashx?gdid=675261&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ==">興奇購物</a>都有賣, 評價請看<a href="http://www.everythingusb.com/microsoft-lifecam-vx-7000-14105.html">國外這篇評論</a>, 我是買了才看到評論 <img src='http://pctao.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  價錢跟L社便宜不少, 但是效果&#8230; 也還好啦 /_\</p>
<h3>uvcvideo 安裝過程</h3>
<h4>下載程式碼</h4>
<p>如果沒有安裝svn的話, 請先<br />
<code>sudo apt-get install subversion</code><br />
用 svn 下載新版程式碼<br />
<code>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk</code></p>
<h4>安裝kernel header</h4>
<p><code>sudo apt-get install linux-headers-`uname -r`</code></p>
<h4>改makefile</h4>
<p>因為ubuntu放uvcvideo.so的位置和預設的不太一樣,需要修改一下安裝位置<br />
<code>INSTALL_MOD_DIR := usb/media<br />
to<br />
INSTALL_MOD_DIR := ubuntu/media/usbvideo<br />
</code></p>
<h4>安裝</h4>
<p><code>make install</code></p>
<h4>重載 uvcvideo</h4>
<p><code>sudo modprobe -r uvcvideo<br />
sudo modprobe uvcvideo</code><br />
應就可在dmesg看到</p>
<blockquote><p>[46167.743036] uvcvideo: Found UVC 1.00 device Microsoft� LifeCam VX-7000 (045e:0723)<br />
[46167.744808] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).<br />
[46167.754655] input: Microsoft� LifeCam VX-7000 as /devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/input/input15<br />
[46167.779862] usbcore: registered new interface driver uvcvideo<br />
[46167.779873] USB Video Class driver (SVN r205)</p></blockquote>
<p>每次更新 kernel 時都要重新編譯安裝.. 直到內建的 uvcvideo 支援為止.</p>
<h3>luvcview &#8211; uvc webcam 的觀看程式</h3>
<p><code>sudo apt-get install luvcview</code></p>
<h4>簡易使用</h4>
<p><code>luvcview -d device<br />
例如<br />
luvcview -d /dev/video0</code></p>
<h4>常用參數</h4>
<p><code>-L 列出支援的格式<br />
-l  列出支援的控制或設定<br />
-s 影像大小 (寬x高)<br />
-f 影像格式 (jpg, yuv)</code><br />
其他就請看 luvcview -h</p>
<h3>參考連結</h3>
<ul>
<li><a href="http://linux-uvc.berlios.de/">Linux UVC driver &amp; tools</a> &#8211; uvcvideo 首頁, 有支援硬體列表</li>
<li><a href="https://help.ubuntu.com/community/UVC">UVC &#8211; Community Ubuntu Documentation</a></li>
</ul>
</div>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/09/01/282/" rel="bookmark" title="9/1/2008">[ubuntu] 掛載 cue/bin 光碟映像檔</a></li>

<li><a href="http://pctao.org/2007/10/31/192/" rel="bookmark" title="10/31/2007">Firefox Widgets &#8211; 改善 ubuntu 的 firefox 外觀</a></li>

<li><a href="http://pctao.org/2006/12/13/174/" rel="bookmark" title="12/13/2006">在 ubuntu edgy 上安裝 Google Toolbar</a></li>
</ul><!-- Similar Posts took 10.748 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=227&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/04/26/227/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>兩個有趣的 wordpress 應用</title>
		<link>http://pctao.org/2008/02/07/223/</link>
		<comments>http://pctao.org/2008/02/07/223/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 00:13:16 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=223</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/02/07/223/><img src=http://static.flickr.com/2209/2246883181_204dba713b_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>這幾天看到兩個 wordpress 應用, 挺有趣的.
第一個是類似 twitter 的東西, Prologue .
&#60;demo 網站&#62;

第二個是當作電話簿, WP Contact Manager .
&#60;demo 網站&#62;

Copyright &#169; 2008. TaopaiC blog (Digital Fingerprin... ]]></description>
			<content:encoded><![CDATA[<p>這幾天看到兩個 <a href="http://wordpress.org">wordpress</a> 應用, 挺有趣的.<br />
第一個是類似 <a href="http://twitter.com/">twitter</a> 的東西, <a href="http://wordpress.com/blog/2008/01/28/introducing-prologue/">Prologue</a> .<br />
&lt;<a href="http://prologuedemo.wordpress.com/">demo 網站</a>&gt;<br />
<a title="prologue-screenshot.png" href="http://www.flickr.com/photos/69004123@N00/2246883181/"><img src="http://static.flickr.com/2209/2246883181_204dba713b_m.jpg" border="0" /></a></p>
<p>第二個是當作電話簿, <a href="http://thedesigncanopy.com/downloads/wp-contact-manager/">WP Contact Manager</a> .<br />
&lt;<a href="http://people.thedesigncanopy.com/">demo 網站</a>&gt;<br />
<a title="ss-wpcm.png" href="http://www.flickr.com/photos/69004123@N00/2247677594/"><img src="http://static.flickr.com/2231/2247677594_d3e6d5535d_m.jpg" border="0" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2005/01/30/65/" rel="bookmark" title="1/30/2005">大掃除</a></li>

<li><a href="http://pctao.org/2008/01/21/208/" rel="bookmark" title="1/21/2008">[WP] 列出 wp-cron 排程的內容</a></li>

<li><a href="http://pctao.org/2006/10/11/154/" rel="bookmark" title="10/11/2006">字太小</a></li>
</ul><!-- Similar Posts took 10.740 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=223&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/02/07/223/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[GPS] HOLUX M-241 在 ubuntu linux 上使用</title>
		<link>http://pctao.org/2008/02/07/222/</link>
		<comments>http://pctao.org/2008/02/07/222/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 23:52:44 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=222</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/02/07/222/><img src=http://static.flickr.com/2096/2237185357_0a1e121521_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>家人要出國玩, 我想他們帶 gps logger 出去紀錄路程, 回來做點不一樣的紀錄.
我原本有個 Wintec WBT-100 , 但有些缺點不太適合初學者帶出去, 尤其充電電池需帶充電器, 電池續航只有一天實在麻煩.
... ]]></description>
			<content:encoded><![CDATA[<p><a title="HOLUX M-241 GPS Logger" href="http://www.flickr.com/photos/69004123@N00/2237185357/"><img src="http://static.flickr.com/2096/2237185357_0a1e121521_m.jpg" align="right" border="0" /></a>家人要出國玩, 我想他們帶 gps logger 出去紀錄路程, 回來做點不一樣的紀錄.<br />
我原本有個 <a href="http://www.wintec.com.tw/GPS/bluetoothgps/WBT100.htm">Wintec WBT-100</a> , 但有些缺點不太適合初學者帶出去, 尤其充電電池需帶充電器, 電池續航只有一天實在麻煩.<br />
我就再買一個 <a href="http://www.holux.com/JCoreTW/en/products/products_content.jsp?pno=340">HOLUX M-241</a> , 使用 AA 電池, 一顆可用一天, 有小螢幕, 中文選單. 其實相似產品還有 <a href="http://www.wintec.com.tw/b5/product_detail.php?pro_id=76%20style=">Wintec WPL-1000</a>可以選, 但離出國時間緊迫, 以能馬上入手為優先, 最後就是買到這台 HOLUX M-241 .</p>
<p>還沒多少時間測試, 這篇主要介紹如何在 linux 上取出 gps logger 紀錄的資料.<span id="more-222"></span></p>
<p>用 USB 線連接電腦後, 開終端機 (terminal) 打 dmesg 看連到哪個埠</p>
<blockquote><p>[52244.118222] usb 5-5.4: new full speed USB device using ehci_hcd and address 10<br />
[52244.216512] usb 5-5.4: configuration #1 chosen from 1 choice<br />
[52244.216998] cp2101 5-5.4:1.0: cp2101 converter detected<br />
[52244.297647] usb 5-5.4: reset full speed USB device using ehci_hcd and address 10<br />
[52244.402412] usb 5-5.4: cp2101 converter now attached to <b>ttyUSB0</b></p></blockquote>
<p>以上的例子是連到 <b>/dev/ttyUSB0</b> .</p>
<h3>用 wine 執行原廠的程式</h3>
<p><a title="Screenshot-長天軌跡記錄器工具程式.png" href="http://www.flickr.com/photos/69004123@N00/2246852365/"><img src="http://static.flickr.com/2143/2246852365_4124b6969a_m.jpg" align="right" border="0" /></a>首先製造 wine 的 com1 , 以剛剛連上 ttyUSB0 為例</p>
<blockquote><p>ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1</p></blockquote>
<p>再執行 HoluxUtility 即可</p>
<blockquote><p>wine HoluxUtility.exe</p></blockquote>
<p>使用會有點慢, 而且有時候程式會沒反應.</p>
<h3>BT747</h3>
<p>或者用 <a href="http://bt747.wiki.sourceforge.net/">BT747</a> , 這軟體適用在 MTK GPS晶片的GPS裝置上, 當然 M-241 這台也行.<br />
先安裝 librxtx-java , 再執行 <a href="http://bt747.sourceforge.net/BT747.jnlp">http://bt747.sourceforge.net/BT747.jnlp</a> (Java Web Start) , 連線速度記得選 38440 , 再按 Connect Port 即可.</p>
<p>資料拿出來之後, 可以玩的就多了.. 例如<a href="http://pctao.org/2008/01/10/206/">照片結合GPS資料</a>.</p>
<p>(以下測試興奇購物網的廣告)<br />
<a href="http://partner.monday.com.tw/pub/gotobuy.ashx?gdid=774004&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ=="><img alt="HOLUX M-241無線GPS紀錄器 " src="http://partner.monday.com.tw/pub/gd.ashx?s=1&amp;gdid=774004&amp;mcode=MV9jWkhDUnNmbGxVa2NyU2tpMDlGa3ZnZWVKU0psU1VXNEV5d092ZVNEa0IwPQ==" border="0" height="240" width="210" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/07/30/256/" rel="bookmark" title="7/30/2008">[tip] 在 wine 內自動安裝套件或函式庫 &#8211; winetricks</a></li>

<li><a href="http://pctao.org/2008/01/10/206/" rel="bookmark" title="1/10/2008">在 Linux 上幫照片加上GPS資訊</a></li>

<li><a href="http://pctao.org/2007/03/05/177/" rel="bookmark" title="3/5/2007">Ubuntu feisty 的問題: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock&#8217; failed.</a></li>
</ul><!-- Similar Posts took 7.828 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=222&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/02/07/222/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[bbs]  快速更新推文 : qrG</title>
		<link>http://pctao.org/2008/02/07/218/</link>
		<comments>http://pctao.org/2008/02/07/218/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 16:05:03 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[bbs]]></category>
		<category><![CDATA[ptt]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://pctao.org/2008/02/07/218/</guid>
		<description><![CDATA[從來沒想過會在 bbs 單篇文章追新推文, 但是 ptt 卻沒有更新新推文的功能.
要頻頻 [←][→][End] 才會看到新推文,
我比較懶, 其實用  qrG  比較快,
複製 &#8220;qrG&#8221; 字串, 進入文章, 貼上, 就會在... ]]></description>
			<content:encoded><![CDATA[<p>從來沒想過會在 bbs 單篇文章追新推文, 但是 <a href="telnet://ptt.cc">ptt</a> 卻沒有更新新推文的功能.<br />
要頻頻 [←][→][End] 才會看到新推文,</p>
<p>我比較懶, 其實用  <b>qrG</b>  比較快,</p>
<blockquote><p>複製 &#8220;qrG&#8221; 字串, 進入文章, 貼上, 就會在文章最後.</p></blockquote>
<p>只要一直貼上 qrG , 就和更新推文是一樣的了.</p>
<p>解釋</p>
<ul>
<li>q : 退出 &#8211; 退出文章</li>
<li>  r : 進入 &#8211; 是讀文章</li>
<li>  G : 到底 &#8211; 跳到文章最後</li>
</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/04/30/230/" rel="bookmark" title="4/30/2008">[漁人節?] 幫別人改 twbbs.org 網址- twbbs.org 管理介面的安全問題 part 2</a></li>

<li><a href="http://pctao.org/2008/04/29/228/" rel="bookmark" title="4/29/2008">[漁人節?] 幫別人改 twbbs.org 網址- twbbs.org 管理介面的安全問題</a></li>

<li><a href="http://pctao.org/2008/02/07/221/" rel="bookmark" title="2/7/2008">第一次感覺到 wiki 共筆的成長</a></li>
</ul><!-- Similar Posts took 7.399 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=218&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/02/07/218/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time applet 結合 intlclock</title>
		<link>http://pctao.org/2008/01/21/211/</link>
		<comments>http://pctao.org/2008/01/21/211/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 11:17:09 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=211</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/01/21/211/><img src=http://static.flickr.com/2253/2205432457_03eb6de00b_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>從 Ubuntu Hardy alpha 3 開始, 我就跳入每天都有更新的坑 :p
今天看到 gnome-panel  (1:2.21.5-0ubuntu1) 的更新,
Clock Applet
- Merge intlclock with the clock applet
Clock Applet 結合 intlclock 這個 project , 看抓圖吧.
時間加... ]]></description>
			<content:encoded><![CDATA[<p><a title="gnome-applets-2.2.1.4-timeapplet" href="http://www.flickr.com/photos/69004123@N00/2205432457/"><img src="http://static.flickr.com/2253/2205432457_03eb6de00b_m.jpg" align="right" border="0" /></a>從 Ubuntu Hardy alpha 3 開始, 我就跳入每天都有更新的坑 :p<br />
今天看到 gnome-panel  (1:2.21.5-0ubuntu1) 的更新,</p>
<blockquote><p>Clock Applet<br />
- Merge intlclock with the clock applet</p></blockquote>
<p>Clock Applet 結合 <a href="https://launchpad.net/intlclock">intlclock 這個 project</a> , 看抓圖吧.<br />
時間加上漂亮的世界時鐘, 天氣, 地圖. 真是賞心悅目.</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/04/26/227/" rel="bookmark" title="4/26/2008">[ubuntu] 安裝uvc webcam</a></li>

<li><a href="http://pctao.org/2008/09/01/282/" rel="bookmark" title="9/1/2008">[ubuntu] 掛載 cue/bin 光碟映像檔</a></li>

<li><a href="http://pctao.org/2008/01/10/206/" rel="bookmark" title="1/10/2008">在 Linux 上幫照片加上GPS資訊</a></li>
</ul><!-- Similar Posts took 7.717 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=211&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/01/21/211/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micropolis &#8211; 模擬城市原始碼釋出</title>
		<link>http://pctao.org/2008/01/21/209/</link>
		<comments>http://pctao.org/2008/01/21/209/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 06:46:35 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[sim city]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=209</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/01/21/209/><img src=http://static.flickr.com/2284/2208072803_ea20ede5d9_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>上禮拜的消息,  SimCity Source Code Is Now Open , 程式碼以GPLv3釋出, 程式名字改成 Micropolis 為了規避sim city的商標問題. 詳細的發展歷史請看Don Hopkins (移植者) 的blog.
GetDeb有編譯好的套件包, 下載安裝即... ]]></description>
			<content:encoded><![CDATA[<p><a title="Micropolis" href="http://www.flickr.com/photos/69004123@N00/2208072803/"><img src="http://static.flickr.com/2284/2208072803_ea20ede5d9_m.jpg" align="right" border="0" /></a>上禮拜的消息,  <a href="http://developers.slashdot.org/article.pl?sid=08/01/12/1846256">SimCity Source Code Is Now Open</a> , 程式碼以GPLv3釋出, 程式名字改成 Micropolis 為了規避sim city的商標問題. 詳細的發展歷史請看<a href="http://www.donhopkins.com/drupal/node/131">Don Hopkins (移植者) 的blog</a>.<br />
<a href="http://www.getdeb.net/">GetDeb</a>有編譯好的套件包, <a href="http://www.getdeb.net/app.php?name=Micropolis">下載安裝</a>即可.<br />
執行時, 如果發現按鈕都沒作用的話, 按建盤上的 Num Lock 鍵即可.<br />
如果想自己編譯的話, <span id="more-209"></span>可以從<a href="http://www.donhopkins.com/home/micropolis/">這</a>下載原始碼, 編譯的步驟請參考 <a href="http://ubuntuforums.org/showthread.php?t=665844">ubuntuforums 的討論串</a>.<br />
但編譯起來, 遊戲執行有問題, 地圖不會顯示.<br />
<a title="micropolis" href="http://www.flickr.com/photos/69004123@N00/2208072909/"><img src="http://static.flickr.com/2243/2208072909_5fb7962648_m.jpg" border="0" /></a><br />
這也是為何拖了這麼多天, 才寫這篇的原因 /_\</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/06/03/237/" rel="bookmark" title="6/3/2008">Facebook 平台釋出部份原始碼</a></li>

<li><a href="http://pctao.org/2008/04/26/227/" rel="bookmark" title="4/26/2008">[ubuntu] 安裝uvc webcam</a></li>

<li><a href="http://pctao.org/2006/10/19/166/" rel="bookmark" title="10/19/2006">Linux Flash Player 9 beta !</a></li>
</ul><!-- Similar Posts took 6.763 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=209&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/01/21/209/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[WP] 列出 wp-cron 排程的內容</title>
		<link>http://pctao.org/2008/01/21/208/</link>
		<comments>http://pctao.org/2008/01/21/208/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 16:01:15 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pctao.org/?p=208</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/01/21/208/><img src=http://static.flickr.com/2308/2206607694_808fe948a1_d.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>WordPress 自從 2.1 之後就引入 wp-cron 的工作排程功能, 又稱為 Psuedo-cron functionality , 可惜沒有提供管理介面. 如果想看有什麼工作被排程的話, 可以安裝這兩個 plugin 來看.

1. WP-Crontrol
提供 add , delete... ]]></description>
			<content:encoded><![CDATA[<p>WordPress 自從 <a href="http://wordpress.org/development/2007/01/ella-21/">2.1</a> 之後就引入 <a href="http://wordpress.org/extend/plugins/wp-cron/">wp-cron</a> 的工作排程功能, 又稱為 <a href="http://codex.wordpress.org/Category:WP-Cron_Functions">Psuedo-cron functionality</a> , 可惜沒有提供管理介面. 如果想看有什麼工作被排程的話, 可以安裝這兩個 plugin 來看.<br />
<span id="more-208"></span><br />
1. <a href="http://wordpress.org/extend/plugins/wp-crontrol/">WP-Crontrol</a><br />
提供 add , delete , list 的功能.</p>
<p><a title="WP-Crontrol" href="http://www.flickr.com/photos/69004123@N00/2206607694/"><img src="http://static.flickr.com/2308/2206607694_808fe948a1_d.jpg" border="0" /></a></p>
<p>2. <a href="http://codex.wordpress.org/wp-cron-dashboard.php">WP-Cron-dashboard</a> [<a href="http://martin.cleaver.org/blog/2007/09/22/pseudo-cron-dashboard-display-for-wordpress/">作者的blog</a>]<br />
提供 delete 和 list 的功能.</p>
<p><a title="wp-cron-dashboard" href="http://www.flickr.com/photos/69004123@N00/2205819843/"><img src="http://static.flickr.com/2159/2205819843_0efc8976bf_d.jpg" border="0" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/05/30/236/" rel="bookmark" title="5/30/2008">[wordpress] Google AJAX Libraries API Plugin</a></li>

<li><a href="http://pctao.org/2008/02/07/223/" rel="bookmark" title="2/7/2008">兩個有趣的 wordpress 應用</a></li>

<li><a href="http://pctao.org/2006/10/11/154/" rel="bookmark" title="10/11/2006">字太小</a></li>
</ul><!-- Similar Posts took 6.567 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=208&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/01/21/208/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 Linux 上幫照片加上GPS資訊</title>
		<link>http://pctao.org/2008/01/10/206/</link>
		<comments>http://pctao.org/2008/01/10/206/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 01:30:17 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[digiKam]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[kipi]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2008/01/10/206/</guid>
		<description><![CDATA[<a href=http://pctao.org/2008/01/10/206/><img src=http://static.flickr.com/2316/2181415707_1e97476a40_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>我用 ubuntu linux, 但我使用的軟體並不限 gnome 的, KDE 的東西我也有用, 像是 digiKam 和 Amarok 等優秀軟體. digiKam 是個很棒的照片管理程式, 記得要加裝 kipi-plugins , 這個套件提供許多功能, 像是上傳至... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/69004123@N00/2181415707/" title="Screenshot-Google Earth.png"><img src="http://static.flickr.com/2316/2181415707_1e97476a40_m.jpg" align="right" border="0" /></a>我用 ubuntu linux, 但我使用的軟體並不限 gnome 的, KDE 的東西我也有用, 像是 <a href="http://www.digikam.org/">digiKam</a> 和 <a href="http://amarok.kde.org/">Amarok</a> 等優秀軟體. digiKam 是個很棒的照片管理程式, 記得要加裝 kipi-plugins , 這個套件提供許多功能, 像是上傳至flickr,編輯meta data,還有本篇重點 Geolocalization Editor .<span id="more-206"></span><br />
<a href="http://www.kipi-plugins.org/">kipi</a> 是 <b>K</b>DE <b>I</b>mage <b>P</b>lugin <b>I</b>nterface 的簡稱 , 其實並不只有 <a href="http://www.digikam.org/">digiKam</a> 能用, <a href="http://ktown.kde.org/kphotoalbum/">KPhotoAlbum</a> ,<a href="http://www.jalix.org/projects/showimg">Showimg</a> , <a href="http://gwenview.sourceforge.net/">GwenView</a> 等也能使用, 挑喜歡的用即可.</p>
<p><a href="http://www.flickr.com/photos/69004123@N00/2181298217/" title="Screenshot-CIMG8334.JPG - Edit Geographical Coordinates - digiKam.png"><img src="http://static.flickr.com/2350/2181298217_c33a69c125_m.jpg" align="left" border="0" /></a>首先挑選照片, 使用  圖像-&gt;Geolocalization-&gt;Edit Coordinates , 則會開啟一個有 GMAP 的視窗, 在 GMAP 上點選位置即可.</p>
<p>如果你有 GPS 紀錄的話, 則可以使用 圖像-&gt;Geolocalization-&gt;Correlator , 載入 GPX 檔案, 自動填上資料, 再手動微調即可 <img src='http://pctao.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ~<a href="http://www.flickr.com/photos/69004123@N00/2181298045/" title="Screenshot-Geolocalization - digiKam-1.png"><img src="http://static.flickr.com/2225/2181298045_83efefcfab_m.jpg" align="right" border="0" /></a></p>
<p>如果, 你忘記調整相機時間, 造成GPS和照片的時間不一樣, 做GPS Sync時則會有誤差. kipi-plugins可以編輯 EXIF , 但是 Geolocalization Editor 並不認識編輯過的 EXIF .<br />
這時可以搬出 jhead ,這個程式也可以批次處理 EXIF . 例: 我要將照片時間往前2分鐘</p>
<blockquote><p>jhead -ta-00:02 *.jpg</p></blockquote>
<p>-ta 的參數是-ta&lt;+|-&gt;h[:mm[:ss]]  , 可以指定要加或減時間.</p>
<p>時間處理好, 再重做 GPS SYNC , 地理資訊就是對的了.</p>
<p>最後看是要直接輸出成 KML檔案, 或者是上傳到flickr再用<a href="http://www2.adamfranco.com/photosetToKML.php">Flickr Photo Set to KML</a>, 搭配 Google Map 就可以在網頁上展示, 或者搭配 Google Earth 觀看也可.</p>
<p><a href="http://www.flickr.com/photos/69004123@N00/2181415707/" title="Screenshot-Google Earth.png"><img src="http://static.flickr.com/2316/2181415707_1e97476a40_d.jpg" border="0" /></a></p>
<p><iframe src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=http:%2F%2Fpctao.org%2Fwp-content%2F20072008.kml&amp;ie=UTF8&amp;om=1&amp;s=AARTsJqCFMGNCb1LYRMxHVDUyzTK_R2FWA&amp;ll=25.039785,121.564987&amp;spn=0.009332,0.013733&amp;z=16&amp;output=embed" marginheight="0" marginwidth="0" frameborder="0" height="480" scrolling="no" width="640"></iframe><br />
<small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=http:%2F%2Fpctao.org%2Fwp-content%2F20072008.kml&amp;ie=UTF8&amp;om=1&amp;ll=25.039785,121.564987&amp;spn=0.009332,0.013733&amp;z=16&amp;source=embed" style="color: #0000ff; text-align: left">View Larger Map</a></small></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/02/07/222/" rel="bookmark" title="2/7/2008">[GPS] HOLUX M-241 在 ubuntu linux 上使用</a></li>

<li><a href="http://pctao.org/2008/06/04/238/" rel="bookmark" title="6/4/2008">超炫的遊覽景點照片方式 &#8211; Panoramio look around</a></li>

<li><a href="http://pctao.org/2006/04/08/127/" rel="bookmark" title="4/8/2006">ubuntu 是好東西</a></li>
</ul><!-- Similar Posts took 7.804 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=206&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2008/01/10/206/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>政大也要禁P2P軟體了</title>
		<link>http://pctao.org/2007/11/19/204/</link>
		<comments>http://pctao.org/2007/11/19/204/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 20:46:20 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[政大]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[nccu]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/11/19/204/</guid>
		<description><![CDATA[經過學弟的提醒,政大計中在news group和全校的email信箱發佈了這個消息,就是沒在計中官網上看到. 更新:政大首頁有這個消息.
以下是該封email內容:
[公告] 本(96)年11月21日起本校校園網路將停止對... ]]></description>
			<content:encoded><![CDATA[<p>經過學弟的提醒,政大計中在<a href="news://news2.nccu.edu.tw/NCCU.CC">news group</a>和全校的email信箱發佈了這個消息,<strike>就是沒在<a href="http://www.cc.nccu.edu.tw">計中官網</a>上看到.</strike> 更新:<a href="http://ann.nccu.edu.tw/ann/ann/bulletin.php?bul_key=1195205013&amp;partid=3">政大首頁有這個消息</a>.<br />
以下是該封email內容:<span id="more-204"></span></p>
<blockquote><p>[公告] 本(96)年11月21日起本校校園網路將停止對外執行P2P類軟體，請 查照。</p>
<p>文號: 政電校字第0960000088號<br />
日期: 96/11/16</p>
<p>主旨: 本(96)年11月21日起本校校園網路將停止對外執行P2P類軟體，請 查照。</p>
<p>說明:<br />
一、日前接獲教育部函示，本校業遭檢舉多起利用學術網路使用P2P類軟體下載有侵權疑慮檔案之案件。為免本校師生不慎引致牽連或訴訟之累，故自旨揭日起將採取相關網路管理措施如下：<br />
（一）停止校園網路對外執行P2P類軟體，例如：Foxy、BitTorrent、eDonkey/eMule、Kazza、WinMX、Gnutella、Club Box、PPStream等本校設備可辨識之P2P軟體。<br />
（二）若屬本校設備暫無法辨識出之P2P軟體，一經檢舉仍須援引相關智慧財產權侵權處理程序處理。<br />
（三）倘具特殊教學研究需求，有使用P2P類軟體之必要，請利用附件辦理使用申請。</p>
<p>二、請務必轉知所屬師生同仁，避免觸法，並共同維護及尊重智慧財產權。</p>
<p>電算中心</p></blockquote>
<p>以及附上 <a href="http://www.cc.nccu.edu.tw/download/form/P2Papplication.pdf">P2Papplication.pdf</a> (也可以在計中網頁找到)</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2005/04/12/76/" rel="bookmark" title="4/12/2005">懷念走在政大校園的感覺</a></li>

<li><a href="http://pctao.org/2006/10/08/149/" rel="bookmark" title="10/8/2006">Amazon S3</a></li>

<li><a href="http://pctao.org/2006/09/07/146/" rel="bookmark" title="9/7/2006">政大書城換成巨流政大書城</a></li>
</ul><!-- Similar Posts took 6.665 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=204&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/11/19/204/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype 2.0 beta for Linux &#8212; 新增視訊功能!</title>
		<link>http://pctao.org/2007/11/09/201/</link>
		<comments>http://pctao.org/2007/11/09/201/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 22:24:57 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/11/09/201/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/11/09/201/><img src=http://static.flickr.com/2294/1924089730_128e885953_d.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>新版的 Skype for Linux 終於加上 windows 版本早有的視訊功能!

快下載試用吧!! 原廠下載連結
這版本主要新增視訊功能, 其他修改請查原廠網站.
相關連結:

Skype 2.0 beta for Linux: the Great Revolution &#8211; ... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://share.skype.com/sites/linux/2007/11/skype_20_beta_for_linux_with_video.html">新版的 Skype for Linux</a> 終於加上 windows 版本早有的視訊功能!<br />
<a href="http://www.flickr.com/photos/69004123@N00/1924089730/" title="skypelinux_video"><img src="http://static.flickr.com/2294/1924089730_128e885953_d.jpg" border="0" /></a><br />
快下載試用吧!! <a href="http://www.skype.com/intl/en/download/skype/linux/beta/">原廠下載連結</a><br />
這版本主要新增視訊功能, 其他修改請查<a href="https://developer.skype.com/LinuxSkype">原廠網站.</a></p>
<p>相關連結:</p>
<ul>
<li><a href="http://share.skype.com/sites/linux/2007/11/skype_20_beta_for_linux_with_video.html">Skype 2.0 beta for Linux: the Great Revolution &#8211; Skype for Linux</a></li>
<li><a href="https://developer.skype.com/LinuxSkype">LinuxSkype &#8211; Skype Developer Zone</a></li>
</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/10/15/162/" rel="bookmark" title="10/15/2006">Linux Flash Player 9 beta 有可能下個禮拜或兩個禮拜後釋出</a></li>

<li><a href="http://pctao.org/2007/07/27/191/" rel="bookmark" title="7/27/2007">利用 apt-listchanges  觀看每次的更新內容</a></li>

<li><a href="http://pctao.org/2006/10/15/163/" rel="bookmark" title="10/15/2006">nVidia Linux driver : 1.0-9626</a></li>
</ul><!-- Similar Posts took 5.887 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=201&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/11/09/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(比之前)更穩定更強的 Flock 1.0 社群網頁遊覽器</title>
		<link>http://pctao.org/2007/11/05/200/</link>
		<comments>http://pctao.org/2007/11/05/200/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 00:04:47 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flock]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/11/05/200/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/11/05/200/><img src=http://static.flickr.com/2204/1862878759_17b21267c6_d.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Flock 終於邁入 1.0 了.
Flock 是個以 firefox 為基礎的遊覽器, 內建支援許多 web 2.0 的網站, 例如 Youtube, Flickr, Twitter, Facebook, del.icio.us 等等.

Flock 1.0 的不一樣

新增 People sidebar , 增加 Facebook 和 Twitter ... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flock.com/">Flock</a> 終於邁入 1.0 了.</p>
<p>Flock 是個以 <a href="http://www.mozilla.com/firefox/">firefox</a> 為基礎的遊覽器, 內建支援許多 web 2.0 的網站, 例如 <a href="http://www.youtube.com/">Youtube</a>, <a href="http://www.flickr.com/">Flickr</a>, <a href="http://twitter.com/">Twitter</a>, <a href="http://www.facebook.com/">Facebook</a>, <a href="http://del.icio.us/">del.icio.us</a> 等等.</p>
<p><a href="http://www.flickr.com/photos/69004123@N00/1862878759/" title="Screenshot-My World - Flock"><img src="http://static.flickr.com/2204/1862878759_17b21267c6_d.jpg" border="0" /></a></p>
<p>Flock 1.0 的不一樣</p>
<ol>
<li>新增 People sidebar , 增加 <a href="http://www.facebook.com/">Facebook</a> 和 <a href="http://twitter.com/">Twitter</a> 的支援</li>
<li><a href="http://www.flickr.com/">Flickr</a> 和 <a href="http://www.youtube.com/">Youtube</a> 併入 People sidebar</li>
<li>增進效能與穩定性. 解決幾個 memory leak 的問題.</li>
</ol>
<p>我是從 1.0RC2 開始試用, 之前令人詬病的不穩定與頻繁當掉已改善很多. Firefox 的延伸套件除了幾個有問題以外, 都可直接安裝. 試用一個禮拜, 很滿意, 我已經用 flock 取代 firefox 了.<br />
<span id="more-200"></span></p>
<p>Flock 的主要功能:</p>
<ol>
<li>人:支援 <a href="http://www.flickr.com/">Flickr</a> , <a href="http://twitter.com/">Twitter</a> , <a href="http://www.youtube.com/">Youtube</a>,  <a href="http://www.facebook.com/">Facebook</a> .  方便追蹤好友動態.</li>
<li>照片:支援 <a href="http://www.flickr.com/">Flickr</a> , <a href="http://photobucket.com/">Photobucket</a> 和 <a href="http://www.facebook.com/">Facebook</a> . 可以直接在 media bar 遊覽. 可以直接把圖片拉出來, 就自動產生 html 碼, 寫blog時很方便. 也有上傳照片的功能, 上傳時可以做旋轉,剪裁與縮放尺寸的簡單功能.</li>
<li>Blog編輯器:我覺得是雞肋. 功能不夠強, 倒不如安裝 <a href="http://www.scribefire.com/">ScribeFire</a> .</li>
<li>其他:RSS閱讀器, 線上書籤 ( <a href="http://del.icio.us/">del.icio.us</a> 和 <a href="http://ma.gnolia.com/">Magnolia</a> ) , 網頁剪貼簿.</li>
</ol>
<p><i>如果你有用 flickr 相簿, 我強烈推薦使用.</i> 可惜的是支援的網站不夠多, 尤其台灣為主的相簿沒有支援. 如果常使用<a href="http://wretch.cc/">丁丁大站</a>, <a href="http://pixnet.net/">Pixnet</a> 等的使用者<strike>叫</strike>較感受不到好處.</p>
<p>相關資料</p>
<ul>
<li><a href="http://www.flock.com/node/59720">Meet Your New Favorite Browser &#8211; Flock 1.0!</a></li>
<li><a href="http://www.flockhttp//www.flock.com/release-notes/1.0/.com/release-notes/1.0/">Flock 1.0 Release Notes and Known Issues</a></li>
<li><a href="http://taiwan.cnet.com/cnetlife/digilife/0,2000079913,20109294,00.htm">CNET:換個瀏覽器吧之Web 2.0版&#8211;Flock</a></li>
</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/08/30/144/" rel="bookmark" title="8/30/2006">試用 Blogger beta</a></li>

<li><a href="http://pctao.org/2008/06/11/243/" rel="bookmark" title="6/11/2008">[FX] 離3.0正式版還差一步! 專為mac出 Firefox 3.0RC3</a></li>

<li><a href="http://pctao.org/2006/11/01/173/" rel="bookmark" title="11/1/2006">Zotero &#8211; 管理研究資源的工具</a></li>
</ul><!-- Similar Posts took 7.139 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=200&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/11/05/200/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>真正立體的 compiz &#8211; anaglyph plugin</title>
		<link>http://pctao.org/2007/11/04/198/</link>
		<comments>http://pctao.org/2007/11/04/198/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 19:47:41 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[anaglyph]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/11/04/198/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/11/04/198/><img src=http://static.flickr.com/2150/1813501546_46a7ce00ca_d.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>
[photo from:jigish1]
Compiz 是 Linux 上正紅的視窗管理程式, 有人寫了一個 anaglyph 的外掛, 也就是要用紅藍立體眼鏡看的立體圖片.
看起來很炫, 但是操作不久就會眼花吧.
[原始碼包以及更多圖片]  [來... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/33072144@N00/1813501546/" title="aglyph2.png"><img src="http://static.flickr.com/2150/1813501546_46a7ce00ca_d.jpg" border="0" /></a><br />
<small>[photo from:<a href="http://www.flickr.com/photos/cyberorg/1813501546/">jigish1</a>]</small></p>
<p><a href="http://zh.wikipedia.org/wiki/Compiz">Compiz</a> 是 Linux 上正紅的視窗管理程式, 有人寫了一個 <a href="http://en.wikipedia.org/wiki/Anaglyph_image">anaglyph</a> 的外掛, 也就是要用紅藍立體眼鏡看的立體圖片.</p>
<p>看起來很炫, 但是操作不久就會眼花吧.</p>
<p>[<a href="http://wodor.org/anaglyph/">原始碼包以及更多圖片</a>]  [來源: <a href="http://dev.compiz-fusion.org/%7Ecyberorg/2007/11/01/introducing-the-real-3d-compiz/">CyberOrg:Introducing the real 3D Compiz!</a> ]</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/10/22/168/" rel="bookmark" title="10/22/2006">吹視窗..</a></li>

<li><a href="http://pctao.org/2006/10/15/163/" rel="bookmark" title="10/15/2006">nVidia Linux driver : 1.0-9626</a></li>

<li><a href="http://pctao.org/2006/09/24/147/" rel="bookmark" title="9/24/2006">在 nVIDIA 上執行 AIGLX/compiz !!!</a></li>
</ul><!-- Similar Posts took 6.253 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=198&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/11/04/198/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Widgets &#8211; 改善 ubuntu 的 firefox 外觀</title>
		<link>http://pctao.org/2007/10/31/192/</link>
		<comments>http://pctao.org/2007/10/31/192/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 12:31:42 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[DesktopBeautifier]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/10/31/192/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/10/31/192/><img src=http://static.flickr.com/2369/1808469400_fbc19fa751_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Linux 版本的 firefox , 網頁元件很樸實, 跟 windows 版本比起來, 根本就是醜 T_T
改善前 (如果你看慣 windows 版本的 firefox , 就知道 linux 版本的按鈕有多醜)

改善後

Text Field , Radio Button , Button 元件都變... ]]></description>
			<content:encoded><![CDATA[<p>Linux 版本的 firefox , 網頁元件很樸實, 跟 windows 版本比起來, 根本就是醜 T_T</p>
<p>改善前 (如果你看慣 windows 版本的 firefox , 就知道 linux 版本的按鈕有多醜)<br />
<a href="http://www.flickr.com/photos/69004123@N00/1808469400/" title="Original Firefox viewing Google Home Page"><img src="http://static.flickr.com/2369/1808469400_fbc19fa751_m.jpg" border="0" /></a><br />
改善後<br />
<a href="http://www.flickr.com/photos/69004123@N00/1808469310/" title="Firefox with Firefox Widgets viewing Google Home Page"><img src="http://static.flickr.com/2241/1808469310_c73aaf338d_m.jpg" border="0" /></a><br />
Text Field , Radio Button , Button 元件都變得好看許多.<br />
<span id="more-192"></span></p>
<p>首先到 <a href="http://ubuntuforums.org/showthread.php?t=369596">Firefox Widgets  (Ubuntu Forum)</a> 下載檔案.<br />
下載之後,</p>
<blockquote><p>tar jxvf firefox_widgets_2.7.tar.bz2<br />
cd firefox_widgets_2.7<br />
./install<br />
或<br />
sudo ./graphic_installer</p></blockquote>
<p>* 提醒: install 這個 script 裡面有用到 sudo &#8230;. !@#$</p>
<p>選好安裝路徑之後, 安裝, 重啟 firefox 即可看到漂亮的網頁元件了.</p>
<p>如果要避免之後升級時, 檔案會被蓋掉, 可以用</p>
<blockquote><p>sudo dpkg-divert &#8211;add &lt;INSERT FIREFOX ROOT DIRECTORY HERE&gt;/res/forms.css</p></blockquote>
<p>取消</p>
<blockquote><p>sudo dpkg-divert &#8211;remove &lt;INSERT FIREFOX ROOT DIRECTORY HERE&gt;/res/forms.css</p></blockquote>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/12/13/174/" rel="bookmark" title="12/13/2006">在 ubuntu edgy 上安裝 Google Toolbar</a></li>

<li><a href="http://pctao.org/2006/10/19/166/" rel="bookmark" title="10/19/2006">Linux Flash Player 9 beta !</a></li>

<li><a href="http://pctao.org/2006/12/14/175/" rel="bookmark" title="12/14/2006">Google Toolbar 3 beta (for firefox)</a></li>
</ul><!-- Similar Posts took 7.099 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=192&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/10/31/192/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TVControl &#8211; 即時電視節目表與選台器 v2.3.0</title>
		<link>http://pctao.org/2007/07/28/193/</link>
		<comments>http://pctao.org/2007/07/28/193/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 10:58:11 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[EPG]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[TVControl]]></category>
		<category><![CDATA[xmltv]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/07/28/193/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/07/28/193/><img src=http://farm2.static.flickr.com/1174/924596567_ecfc5cd359_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a> TVControl 這個軟體自動更新下載電視節目表, 如果使用電視卡看電視的話, 還能透過這個程式控制電視軟體換台. 另外, 還可以輸出 XMLTV 格式, 這個能玩的就多了 

這個軟體我之前就有在使用, 但... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/taopaic/924596567/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1174/924596567_ecfc5cd359_m.jpg" alt="TVControl" align="right" height="181" width="240" /></a> <a href="http://sean.o4u.com/ap/TVControl/">TVControl</a> 這個軟體自動更新下載電視節目表, 如果使用電視卡看電視的話, 還能透過這個程式控制電視軟體換台. 另外, 還可以輸出 XMLTV 格式, 這個能玩的就多了 <img src='http://pctao.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
<span id="more-193"></span></p>
<p>這個軟體我之前就有在使用, 但去年就無法更新節目表, 這幾天看到他出新版, 真是高興! 除了 <a href="http://www.microsoft.com/taiwan/windowsxp/mediacenter/">Windows MCE</a> 和 <a href="http://www.tgc-taiwan.com.tw/">TiVO</a> 以外 (<a href="http://www.orb.com.tw/">Orb</a>好像也有, 沒用過), 有 EPG ( 電子節目表 ) 就只有這個軟體, 而且 TVControl 還可以輸出 XMLTV 格式的節目表, 許多軟體都有支援 XMLTV , 例如看電視的 <a href="http://www.dscaler.org/">DSCaler</a> , <a href="http://tvtime.sourceforge.net/">TVTime</a> , 節目表 <a href="http://freeguide-tv.sourceforge.net/">FreeGuide</a> 等等.</p>
<p>2.3.0 的版本更新</p>
<blockquote><p>v2.3.0 (2007/7/26)<br />
- 重新整理節目頻道。(含 Server 端)<br />
- 可以展開或隱藏節目分類的頻道。<br />
- 修正啟動時視窗大小復原錯誤問題。<br />
- 可禁用編輯設定檔提示框。<br />
- 更新電視節目表網站網址。</p></blockquote>
<p><strong>使用時, 防毒軟體會叫, 請自行評斷是否繼續使用</strong>.<br />
官方網頁也有註明:</p>
<blockquote><p>某知名防毒程式會誤判本程式。敬請放心安裝，原始碼完全透明化可受公評。至於誤判問題請向該防毒軟體公司反應。</p></blockquote>
<p>而使用諾頓系的防毒軟體, 會無法更新節目表, 也無錯誤訊息, 可以自行去 C:\Program Files\TVControl\ 下, 執行 download.wsf (點擊兩下應該就會執行) , 這時諾頓才會問是否要新任此 script .</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2005/12/21/102/" rel="bookmark" title="12/21/2005">TVControl &#8211; 即時電視節目表與選台器</a></li>

<li><a href="http://pctao.org/2005/12/27/104/" rel="bookmark" title="12/27/2005">FreeGuide看電視節目表</a></li>

<li><a href="http://pctao.org/2006/10/14/157/" rel="bookmark" title="10/14/2006">獨家廣告?..</a></li>
</ul><!-- Similar Posts took 6.661 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=193&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/07/28/193/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>利用 apt-listchanges  觀看每次的更新內容</title>
		<link>http://pctao.org/2007/07/27/191/</link>
		<comments>http://pctao.org/2007/07/27/191/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 05:04:47 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/07/27/191/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/07/27/191/><img src=http://farm1.static.flickr.com/196/503754058_7352a67579_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>apt-listchanges 是個好東西, 可以列出這次更新的 chage list .

更新 ubuntu 時, 如果你是用 更新管理員 (update-manager), 視窗的下方有修改紀錄, 但因為他是連到 server 取得修改紀錄, 如果 server 尚未更新就... ]]></description>
			<content:encoded><![CDATA[<p>apt-listchanges 是個好東西, 可以列出這次更新的 chage list .<br />
<span id="more-191"></span><br />
更新 ubuntu 時, 如果你是用 <strong>更新管理員</strong> (update-manager), 視窗的下方有修改紀錄, 但因為他是連到 server 取得修改紀錄, 如果 server 尚未更新就看不到.</p>
<p>如果是用 Synaptic , 套件 -&gt; 下載修改紀錄 也可取得, 但和前述一樣, 如果 server 尚未更新就看不到.</p>
<p><a href="http://www.flickr.com/photos/taopaic/503754058/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/196/503754058_7352a67579_m.jpg" alt="Apt-listchanges" align="right" height="193" width="240" /></a>今天要介紹的是 apt-listchanges , 他不同於前述是從 server 下載修改紀錄, 而是從下載的 deb 檔中抓取修改紀錄, 所以不會發生沒有修改紀錄的問題.</p>
<p>用 Synaptic 安裝 apt-listchanges , 再使用 Synaptic 的 套件-&gt;設置.<br />
之後每次用 Synaptic 做更新時, 下載更新套件後, 就會列出這次的更新內容列表. 多方便啊.</p>
<p>相關連結:<br />
<a href="http://www.debian.org/doc/manuals/apt-howto/ch-search.zh-tw.html#s-apt-listchanges">APT HOWTO &#8211; 獲取套裝軟體資訊</a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2007/07/27/190/" rel="bookmark" title="7/27/2007">關掉無用的 apt-get 的 Translation list</a></li>

<li><a href="http://pctao.org/2008/07/30/256/" rel="bookmark" title="7/30/2008">[tip] 在 wine 內自動安裝套件或函式庫 &#8211; winetricks</a></li>

<li><a href="http://pctao.org/2007/03/05/177/" rel="bookmark" title="3/5/2007">Ubuntu feisty 的問題: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock&#8217; failed.</a></li>
</ul><!-- Similar Posts took 8.082 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=191&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/07/27/191/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>關掉無用的 apt-get 的 Translation list</title>
		<link>http://pctao.org/2007/07/27/190/</link>
		<comments>http://pctao.org/2007/07/27/190/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 19:19:31 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/07/27/190/</guid>
		<description><![CDATA[UPDATE: 現在已有 Translation 的訊息, 不需關閉了.
每次用 apt-get 更新時, 都會有一堆找不到 Translation 的訊息吧. 我覺得這個挺礙眼的, 就先關掉他吧&#8230;

這個訊息是這樣的, apt-get update 時, 會去找... ]]></description>
			<content:encoded><![CDATA[<p><ins datetime="2008-09-01T08:44:31+00:00">UPDATE: 現在已有 Translation 的訊息, 不需關閉了.</ins></p>
<p>每次用 apt-get 更新時, 都會有一堆找不到 Translation 的訊息吧. 我覺得這個挺礙眼的, 就先關掉他吧&#8230;<br />
<span id="more-190"></span><br />
這個訊息是這樣的, apt-get update 時, 會去找每個 source 的 Translation-&#8221;environment&#8221; ,<br />
我的環境是 zh_TW, 訊息就如下</p>
<blockquote><p>pctao@pctao-desktop:/etc/apt$ sudo apt-get update<br />
下載:1 http://archive.ubuntu.com gutsy Release.gpg [191B]<br />
略過 http://archive.ubuntu.com gutsy/main Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy/restricted Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy/universe Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy/multiverse Translation-zh_TW<br />
下載:2 http://archive.ubuntu.com gutsy-updates Release.gpg [191B]<br />
略過 http://archive.ubuntu.com gutsy-updates/main Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy-updates/restricted Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy-updates/universe Translation-zh_TW<br />
略過 http://archive.ubuntu.com gutsy-updates/multiverse Translation-zh_TW</p></blockquote>
<p>現在都還沒看到有 Translation-zh_TW , 打開只是看到一堆&#8221;略過&#8221;訊息, 看了礙眼, 乾脆關掉吧. 以後有這功能再打開使用.</p>
<p>改用這個指令更新, 就不會看到 &#8220;略過 http://&#8230; Translation-zh_TW&#8221; 的訊息 (這邊有個BUG,請容我之後說明)</p>
<blockquote><p>sudo apt-get update -o APT::Acquire::Translation=none</p></blockquote>
<p>如果你是 Synaptic 的愛好者, 請執行</p>
<blockquote><p>gksu &#8220;synaptic -o APT::Acquire::Translation=none&#8221;</p></blockquote>
<p>或者在 Synaptic 的 &#8220;設定&#8221; -&gt; &#8220;設定內部選項&#8221; , 變數填入 &#8220;APT::Acquire::Translation&#8221; , 值填入 &#8220;none&#8221; . 但在下次使用 Synaptic , 還要在做一次.</p>
<p>各位有沒有發現為何不是寫在設定檔, 而是使用參數的方式?<br />
寫在設定檔的方法:<br />
在 /etc/apt/apt.conf (如果沒有請自建一個) 中寫入</p>
<blockquote><p>APT::Acquire::Translation &#8220;none&#8221;;</p></blockquote>
<p>或者在 /etc/apt/apt.conf.d/ 建立一個檔案, 如 /etc/apt/apt.conf.d/80noTranslation , 內容一樣填入</p>
<blockquote><p>APT::Acquire::Translation &#8220;none&#8221;;</p></blockquote>
<p>應該會成功才對.</p>
<p>但是, 我怎麼測試都不行, 看了一下 apt 的原始碼 (版本 0.7.4ubuntu1), 他讀完設定檔之後, 再用 Translation-&#8221;environment&#8221; 複寫, 除非用 -c 或是 -o 再去覆蓋, 不然結果都一樣. (apt-pkg/init.cc 110行)</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2007/07/27/191/" rel="bookmark" title="7/27/2007">利用 apt-listchanges  觀看每次的更新內容</a></li>

<li><a href="http://pctao.org/2007/04/13/182/" rel="bookmark" title="4/13/2007">Gutsy Gibbon: 下一個 ubuntu 代號.</a></li>

<li><a href="http://pctao.org/2006/04/08/130/" rel="bookmark" title="4/8/2006">scim 和 Firefox 在 ubuntu dapper 上的問題</a></li>
</ul><!-- Similar Posts took 7.035 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=190&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/07/27/190/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader for Wii</title>
		<link>http://pctao.org/2007/05/09/188/</link>
		<comments>http://pctao.org/2007/05/09/188/#comments</comments>
		<pubDate>Wed, 09 May 2007 00:47:43 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/05/09/188/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/05/09/188/><img src=http://farm1.static.flickr.com/212/490557714_7ca7b433d7_t.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>根據 這篇消息 指出, Google Reader 悄悄地放上特地為 Wii 設計的介面. 真的是悄悄地, Google 的各部落格還沒放消息出來&#8230; 雖然也有其他 web-based 的 RSS 閱讀器, 但這可是針對 Wiimote 設計控制按鍵... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/taopaic/490557714/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/212/490557714_7ca7b433d7_t.jpg" alt="顯示訂閱畫面 (按鍵1)" align="right" height="81" width="100" /></a>根據 <a href="http://http://blogs.zdnet.com/Google/?p=557">這篇消息</a> 指出, <a href="http://www.google.com/reader/">Google Reader</a> 悄悄地放上特地為 Wii 設計的介面. 真的是悄悄地, Google 的各部落格還沒放消息出來&#8230; 雖然也有其他 web-based 的 RSS 閱讀器, 但這可是針對 Wiimote 設計控制按鍵的 RSS 閱讀器.</p>
<p>只要用 Opera for Wii 連上 <a href="http://www.google.com/reader/">Google Reader</a> 即可看到新的介面. 如果沒有 Wii 也可以試用, 只要使用 <a href="http://www.google.com/reader/wii">http://www.google.com/reader/wii</a> 即可.</p>
<p>我覺得這個介面字大, 按鍵習慣 (畢竟方向鍵比 j/k 習慣), 省掉左邊訂閱列表的空間, 我在電腦上都想用這個介面.</p>
<p><span id="more-188"></span><br />
Wii 的操作方法<br />
* 上/下 : 畫面移上/下<br />
* 右/左 : 下一個/上一個項目<br />
* 按鈕 1 : 列出訂閱<br />
* 按鈕 2 : 列出連結</p>
<p>在列出訂閱的畫面 (按鈕1) 時:<br />
* 上/下 : 前一個/下一個 訂閱<br />
* 右 : 選擇該訂閱<br />
* 左 : 關閉<br />
* -/+ : 收合/展開 目錄</p>
<p>為何沒用到 A/B 鍵 ? A/B 鍵是 Opera 的操控鍵啊&#8230; 請參考我之前的<a href="http://pctao.org/2007/04/13/181/">文章</a>.</p>
<p>* update: <a href="http://googlereader.blogspot.com/">Google Reader 官方 blog</a> 的<a href="http://googlereader.blogspot.com/2007/05/feed-your-television.html">消息</a>. 以及示範的影片</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/MYBTbxTv6nE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/MYBTbxTv6nE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>抓圖 (wii 不在身邊, 以下是 firefox 的抓圖, 以後再補 wii 上的抓圖) :</p>
<ul>
<li>首頁</li>
<p><a href="http://www.flickr.com/photos/taopaic/490574731/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/225/490574731_a9ace31c25.jpg" alt="首頁" height="407" width="500" /></a></p>
<li>顯示訂閱畫面</li>
<p><a href="http://www.flickr.com/photos/taopaic/490557714/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/212/490557714_7ca7b433d7.jpg" alt="顯示訂閱畫面 (按鍵1)" height="407" width="500" /></a></p>
<li>文章列表</li>
<p><a href="http://www.flickr.com/photos/taopaic/490574317/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/206/490574317_3d36567cd0.jpg" alt="文章列表" height="407" width="500" /></a><br />
<a href="http://www.flickr.com/photos/taopaic/490574419/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/205/490574419_73de5c650a.jpg" alt="文章列表 (展開一篇文章)" height="407" width="500" /></a></p>
<li>展開畫面</li>
<p><a href="http://www.flickr.com/photos/taopaic/490574593/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/196/490574593_7cc09f4856.jpg" alt="展開列表" height="407" width="500" /></a><br />
(這篇是 <a href="http://blog.richliu.com/2007/05/08/483/">不認真做宅男的下場….</a> )</ul>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2007/04/13/181/" rel="bookmark" title="4/13/2007">Opera for Wii 正式版</a></li>

<li><a href="http://pctao.org/2008/07/28/258/" rel="bookmark" title="7/28/2008">無名小站的圖片展開程式 書籤版本 (bookmarklet)</a></li>

<li><a href="http://pctao.org/2006/12/14/175/" rel="bookmark" title="12/14/2006">Google Toolbar 3 beta (for firefox)</a></li>
</ul><!-- Similar Posts took 8.147 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=188&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/05/09/188/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google月曆顯示天氣預報</title>
		<link>http://pctao.org/2007/04/29/184/</link>
		<comments>http://pctao.org/2007/04/29/184/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 14:54:47 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/04/29/184/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/04/29/184/><img src=http://farm1.static.flickr.com/171/476753191_1dfc9490a5_m.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Google月曆顯示天氣預報不是新功能, 去年美國地區就提供了. 我當時也嘗試設定, 但就沒台灣的資料. 這幾天才注意台灣的氣象預報出現了.

方法如下,

首先到設定, 將國家/地區換成美國, 儲存之... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/taopaic/476753191/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/171/476753191_1dfc9490a5_m.jpg" alt="Screenshot-Google 日曆 - 氣象放大" align="right" height="98" width="240" /></a><a href="http://www.google.com/support/calendar/bin/answer.py?answer=48494">Google月曆顯示天氣預報</a>不是新功能, <a href="http://googleblog.blogspot.com/2006/09/google-calendar-does-something-about.html">去年美國地區就提供</a>了. 我當時也嘗試設定, 但就沒台灣的資料. 這幾天才注意台灣的氣象預報出現了.<br />
<span id="more-184"></span><br />
方法如下,</p>
<ol>
<li>首先到<b>設定</b>, 將<b>國家/地區</b>換成美國, 儲存之後會發現多了幾個選項可以使用.</li>
<p>台灣的設定<br />
<a href="http://www.flickr.com/photos/taopaic/476753179/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/187/476753179_2cf8167cf6.jpg" alt="Screenshot-Google 日曆 - 台灣的設定" height="411" width="500" /></a><br />
改成美國的設定, 多出位置,氣象等選?<br />
<a href="http://www.flickr.com/photos/taopaic/476753177/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/181/476753177_a016467e96.jpg" alt="Screenshot-Google 日曆 - 美國的設定" height="411" width="500" /></a></p>
<li><b>位置</b>填入 &#8220;Taipei,Taiwan&#8221; 或 &#8220;台北&#8221; 皆可, <b>根據我的位置顯示氣象</b>選 &#8220;°C&#8221;, 再把<b>國家/地區</b>改回台灣. 儲存.</li>
<li>氣象預報就出現在月曆上了.</li>
<p><a href="http://www.flickr.com/photos/taopaic/476753183/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/217/476753183_448492b0d3.jpg" alt="Screenshot-Google 日曆 - 氣象" height="411" width="500" /></a></ol>
<p>氣象預報對照組: Google個人化首頁的氣象預報. 兩者週一週二的氣象預報是一樣的.<br />
<a href="http://www.flickr.com/photos/taopaic/476813975/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/185/476813975_447c512b83_m.jpg" alt="Screenshot-Google - Mozilla Firefox" height="109" width="240" /></a><br />
ps. 剛剛測試台中,高雄都不成功.<br />
UPDATE: 2007/1/10 imrt@ptt 網友說台中也有資訊了.</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/01/10/205/" rel="bookmark" title="1/10/2008">再探 Google 月曆顯示天氣預報</a></li>

<li><a href="http://pctao.org/2005/08/23/87/" rel="bookmark" title="8/23/2005">Google Desktop Search version 2 beta</a></li>

<li><a href="http://pctao.org/2006/12/14/175/" rel="bookmark" title="12/14/2006">Google Toolbar 3 beta (for firefox)</a></li>
</ul><!-- Similar Posts took 6.696 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=184&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/04/29/184/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Map 有台灣地圖!</title>
		<link>http://pctao.org/2007/04/26/183/</link>
		<comments>http://pctao.org/2007/04/26/183/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 19:17:45 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[Taiwan]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/04/26/183/</guid>
		<description><![CDATA[<a href=http://pctao.org/2007/04/26/183/><img src=http://static.flickr.com/195/472642198_fd9a1e5f78_t.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Google Map 也有台灣的地圖了!
據ptt的網友討論說圖資是來自勤崴科技. 可搜尋的地標還不多, 現在的搜尋結果以網友貢獻的為主.
ps. 搜尋會搜尋現在顯示的區域內, 所以在台灣和在美國的搜尋結果... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/taopaic/472642198/" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)"><img src="http://static.flickr.com/195/472642198_fd9a1e5f78_t.jpg" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)" alt="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)" align="right" height="83" width="100" /></a><a href="http://maps.google.com/">Google Map</a> 也有台灣的地圖了!</p>
<p>據<a href="http://www.ptt.cc/bbs/Google/M.1177473155.A.50B.html">ptt的網友討論</a>說圖資是來自<a href="http://www.metamap.com.tw/">勤崴科技</a>. 可搜尋的地標還不多, 現在的搜尋結果以網友貢獻的為主.</p>
<p>ps. 搜尋會搜尋現在顯示的區域內, 所以在台灣和在美國的搜尋結果就會不一樣.</p>
<p><span id="more-183"></span></p>
<p>抓圖:</p>
<p>台北東區的街道圖 (Map)<br />
<a href="http://www.flickr.com/photos/taopaic/472642198/" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)"><img src="http://static.flickr.com/195/472642198_fd9a1e5f78_m.jpg" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)" alt="Screenshot-Imlab - Google Maps - Mozilla Firefox-3 (by TaopaiC)" height="200" width="240" /></a></p>
<p>台北東區的街道與衛星圖 (Hybrid)<br />
<a href="http://www.flickr.com/photos/taopaic/472642194/" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-1 (by TaopaiC)"><img src="http://static.flickr.com/167/472642194_30aecba692_m.jpg" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-1 (by TaopaiC)" alt="Screenshot-Imlab - Google Maps - Mozilla Firefox-1 (by TaopaiC)" height="200" width="240" /></a></p>
<p>台北東區的街道圖 (放到最大)<br />
<a href="http://www.flickr.com/photo.gne?id=472642196" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-2"><img src="http://static.flickr.com/177/472642196_df7dbd21a6_m.jpg" title="Screenshot-Imlab - Google Maps - Mozilla Firefox-2" alt="Screenshot-Imlab - Google Maps - Mozilla Firefox-2" height="200" width="240" /></a></p>
<p>搜尋 IMLAB 的結果<br />
<a href="http://www.flickr.com/photos/taopaic/472642188/" title="Screenshot-Imlab - Google Maps - Mozilla Firefox (by TaopaiC)"><img src="http://static.flickr.com/220/472642188_d7c7dbcba9_m.jpg" title="Screenshot-Imlab - Google Maps - Mozilla Firefox (by TaopaiC)" alt="Screenshot-Imlab - Google Maps - Mozilla Firefox (by TaopaiC)" height="200" width="240" /></a></p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2008/06/06/240/" rel="bookmark" title="6/6/2008">照片逛台灣景點 &#8211; Panoramio look around 也有台灣景點</a></li>

<li><a href="http://pctao.org/2008/02/22/225/" rel="bookmark" title="2/22/2008">[GMap] 新功能 &#8211; 靜態地圖 &#8211; 不需 javascript 顯示地圖 (Google Static Maps)</a></li>

<li><a href="http://pctao.org/2008/05/29/234/" rel="bookmark" title="5/29/2008">不再只是平面的Google地圖 &#8211; Google Earth 遊覽器外掛</a></li>
</ul><!-- Similar Posts took 7.099 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=183&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/04/26/183/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gutsy Gibbon: 下一個 ubuntu 代號.</title>
		<link>http://pctao.org/2007/04/13/182/</link>
		<comments>http://pctao.org/2007/04/13/182/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 19:42:10 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/04/13/182/</guid>
		<description><![CDATA[Gutsy Gibbon, 勇敢的長臂猿. Wikipedia 的介紹: Gibbon .
Mark Shuttleworth公告下一個版本的代號是 Gutsy Gibbon ,  2007/10/18 會 release, 版本是 7.10 , 而且不是 LTS (Long Term Support) . 行程表.
摘錄Ubuntu Blog的內容
Highl... ]]></description>
			<content:encoded><![CDATA[<p>Gutsy Gibbon, 勇敢的長臂猿. <a href="http://en.wikipedia.org/wiki/Gibbon">Wikipedia 的介紹: Gibbon</a> .</p>
<p><a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-April/000276.html">Mark Shuttleworth公告下一個版本的代號是 Gutsy Gibbon </a>,  2007/10/18 會 release, 版本是 7.10 , 而且不是 LTS (Long Term Support) . <a href="https://wiki.ubuntu.com/GutsyReleaseSchedule">行程表</a>.<span id="more-182"></span></p>
<p>摘錄<a href="http://ubuntu.wordpress.com/2007/04/12/gutsy-gibbon-to-replace-feisty-fawn/">Ubuntu Blog</a>的內容</p>
<blockquote><p><strong>Highlights from the announcement</strong>:</p>
<ol>
<li>The Gibbon defeated the “Glossy Gnu” to the finish</li>
<li>This next version will also feature a brand new ultra-free, no-nonfree flavor of Ubuntu for the purists</li>
<li>Glossiness in the form of Beryl/Compiz enabled by default might hit the Gibbon</li>
<li>Any “monkey” should be able to install Gibbon &#8211; with new improvements to the installer to allow network-managed upgrades</li>
<li>Agility of deployment, together with integrated management will be a focus for the Ubuntu server team &#8211; leading to leaner, meaner and faster server version of Ubuntu</li>
<li>GNOME 2.20.0 will definitely be in Gutsy Gibbon, with GNOME 2.20.1 being a distinct possibility</li>
</ol>
</blockquote>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/09/24/147/" rel="bookmark" title="9/24/2006">在 nVIDIA 上執行 AIGLX/compiz !!!</a></li>

<li><a href="http://pctao.org/2007/07/27/190/" rel="bookmark" title="7/27/2007">關掉無用的 apt-get 的 Translation list</a></li>

<li><a href="http://pctao.org/2007/07/27/191/" rel="bookmark" title="7/27/2007">利用 apt-listchanges  觀看每次的更新內容</a></li>
</ul><!-- Similar Posts took 9.981 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=182&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/04/13/182/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beryl 0.2.0 Released!</title>
		<link>http://pctao.org/2007/03/16/180/</link>
		<comments>http://pctao.org/2007/03/16/180/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 16:50:29 +0000</pubDate>
		<dc:creator>TaopaiC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pctao.org/2007/03/16/180/</guid>
		<description><![CDATA[Beryl 0.2.0 發佈了.
官方wiki上的安裝說明.
這次的修改:
* New Plugins
- Thumbnail: Thumbnails on the taskbar (window list) which show a mini view of the actual window
- Snap: Allows windows to “snap” to each other, or provide edge resis... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.beryl-project.org/?p=29">Beryl 0.2.0 發佈了</a>.</p>
<p><a href="http://www.beryl-project.org/distros.php">官方wiki上的安裝說明</a>.<span id="more-180"></span></p>
<p>這次的修改:</p>
<p>* New Plugins<br />
- Thumbnail: Thumbnails on the taskbar (window list) which show a mini view of the actual window<br />
- Snap: Allows windows to “snap” to each other, or provide edge resistance<br />
- Opacify: Makes windows behind the active window transparent<br />
- Group: Allows windows to be group, to easily switch between a set of windows</p>
<p>* New system requirements check<br />
- The improved check has much better accuracy<br />
- The check is a lot faster</p>
<p>* New Window Decorators<br />
- Since 0.1, we have two new window decorators<br />
- Heliodor: Uses metacity themes<br />
- Aquamarine: Uses Kwin themes.</p>
<p>* Newly Rewritten Beryl-Settings<br />
- Written in Python<br />
- More user-friendly UI<br />
- Better profile support</p>
<p>* New Translations<br />
- Thanks to all of our foreign speaking users, we’ve had a much better time getting translations<br />
in, and completed. So thank you!</p>
<p>看來 Wall 沒有包含在 0.2.0 裡面, 我還是回去用 <a href="http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_from_the_SVN_snapshots_repository">svn 的版本</a>.</p>
<hr /><small>Copyright &copy; 2008. TaopaiC blog (Digital Fingerprint: ec0b2a1b149f89e960b3546e0be55189)</small><hr/>相關文章:<ul><li><a href="http://pctao.org/2006/09/24/147/" rel="bookmark" title="9/24/2006">在 nVIDIA 上執行 AIGLX/compiz !!!</a></li>

<li><a href="http://pctao.org/2006/10/15/163/" rel="bookmark" title="10/15/2006">nVidia Linux driver : 1.0-9626</a></li>

<li><a href="http://pctao.org/2006/10/22/168/" rel="bookmark" title="10/22/2006">吹視窗..</a></li>
</ul><!-- Similar Posts took 15.479 ms --><img src="http://pctao.org/?ak_action=api_record_view&id=180&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://pctao.org/2007/03/16/180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
