<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;AkMEQHkyfip7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327</id><updated>2011-11-28T08:00:01.796+08:00</updated><category term="OS:Windows" /><category term="Usability" /><category term="思" /><category term="DB:SQL" /><category term="Microsoft" /><category term="DNS" /><category term="Google:Blogger" /><category term="Youtube" /><category term="OAuth" /><category term="PPPoE" /><category term="English" /><category term="Accessibility" /><category term="軟體" /><category term="Game:Xbox360" /><category term="PHP:ZendFramework" /><category term="Google:Code" /><category term="ADSL" /><category term="GoogleAppEngine" /><category term="DB:SQLite" /><category term="GNU" /><category term="Firewall" /><category term="Security" /><category term="關於我" /><category term="Canon MX700" /><category term="運動" /><category term="網站開發" /><category term="HTTP" /><category term="Flash" /><category term="TCP" /><category term="UDP" /><category term="Game 遊戲" /><category term="Babyer" /><category term="Yahoo:YUI" /><category term="GPG" /><category term="資安" /><category term="Virtaul PC" /><category term="圖" /><category term="Apache" /><category term="英文" /><category term="政" /><category term="Yahoo" /><category term="電影" /><category term="影片" /><category term="漫畫" /><category term="硬體設備" /><category term="i18n" /><category term="MIME" /><category term="Game:PS3" /><category term="MySQL" /><category term="Sphinx" /><category term="CSS" /><category term="Javascript" /><category term="Yahoo:BBAuth" /><category term="Google:Chrome" /><category term="CentOS" /><category term="媒體" /><category term="Wii" /><category term="CAPTCHA" /><category term="XML" /><category term="網路" /><category term="Google:Android" /><category term="Java" /><category term="EXIF" /><category term="PHP:PECL" /><category term="Google" /><category term="OpenID" /><category term="Game:PC" /><category term="生活" /><category term="PHP" /><category term="敗" /><category term="Hinet" /><category term="Browser" /><category term="PHP:GTK" /><category term="不如賣雞排" /><category term="Firefox" /><category term="PostgreSQL" /><category term="NexusOne" /><category term="Linux" /><category term="RegularExpressions" /><category term="PHP:PEAR" /><category term="遊記" /><category term="IE" /><category term="Ubuntu" /><category term="影音" /><category term="GoogleMaps" /><category term="攝" /><category term="趣" /><category term="貓" /><category term="中文處理" /><category term="filename.ext" /><category term="OS" /><category term=".NET" /><category term="Open source 開放原始碼" /><category term="不願役" /><title>Stylet 小豬圈</title><subtitle type="html">歡迎來到小豬圈！</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>381</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/janochen" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="janochen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by-nc-nd/3.0/" /><entry gd:etag="W/&quot;DUANSXgyeSp7ImA9WhdWFks.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-3877351075422159088</id><published>2011-09-08T18:46:00.005+08:00</published><updated>2011-09-10T23:16:38.691+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T23:16:38.691+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="網站開發" /><title>純 CSS 式預載 :hover 圖片</title><content type="html">&lt;pre&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
.button
{
  background: url(&amp;quot;button_hover.png&amp;quot;);
}
.button div
{
  background: url(&amp;quot;buttonr.png&amp;quot;);
}
.button div:hover
{
  background: url(&amp;quot;button_hover.png&amp;quot;);
}
&amp;lt;/style&amp;gt;
&amp;lt;div class=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&lt;/pre&gt;
&lt;p&gt;其實就是先把 :hover 所需圖片，先放在下面。&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;這只適合同大小，非透明的圖片。&lt;/li&gt;
  &lt;li&gt;預載的時間點就和其它圖片一樣，而不像用 javascript 可以設定在網頁載入之後。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-3877351075422159088?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/3877351075422159088/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/09/css-hover.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3877351075422159088?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3877351075422159088?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/09/css-hover.html" title="純 CSS 式預載 :hover 圖片" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0UARH07eSp7ImA9WhdWFko.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-5350213717760737425</id><published>2011-09-07T23:01:00.005+08:00</published><updated>2011-09-11T00:14:05.301+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-11T00:14:05.301+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="網站開發" /><category scheme="http://www.blogger.com/atom/ns#" term="IE" /><title>IE &lt;button&gt; 送出非預期的值</title><content type="html">&lt;pre&gt;
&amp;lt;button type=&amp;quot;submit&amp;quot; name=&amp;quot;foo&amp;quot; value=&amp;quot;bar&amp;quot;&amp;gt;text&amp;lt;/button&amp;gt;
&lt;/pre&gt;

&lt;p&gt;上面這段一般會預期送出bar，但在IE7之前的版本會送出text。&lt;/p&gt;
&lt;p&gt;這次專案客戶反應表單不能使用，在各瀏覽器(IE、FF、Chrome、Opera)都試過後，才在IE8的相容性檢視才發視這個問題。&lt;/p&gt;
&lt;p&gt;其實這問題之前就知道了，只是長久下來只記得不要用 &amp;lt;button&amp;gt; ，久而久之就忘了“為什麼？”。這次使用 &amp;lt;button&amp;gt; 只是單純為了讓有多個送出按鈕的表單，其按鈕所顯示的文字與送出的值分開，再加上沒有用 IE6/ 7測試，就被這個老問題給再炸了一遍。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-5350213717760737425?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/5350213717760737425/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/09/ie.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5350213717760737425?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5350213717760737425?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/09/ie.html" title="IE &amp;lt;button&amp;gt; 送出非預期的值" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkMMSXc7eyp7ImA9WhdSFkk.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-1125951327232178695</id><published>2011-07-25T18:24:00.004+08:00</published><updated>2011-07-26T10:48:08.903+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-26T10:48:08.903+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="網路" /><title>AXIMcom X-116NX</title><content type="html">&lt;table style="width:auto;"&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="https://picasaweb.google.com/lh/photo/iceah_yyYpl3pTtoXHoBpA?feat=embedwebsite"&gt;&lt;img src="https://lh3.googleusercontent.com/-9GHV_TBa1zs/Ti1PGxZiTwI/AAAAAAAABT8/uhggMmt0hvo/s144/IMG_20110725_181730.jpg" height="108" width="144" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="font-family:arial,sans-serif; font-size:11px; text-align:right"&gt;From &lt;a href="https://picasaweb.google.com/117625677749267949494/20110725?authuser=0&amp;feat=embedwebsite"&gt;2011-07-25&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;前天家裡新增了一台路由 X-116NX，試著啟用其內建的 VPN/PPTP server，卻遇到了“可以登入VPN 但無法上網”的問題，最終解決方法是輸入自訂的DNS即可。&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-1125951327232178695?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/1125951327232178695/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/07/aximcom-x-116nx.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1125951327232178695?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1125951327232178695?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/07/aximcom-x-116nx.html" title="AXIMcom X-116NX" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh3.googleusercontent.com/-9GHV_TBa1zs/Ti1PGxZiTwI/AAAAAAAABT8/uhggMmt0hvo/s72-c/IMG_20110725_181730.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEIHRXs_cSp7ImA9WhZaGEs.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-2536999632923449987</id><published>2011-07-05T19:34:00.001+08:00</published><updated>2011-07-05T19:48:54.549+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-05T19:48:54.549+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="生活" /><title>1000m/30min</title><content type="html">&lt;div&gt;&lt;p&gt;&amp;#20170;&amp;#22825;&amp;#31532;&amp;#19968;&amp;#27425;&amp;#35430;&amp;#33879;&amp;#19981;&amp;#20241;&amp;#24687;&amp;#65292;&amp;#25345;&amp;#32396;&amp;#28216;&amp;#20491;&amp;#19968;&amp;#21315;&amp;#20844;&amp;#23610;&amp;#65292;&amp;#32004;&amp;#19977;&amp;#21313;&amp;#20998;&amp;#37912;&amp;#65292;&amp;#36319;&amp;#38928;&amp;#26399;&amp;#24046;&amp;#19981;&amp;#22810;&amp;#12290;&lt;/p&gt;
&lt;br/&gt;&lt;img src='http://lh4.ggpht.com/-BAyBSM_otOA/ThL21O8pQ4I/AAAAAAAABEI/k6szU6Tz8eY/IMG_20110705_180646.jpg' /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-2536999632923449987?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/2536999632923449987/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/07/1000m30min.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/2536999632923449987?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/2536999632923449987?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/07/1000m30min.html" title="1000m/30min" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/-BAyBSM_otOA/ThL21O8pQ4I/AAAAAAAABEI/k6szU6Tz8eY/s72-c/IMG_20110705_180646.jpg" height="72" width="72" /><thr:total>0</thr:total><georss:featurename>和平島, Taiwan</georss:featurename><georss:point>25.156385 121.764793</georss:point></entry><entry gd:etag="W/&quot;CUMGRXc-fSp7ImA9WhZaF0s.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-5618097946565963280</id><published>2011-07-04T14:51:00.001+08:00</published><updated>2011-07-04T15:10:24.955+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-04T15:10:24.955+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="貓" /><title>舔一口試試</title><content type="html">&lt;div&gt;&lt;p&gt;&amp;#22909;&amp;#21507;&amp;#65281;&lt;/p&gt;
&lt;br/&gt;&lt;img src='http://lh3.ggpht.com/-npSo1fkUflM/ThFi_42a7EI/AAAAAAAABEA/KU4nu-MjbM8/IMG_20110701_192022.png' /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-5618097946565963280?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/5618097946565963280/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/07/blog-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5618097946565963280?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5618097946565963280?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/07/blog-post.html" title="舔一口試試" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-npSo1fkUflM/ThFi_42a7EI/AAAAAAAABEA/KU4nu-MjbM8/s72-c/IMG_20110701_192022.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEMGR38-eSp7ImA9WhZUEk0.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-1095684465992294519</id><published>2011-06-05T00:08:00.004+08:00</published><updated>2011-06-05T00:53:46.151+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-05T00:53:46.151+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="漫畫" /><title>當超過一定程度後</title><content type="html">&lt;blockquote cite="http://blog.sina.com.tw/river/article.php?pbgid=13614&amp;entryid=600733"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-DxwKkjlfHzs/TepeFpWuroI/AAAAAAAABDs/65RsYBFXHYg/s1600/20110603163735147.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 152px; height: 400px;" src="http://1.bp.blogspot.com/-DxwKkjlfHzs/TepeFpWuroI/AAAAAAAABDs/65RsYBFXHYg/s400/20110603163735147.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5614403336564289154" /&gt;&lt;/a&gt;&lt;br/&gt;

此圖引用自&lt;a href="http://blog.sina.com.tw/river/article.php?pbgid=13614&amp;entryid=600733"&gt;命名-RIVER's 543-新浪部落&lt;/a&gt;&lt;/blockquote&gt;

&lt;p&gt;信仰過了頭，就是瘋狂。&lt;/p&gt;
&lt;p&gt;註：這篇漫畫的內容被改過了…&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-1095684465992294519?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="related" href="http://blog.sina.com.tw/river/trackback.php?pbgid=13614&amp;entryid=600733" title="當超過一定程度後" /><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/1095684465992294519/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/06/blog-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1095684465992294519?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1095684465992294519?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/06/blog-post.html" title="當超過一定程度後" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-DxwKkjlfHzs/TepeFpWuroI/AAAAAAAABDs/65RsYBFXHYg/s72-c/20110603163735147.gif" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0AFSHs4fSp7ImA9WhZXFUU.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-7012078522626586591</id><published>2011-05-05T16:55:00.000+08:00</published><updated>2011-05-05T16:55:19.535+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-05T16:55:19.535+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><category scheme="http://www.blogger.com/atom/ns#" term="NexusOne" /><title>收到 Android 2.3.4 更新</title><content type="html">&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;a href="http://4.bp.blogspot.com/-2tydG7vuCwo/TcJk3U_H08I/AAAAAAAABDk/AbBKqmaEQco/s1600/2011-05-05_Nexus_One_update_to_Gingerbread_MR2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-2tydG7vuCwo/TcJk3U_H08I/AAAAAAAABDk/AbBKqmaEQco/s320/2011-05-05_Nexus_One_update_to_Gingerbread_MR2.png" width="192" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-7012078522626586591?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="related" href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=3812c1acf93b482f&amp;hl=en" title="收到 Android 2.3.4 更新" /><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/7012078522626586591/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/05/android-234.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/7012078522626586591?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/7012078522626586591?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/05/android-234.html" title="收到 Android 2.3.4 更新" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-2tydG7vuCwo/TcJk3U_H08I/AAAAAAAABDk/AbBKqmaEQco/s72-c/2011-05-05_Nexus_One_update_to_Gingerbread_MR2.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkUDR3Y5eip7ImA9WhZRGUw.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-5450919009271479272</id><published>2011-04-16T08:32:00.003+08:00</published><updated>2011-04-16T08:37:56.822+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-16T08:37:56.822+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="OS:Windows" /><title>PHP 在 Windows 下的 Unicode 檔名問題</title><content type="html">&lt;ul&gt;
  &lt;li&gt;簡而言之…&lt;span style="font-weight:bold;"&gt;無解&lt;/span&gt;！ (爆)&lt;/li&gt;
  &lt;li&gt;要等到PHP6原生支援Unicode才行。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-5450919009271479272?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/5450919009271479272/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/04/php-windows-unicode.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5450919009271479272?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5450919009271479272?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/04/php-windows-unicode.html" title="PHP 在 Windows 下的 Unicode 檔名問題" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D04DRnszcSp7ImA9Wx9VEEs.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-6915235320394200623</id><published>2011-01-26T23:59:00.000+08:00</published><updated>2011-01-27T02:19:37.589+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-27T02:19:37.589+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>Android 2.2.2 更新</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/TUBeozBHDCI/AAAAAAAABCw/vCpsj5VRBh8/s1600/device20110126T2059.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 240px; height: 400px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/TUBeozBHDCI/AAAAAAAABCw/vCpsj5VRBh8/s400/device20110126T2059.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5566553194412575778" /&gt;&lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_icisbpZwLiA/TUBeoxsonUI/AAAAAAAABC4/7Hrxzp1p3-8/s1600/device20110126T2105.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 240px; height: 400px;" src="http://2.bp.blogspot.com/_icisbpZwLiA/TUBeoxsonUI/AAAAAAAABC4/7Hrxzp1p3-8/s400/device20110126T2105.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5566553194058259778" /&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;更新後出現了SD卡損壞的訊息，檢查磁碟錯誤無效後，只能格式化解決了(淚)。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-6915235320394200623?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/6915235320394200623/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/01/android-222.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6915235320394200623?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6915235320394200623?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/01/android-222.html" title="Android 2.2.2 更新" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/TUBeozBHDCI/AAAAAAAABCw/vCpsj5VRBh8/s72-c/device20110126T2059.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkcFQ3Y6cCp7ImA9Wx9VEEw.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-7041987854689321483</id><published>2011-01-23T17:32:00.000+08:00</published><updated>2011-01-26T11:53:32.818+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-26T11:53:32.818+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="貓" /><title>看啥！？</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/TT-V_CdX_lI/AAAAAAAABCo/-iVqG7t069A/s1600/IMG_20110123_173211.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/TT-V_CdX_lI/AAAAAAAABCo/-iVqG7t069A/s400/IMG_20110123_173211.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5566332574677597778" /&gt;&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;我家老黃最近愛上我的大腿了！不讓牠坐大腿會生氣咧。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-7041987854689321483?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/7041987854689321483/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/01/blog-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/7041987854689321483?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/7041987854689321483?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/01/blog-post.html" title="看啥！？" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/TT-V_CdX_lI/AAAAAAAABCo/-iVqG7t069A/s72-c/IMG_20110123_173211.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUYNRn8-eyp7ImA9WhZaEko.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-198704168549471000</id><published>2011-01-12T16:05:00.004+08:00</published><updated>2011-06-29T00:06:37.153+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-29T00:06:37.153+08:00</app:edited><title>惡．即．死</title><content type="html">&lt;p&gt;如果這世上的每個人都得到一種超能力(被動技能)，就是&lt;q&gt;你心目中認定的壞人會直接死亡！&lt;/q&gt;。&lt;/p&gt;
&lt;p&gt;那麼，人類會滅亡嗎？&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-198704168549471000?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/198704168549471000/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/01/blog-post_12.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/198704168549471000?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/198704168549471000?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/01/blog-post_12.html" title="惡．即．死" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkIERno5eCp7ImA9Wx9XFkg.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-556069318879600143</id><published>2011-01-08T16:24:00.002+08:00</published><updated>2011-01-10T17:08:27.420+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-10T17:08:27.420+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game:PS3" /><title>Dead Nation</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/TSrC1DzwM5I/AAAAAAAABCU/JD835lZ4nkI/s1600/5076216417_e8975017a0_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 225px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/TSrC1DzwM5I/AAAAAAAABCU/JD835lZ4nkI/s400/5076216417_e8975017a0_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5560470906753528722" /&gt;&lt;/a&gt;&lt;br /&gt;圖片來自&lt;a href="http://www.facebook.com/DeadNation?v=wall"&gt;DeadNation @ facebook&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;很老梗的殺僵屍遊戲，但還滿好玩的。畫面很棒，操作簡單。&lt;/li&gt;
  &lt;li&gt;單機雙人模式是共用畫面，所以容易“拖螢幕”。&lt;/li&gt;
  &lt;li&gt;關卡的“長度”與“難度”不均(一般常見設計是一關一關增加難度)，常常有“這關一下就結束，但到另一關卻遲遲沒看到終點”的感覺。&lt;/li&gt;
  &lt;li&gt;破關後第二輪只會繼承防具，變化有點少。&lt;/li&gt;
  &lt;li&gt;個人評價：值得玩一遍！&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-556069318879600143?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/556069318879600143/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2011/01/dead-nation.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/556069318879600143?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/556069318879600143?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2011/01/dead-nation.html" title="Dead Nation" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/TSrC1DzwM5I/AAAAAAAABCU/JD835lZ4nkI/s72-c/5076216417_e8975017a0_o.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUUHRH04eip7ImA9Wx5aEUg.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-2917353913474470764</id><published>2010-11-06T01:46:00.000+08:00</published><updated>2010-11-08T02:07:15.332+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-08T02:07:15.332+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Youtube" /><title>Unstoppable</title><content type="html">&lt;ul&gt;
  &lt;li&gt;Rascal Flatts - Unstoppable&lt;br/&gt;
&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lhHgNgIYfzQ?fs=1&amp;amp;hl=zh_TW"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lhHgNgIYfzQ?fs=1&amp;amp;hl=zh_TW" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/li&gt;
  &lt;li&gt;看&lt;a href="http://en.wikipedia.org/wiki/CSI:_Crime_Scene_Investigation_(season_10)#ep220"&gt;CSI: Unshockable (S10E14)&lt;/a&gt; 時聽到的一首歌，滿好聽的。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-2917353913474470764?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/2917353913474470764/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/11/unstoppable.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/2917353913474470764?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/2917353913474470764?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/11/unstoppable.html" title="Unstoppable" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0ANR3s8fSp7ImA9Wx5bF00.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-3613124821080385867</id><published>2010-11-02T21:22:00.004+08:00</published><updated>2010-11-02T21:49:56.575+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-02T21:49:56.575+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>嘸蝦米在 Android 2.2 上終於可以用了</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/TNARXpGg5bI/AAAAAAAABB8/TUKWtevb84Y/s1600/device20101102.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 240px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/TNARXpGg5bI/AAAAAAAABB8/TUKWtevb84Y/s400/device20101102.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5534943039906178482" /&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;這次嘸蝦米的更新後，終於解決了 Android 2.2 不能用的問題。呼，終於！&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-3613124821080385867?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/3613124821080385867/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/11/android-22.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3613124821080385867?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3613124821080385867?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/11/android-22.html" title="嘸蝦米在 Android 2.2 上終於可以用了" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/TNARXpGg5bI/AAAAAAAABB8/TUKWtevb84Y/s72-c/device20101102.png" height="72" width="72" /><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;DkQESX8ycCp7ImA9WhZWGEw.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-3895440855652802017</id><published>2010-10-21T12:36:00.004+08:00</published><updated>2011-05-19T22:11:48.198+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-19T22:11:48.198+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>找不到實體的開發裝置</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_icisbpZwLiA/TL_HcnZfQEI/AAAAAAAABB0/8RndDcsvems/s1600/Update_Nexus_One_Driver.PNG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 394px;" src="http://3.bp.blogspot.com/_icisbpZwLiA/TL_HcnZfQEI/AAAAAAAABB0/8RndDcsvems/s400/Update_Nexus_One_Driver.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5530358161860411458" /&gt;&lt;/a&gt;&lt;br /&gt;這是在我重灌 Windows 後發生的，由於我把 Android SDK 與 Eclipse 安裝在系統槽之外，重灌後直接執行就發生：Android Device Chooser 沒有列出我接在 USB 上的 Nexus One！&lt;/li&gt;
  &lt;li&gt;到裝置管理中更新 Nexus One 的驅動程式(%Android SDK%\usb_driver)即可。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-3895440855652802017?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/3895440855652802017/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/10/blog-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3895440855652802017?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/3895440855652802017?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/10/blog-post.html" title="找不到實體的開發裝置" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_icisbpZwLiA/TL_HcnZfQEI/AAAAAAAABB0/8RndDcsvems/s72-c/Update_Nexus_One_Driver.PNG" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkUMR3w8eyp7ImA9Wx5WF0g.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-911503798022166820</id><published>2010-09-29T09:26:00.006+08:00</published><updated>2010-09-29T17:58:06.273+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-29T17:58:06.273+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game:Xbox360" /><title>Dead Rising 2</title><content type="html">&lt;ul&gt;
  &lt;li&gt;像我一樣喜歡 Dead Rising 一代的，就不用考慮直接購入二代吧！只是劇情不同，遊戲系統差不多，很快就能上手。而第一次玩的人，要接受“重頭開始 Restart”與“繼續遊戲 Continue”這兩個選項！而非只是一直讀檔(Load save)，重頭開始可以繼承等級(這也算是一項特色吧)，再玩一次會順很多！&lt;/li&gt;

  &lt;li&gt;2代沒改進的最大缺點，是過場的讀取畫面，又多又久！不知道為何不改成無縫讀取咧，是因為彊屍數量嗎？而且，即然有這麼頻繁的讀取書面，為何不多設計一點過場花樣咧？&lt;/li&gt;

  &lt;li&gt;生存者的能力比上一代好，不容易被彊屍抓到，追上主角的速度也比較快。但停下來時還是會擠成一團，而且依然會互相攻擊(為何不做一個Friendly Fire 的選項？)，進門時也容易卡在門外(門口的判定範圍還是有點小)。&lt;/li&gt;

  &lt;li&gt;這次負責監控女主角很不盡責啊！許多任務是沒有回報的，得自已去找。(有些任務網路上的攻略截圖有，但我玩兩輪都沒有！？)&lt;/li&gt;

  &lt;li&gt;可惜這代滑板被削弱好多，就算加上書也用不了多久，快跑只能靠推推車了！&lt;/li&gt;

  &lt;li&gt;這代的合成武器是個不錯的特色，但耐久度也太低了！還有就是維修室內外附的材料太少。
    &lt;ul&gt;
  &lt;li&gt;小刀拳套 Knife Gloves (Bowie小刀加紅拳套)，是遊戲裡 C/P 值最高的合成武器，材料容易取得，攻擊力、耐久度、連擊速度與揮擊範圍都有中上水準。安全室出口左轉有拳擊店，再過去一點有一個拿 bowie knife 的彊屍，可以拿這兩樣再住前的吉它店裡合成小刀拳套，順便做一張電椅！&lt;/li&gt;
  &lt;li&gt;電椅 Electric Chair (電池加輪椅) 是我最愛用的合成武器，材料容易取得(同上)，移動速度快、耐久度比輪椅高。&lt;/li&gt;
  &lt;li&gt;餐盤發射器 Plate launcher (餐盤 Plate 加水泥鋸 Cement saw) 也是路過 South Plaza 必組的合成武器，攻擊力高、彈藥多、有跳彈連擊，清路超快。可惜是大型武器，無法收納。&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;等級高後有雙腳飛踢可用，攻擊夠高，雖然連擊慢，但是一直到起身前都是無敵的(除了TK的“抱衝”)，然後一起身就翻滾拉開距離，所以沒中也沒關系。&lt;/li&gt;
  &lt;li&gt;Boss 戰有點難度，但知道方法的話就很容易擊敗，但多帶些配槍的生存者，站著也會贏。
    &lt;ul&gt;
  &lt;li&gt;廁所男：當他跳進廁所時沿著廁所跑，可以引他跳出攻擊並閃過，然後回頭打一下就跑，慢慢磨死他。&lt;/li&gt;
  &lt;li&gt;廚師：先救旁邊雨棚上的 Jasper，再一起去打廚師。給他一把機槍站門口基本上就贏定了。&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;

  &lt;li&gt;身上帶的東西
    &lt;ul&gt;
  &lt;li&gt;第一輪盡量帶加PP的書，等級到25會比較好過，40級就順很多。&lt;/li&gt;
  &lt;li&gt;主角常用武器不要超過兩個，小刀拳套可以每次出安全室重組一次，維持耐久度也省格子。&lt;/li&gt;
  &lt;li&gt;救到人質後，附近垃圾桶通常都有手槍，除非有多的空格否則不要多帶給人質的機槍。&lt;/li&gt;
  &lt;li&gt;有的救援任務需要帶食物和飲料，也可以給跟隨的生存者吃。調酒可以在A102配 Quick Step。&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;地上道具和彊屍位置看似隨機出現，實際上配置的位置是固定的，所以記下常用位置是很有幫助的。&lt;/li&gt;
  &lt;li&gt;這次書比較少，以下是其中幾本的位置：
&lt;ul&gt;
  &lt;li&gt;Rescue +25%PP ，在 Case 1-3 的警衛室裡。&lt;/li&gt;
  &lt;li&gt;Playboy +10%PP ，在 Palisades Mall 中央滑水道出發點旁。&lt;/li&gt;
  &lt;li&gt;Psychos +25%PP ，在 Platinum strip 跳上電影院雨棚。&lt;/li&gt;
  &lt;li&gt;Horror 1,2 +25%PP ，在 R212 和 P206 兩間書店。&lt;/li&gt;
  &lt;li&gt;Combat 1,2,3 +10%PP，P206、R114、Americana Casino 儲存點下方的地下道。&lt;/li&gt;
  &lt;li&gt;Health 1，R114。&lt;/li&gt;
  &lt;li&gt;Gambling 1,2,3，R212、P206、N106。&lt;/li&gt;
  &lt;li&gt;Juice Boost N105。&lt;/li&gt;
&lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;


&lt;ol&gt;
&lt;a href="http://kissjojo99.pixnet.net/blog/post/25658084"&gt;Pc/Ps3/Xbox360[攻略專題]Dead Rising 2 死亡復甦2 /喪屍圍城2 (第2次更新) @ 楓葉小嘉~討論電影.日劇.遊戲以及一些電腦圖文教學 :: 痞客邦 PIXNET ::&lt;/a&gt;
&lt;a href="http://www.msxbox-world.com/features/Dead-Rising-2/"&gt;msxbox-world.com Dead Rising 2 Map&lt;/a&gt;
&lt;/ol&gt;


&lt;!--
un edit yet data
1) Skateboarding - skateboard lasts 3 times longer + gain a trick - Fortune City Hotel first floor
4) Games - Entertainment items last 3 times longer - atlantica casino, near seats in northern semicircle
6) Domestic - Funiture items last 3 times longer - fortune park maintenance shed
10) Driving - 4 wheeled vehicles last 3 times longer - Americana casino, Bennie jacks bbq shack
11) Amusement - toy items last 3 times longer - palisades mall, ultimate playhouse
15) Sports - sports items last 3 times longer - palisades mall, stan's large print books and magazines
16) Bikes - Bikes last 3 times longer - Slot ranch casino, side room off northern most room
18) Building - Construction items last 3 times longer - south plaza on scaffolding in large east west hallway between the 2 southernmost maintenance rooms
20) Drinking - Drink as much alcohol as you want and not get sick - atlantica casino, overhead platform north of sipparellos
21) Bargaining 1 - lowers pawn shop items cost by 10% - Americana casino, roof of small north eastern room
23) Blades - edged weapons last 3 times longer - Underground, north of the only save point underground.
25) Hand to hand - stronger bare hand attacks - Royal Flush Plaza, Ragazines
--&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-911503798022166820?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/911503798022166820/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/09/dead-rising-2.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/911503798022166820?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/911503798022166820?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/09/dead-rising-2.html" title="Dead Rising 2" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUMBQXozcCp7ImA9Wx5QEUU.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-8795563750973243545</id><published>2010-08-30T23:44:00.002+08:00</published><updated>2010-08-30T23:50:50.488+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-30T23:50:50.488+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>Android 開發筆記：Override 軟體鍵 Soft key</title><content type="html">&lt;ul&gt;
  &lt;li&gt;Android 的四個軟體鍵 Back, Menu, Home, Search，其中三個可以透過 Override 改變行為，分別如下：&lt;/li&gt;
  &lt;li&gt;Back: onBackPressed()&lt;/li&gt;
  &lt;li&gt;Search: onSearchRequested()&lt;/li&gt;
  &lt;li&gt;Menu: onCreateOptionsMenu()&lt;/li&gt;

&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-8795563750973243545?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/8795563750973243545/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/08/android-override-soft-key.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/8795563750973243545?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/8795563750973243545?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/08/android-override-soft-key.html" title="Android 開發筆記：Override 軟體鍵 Soft key" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEQFQnsyeCp7ImA9Wx5QEUU.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-6225629270655102300</id><published>2010-08-30T23:25:00.002+08:00</published><updated>2010-08-30T23:31:53.590+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-30T23:31:53.590+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>Android 開發筆記：全螢幕模式</title><content type="html">&lt;ul&gt;
  &lt;li&gt;在 Activity onCreate 裡，setContentView 之前加入下列片段：&lt;/li&gt;
  &lt;li&gt;this.requestWindowFeature(Window.FEATURE_NO_TITLE);
        this.getWindow().setFlags(
        WindowManager.LayoutParams.FLAG_FULLSCREEN,
        WindowManager.LayoutParams.FLAG_FULLSCREEN);&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-6225629270655102300?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/6225629270655102300/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/08/android_30.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6225629270655102300?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6225629270655102300?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/08/android_30.html" title="Android 開發筆記：全螢幕模式" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0EBQn49cSp7ImA9Wx5QEUU.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-6209295374458354793</id><published>2010-08-30T23:07:00.004+08:00</published><updated>2010-08-30T23:20:53.069+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-30T23:20:53.069+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><title>Android 開發筆記：findViewById</title><content type="html">&lt;ul&gt;
  &lt;li&gt;Activity 的 findViewById() 在 onCreate() 裡 setContentView() 後才能用！&lt;/li&gt;
  &lt;li&gt;這是在自訂最底層Layout 再載入 xml 時遇到的問題。
可以先 View view = Activity.getLayoutInflater().inflate() 載入xml後，再view.findViewById() &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-6209295374458354793?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/6209295374458354793/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/08/android-findviewbyid.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6209295374458354793?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/6209295374458354793?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/08/android-findviewbyid.html" title="Android 開發筆記：findViewById" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkIARnY7eCp7ImA9WhZXFUU.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-773903666805216481</id><published>2010-06-29T23:59:00.003+08:00</published><updated>2011-05-05T17:42:27.800+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-05T17:42:27.800+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google:Android" /><category scheme="http://www.blogger.com/atom/ns#" term="NexusOne" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>Google Nexus One 入手</title><content type="html">&lt;ul&gt;
  &lt;li&gt;在&lt;a href="http://tw.user.bid.yahoo.com/tw/show/aboutme?userID=chau1130kimo" title="9900+(598+760)*24=42492"&gt;這裡&lt;/a&gt;入手&lt;/li&gt;
  &lt;li&gt;最大的問題是：螢幕下方的四個功能鍵的實際感應位置偏上，容易按錯。&lt;/li&gt;
  &lt;li&gt;另一個大問題是無法只關閉手機行動上網，行動上網費用不便宜啊，更新至 2.2 後新增開關選項。&lt;/li&gt;
  &lt;li&gt;內建的軟體都無法直接關閉，得等到自動回收或到設定裡強制關閉。&lt;/li&gt;
  &lt;li&gt;Android 2.2 更新竟然未通知就自動下載，約44MB，以最貴的費率來算(1MB約20元)就快一千咧。&lt;/li&gt;
  &lt;li&gt;聯絡人分組只有a到z，而中文全算在z組裡，2.2 中文改以拼音字首分組。&lt;/li&gt;
  &lt;li&gt;音量不夠大。&lt;/li&gt;
  &lt;li&gt;收訊能力比我用過手機略差(以我從客聽到房間可收訊的距離判斷)。&lt;/li&gt;
  &lt;li&gt;短按電源鈕就開機。&lt;/li&gt;
  &lt;li&gt;沒有吊繩孔。&lt;/li&gt;
  &lt;li&gt;接上USB來讀取SD卡似乎也是常見的問題，2.2後用全畫面提示的方式改善。&lt;/li&gt;
  &lt;li&gt;嘸蝦米還未支援 2.2。&lt;/li&gt;
  &lt;li&gt;更新2.2後昌片檔名格式從 YYYY-MM-DD hh.mm.ss.jpg 改為 IMG_YYYYMMDD_hhmmss.jpg&lt;/li&gt;
  &lt;li&gt;電話號碼分群(如 01-2345-6789 或 0912-345-678 中間自動加上的橫槓)不是台灣慣用的格式。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-773903666805216481?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/773903666805216481/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/06/google-nexus-one.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/773903666805216481?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/773903666805216481?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/06/google-nexus-one.html" title="Google Nexus One 入手" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0YCSHk5fip7ImA9WxFSFkw.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-1269839385512109376</id><published>2010-04-19T02:21:00.002+08:00</published><updated>2010-04-19T02:26:09.726+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-19T02:26:09.726+08:00</app:edited><title>會不會演變成異塵餘生啊</title><content type="html">&lt;ul&gt;
  &lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/S8tOS8GM4sI/AAAAAAAAA_M/pgoWj4pW7j0/s1600/%E5%AF%8C%E4%BA%BA%E9%81%BF%E9%9B%A3%E6%89%80+%E7%BE%8E%E6%89%93%E9%80%A0%E8%B1%AA%E8%8F%AF%E5%9C%B0%E4%B8%8B%E7%A2%89%E5%A0%A1-Yahoo!%E5%A5%87%E6%91%A9%E6%96%B0%E8%81%9E_1271612740389.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 154px; height: 400px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/S8tOS8GM4sI/AAAAAAAAA_M/pgoWj4pW7j0/s400/%E5%AF%8C%E4%BA%BA%E9%81%BF%E9%9B%A3%E6%89%80+%E7%BE%8E%E6%89%93%E9%80%A0%E8%B1%AA%E8%8F%AF%E5%9C%B0%E4%B8%8B%E7%A2%89%E5%A0%A1-Yahoo!%E5%A5%87%E6%91%A9%E6%96%B0%E8%81%9E_1271612740389.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5461545060393607874" /&gt;&lt;/a&gt;&lt;br/&gt;
避免鏈結失效所抓的圖，圖片來自“&lt;a href="http://tw.news.yahoo.com/article/url/d/a/100418/78/2434a.html"&gt;富人避難所 美打造豪華地下碉堡-Yahoo!奇摩新聞&lt;/a&gt;“&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-1269839385512109376?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/1269839385512109376/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/04/blog-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1269839385512109376?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/1269839385512109376?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/04/blog-post.html" title="會不會演變成異塵餘生啊" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/S8tOS8GM4sI/AAAAAAAAA_M/pgoWj4pW7j0/s72-c/%E5%AF%8C%E4%BA%BA%E9%81%BF%E9%9B%A3%E6%89%80+%E7%BE%8E%E6%89%93%E9%80%A0%E8%B1%AA%E8%8F%AF%E5%9C%B0%E4%B8%8B%E7%A2%89%E5%A0%A1-Yahoo!%E5%A5%87%E6%91%A9%E6%96%B0%E8%81%9E_1271612740389.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0UCQXY8fSp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-5322604184509700977</id><published>2010-04-19T00:17:00.006+08:00</published><updated>2010-04-20T18:27:40.875+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T18:27:40.875+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game:Xbox360" /><category scheme="http://www.blogger.com/atom/ns#" term="Game 遊戲" /><title>Splinter Cell: Conviction 縱橫諜海：罪證</title><content type="html">&lt;ul&gt;
  &lt;li&gt;這個禮拜六、日的下午，到玉米家玩新遊戲“縱橫諜海：斷罪”，目前只玩完雙人劇情合作，和單人劇情的第一章(為了操作教學)的部份，超好玩的！&lt;/li&gt;
  &lt;li&gt;目前覺得最大的缺點是遊戲時間有點少(是意猶未盡的那種少)，可能跟遊戲流程與動作太流暢有關。&lt;/li&gt;
  &lt;li&gt;某些情況(像自動防禦機槍、防彈燈泡、一大票不能殺的警察時)才會有點小卡關，不過闖關時常有意想不到的樂趣，會抵消不少挫折感。&lt;/li&gt;
  &lt;li&gt;最近 Xbox360 相關的論壇都在討論“支援USB隨身碟”的事，討論新遊戲的文章就少了很多。&lt;/li&gt;
  &lt;li&gt;少了像 Snake 敲牆吸引敵人的方式，有點可惜。&lt;/li&gt;
  &lt;li&gt;敵人會反應發現屍體的情況，但這代不能拖行屍體，只能以挾持的方式取代。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-5322604184509700977?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/5322604184509700977/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/04/tom-clancys-splinter-cell-conviction.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5322604184509700977?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/5322604184509700977?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/04/tom-clancys-splinter-cell-conviction.html" title="Splinter Cell: Conviction 縱橫諜海：罪證" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkUDRXsycSp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-8364704454184261059</id><published>2010-04-04T16:17:00.008+08:00</published><updated>2010-04-20T18:11:14.599+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T18:11:14.599+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game:PS3" /><category scheme="http://www.blogger.com/atom/ns#" term="Game 遊戲" /><title>Battlefiled: Bad Company 2</title><content type="html">&lt;ul&gt;
  &lt;li&gt;最近都在玩惡名昭彰2，玩到有點昏天暗地的。&lt;/li&gt;
  &lt;li&gt;單機劇情的部份玩幾關就沒玩了，絕大多數的時間都在玩連線對戰，其中 Rush 模式是我覺得最好玩的。&lt;/li&gt;
  &lt;li&gt;這遊戲 Bug 還滿多的，最常遇到的就是在熱門時段加入線上對戰時，常會造成 PS3 死當。&lt;/li&gt;
  &lt;li&gt;今天(2010-04-04)的戰績：&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_icisbpZwLiA/S7hLmjlExoI/AAAAAAAAA_A/qBp_iD-Zh2w/s1600/tsorng.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 90px;" src="http://1.bp.blogspot.com/_icisbpZwLiA/S7hLmjlExoI/AAAAAAAAA_A/qBp_iD-Zh2w/s400/tsorng.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5456194074317211266" /&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;即時(每六個小時)更新資料的版本：&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bfbc2.statsverse.com/stats/ps3/tsorng"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 90px;" src="http://bfbc2.statsverse.com/sig/detail5/ps3/tsorng.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;最難收到胸針(PIN)是 Flag Defender (Defend 4 flags)，Car Warfare
(Kill 4 enemies with cars)次之。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-8364704454184261059?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/8364704454184261059/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/04/battlefiled-bad-company-2.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/8364704454184261059?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/8364704454184261059?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/04/battlefiled-bad-company-2.html" title="Battlefiled: Bad Company 2" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_icisbpZwLiA/S7hLmjlExoI/AAAAAAAAA_A/qBp_iD-Zh2w/s72-c/tsorng.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0EFRH4-eyp7ImA9WxFSF0Q.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-946665266526526453</id><published>2010-02-20T17:12:00.003+08:00</published><updated>2010-04-21T03:26:55.053+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-21T03:26:55.053+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game:Xbox360" /><category scheme="http://www.blogger.com/atom/ns#" term="Game 遊戲" /><title>Dead Rising 死亡復甦</title><content type="html">&lt;ul&gt;
  &lt;li&gt;因為最近才入手 Xbox360 主機，才有機會玩到這款出了三年多的遊戲(2006-10出的)，不錯玩。&lt;/li&gt;
  &lt;li&gt;老頭很吵，一直奪命連環 Call。&lt;/li&gt;
  &lt;li&gt;多重結局的差異不少，所以值得、也建議至少玩兩遍，一次就依劇情走，可解開 Overtime 結局，另一次解救50人的結局。&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-946665266526526453?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/946665266526526453/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/02/dead-space.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/946665266526526453?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/946665266526526453?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/02/dead-space.html" title="Dead Rising 死亡復甦" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkYGRH48fip7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-6278274728164688327.post-636439970677024892</id><published>2010-01-30T20:04:00.004+08:00</published><updated>2010-04-20T18:08:45.076+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T18:08:45.076+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Game 遊戲" /><category scheme="http://www.blogger.com/atom/ns#" term="Game:PC" /><title>Mass Effect 2</title><content type="html">&lt;ul&gt;
  &lt;li&gt;增加難度只是一種折磨，而不是挑戰。&lt;/li&gt;
  &lt;li&gt;我覺得寫實風格的女性角色很醜啊(只有我這樣認為嗎？)，個性上還算有魅力就是了。&lt;/li&gt;
  &lt;li&gt;如果 Reeper 是有機物加無機物合成的，而且長的像用來合成的有機物(像最後那隻人形 Reeper 就是用人類做的)，那 Sovereign 是用花枝做的嗎？&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;span xmlns:dc="http://purl.org/dc/elements/1.1/"
  href="http://purl.org/dc/dcmitype/Text"
  property="dc:title" rel="dc:type"&gt;歡迎來到小豬圈&lt;/span&gt; 採用
創用 CC
&lt;a rel="license"
  href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"&gt;
  姓名標示─非商業性─禁止改作 2.5 台灣&lt;/a&gt; 授權條款。&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6278274728164688327-636439970677024892?l=janochen.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://janochen.blogspot.com/feeds/636439970677024892/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://janochen.blogspot.com/2010/01/mass-effect-2.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/636439970677024892?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6278274728164688327/posts/default/636439970677024892?v=2" /><link rel="alternate" type="text/html" href="http://janochen.blogspot.com/2010/01/mass-effect-2.html" title="Mass Effect 2" /><author><name>蟲仔</name><uri>http://www.blogger.com/profile/04782004690574075515</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="30" src="http://janochen.googlepages.com/flypig.jpg" /></author><thr:total>0</thr:total></entry></feed>

