<?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>腦功仔個Blog &#187; 開發心得</title>
	<atom:link href="http://orz.hk/category/software_development/feed/" rel="self" type="application/rss+xml" />
	<link>http://orz.hk</link>
	<description>每天都努力用腦用功的打工仔</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:57:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Custom Search 唔 work</title>
		<link>http://orz.hk/2009/10/10/3479/</link>
		<comments>http://orz.hk/2009/10/10/3479/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 04:12:44 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=3479</guid>
		<description><![CDATA[Google Custom Search 提供個 Host results on my website using an iframe 既 sample code 有問題, googleSearchFrameWidth 就算你 set 乜 value 都係冇用: 1 2 3 4 5 6 7 8 9 10 11 &#60;div id=&#34;cse-search-results&#34;&#62;&#60;/div&#62; &#60;script type=&#34;text/javascript&#34;&#62; var googleSearchIframeName = &#34;cse-search-results&#34;; var googleSearchFormName = &#34;cse-search-box&#34;; var googleSearchFrameWidth = 600; var googleSearchDomain = &#34;www.google.com&#34;; var googleSearchPath [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.google.com/intl/en/images/logos/custom_search_logo.gif" alt="" hspace="20" align="right" /><br />
<a href="http://www.google.com/cse" target="_blank">Google Custom Search</a> 提供個 	Host results on my website using an iframe 既  sample code 有問題, googleSearchFrameWidth 就算你 set 乜 value 都係冇用:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;cse-search-results&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
  var googleSearchIframeName = &quot;cse-search-results&quot;;
  var googleSearchFormName = &quot;cse-search-box&quot;;
  var googleSearchFrameWidth = 600;
  var googleSearchDomain = &quot;www.google.com&quot;;
  var googleSearchPath = &quot;/cse&quot;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; 
           src=&quot;http://www.google.com/afsonline/show_afs_search.js&quot;&gt;
&lt;/script&gt;</pre></td></tr></table></div>

<p>個 result 都會爆到好大。</p>
<p>解決方法:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;style type=&quot;text/css&quot;&gt;
#cse-search-results iframe 
{
         width: 580px;
}
&lt;/style&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2009/10/10/3479/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook 義氣仔女 Online 自動機 @ google code</title>
		<link>http://orz.hk/2009/09/17/3439/</link>
		<comments>http://orz.hk/2009/09/17/3439/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:42:32 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=3439</guid>
		<description><![CDATA[我將段 version 2.1 code 放左喺, http://code.google.com/p/facebook-street-fights-bot/ 要 download 個 javascript file, 可以去, http://code.google.com/p/facebook-street-fights-bot/source/browse/#svn/trunk 如果有 SVN client, 可以 checkout, svn checkout http://facebook-street-fights-bot.googlecode.com/svn/trunk/ facebook-street-fights-bot-read-only 我就用開 Tortoise SVN 因為我太耐冇玩, 所以而家段 code work 唔 work 都唔知, 段 code 有乜問題我未必答到你, 但係有關SVN 既使用方法歡迎大家問。 有興趣 commit code 可以既留言係度, 有 request 可以留喺 google code 入面既 issue 度。]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3442" title="code_logo" src="http://orz.hk/wp-content/uploads/2009/09/code_logo.png" alt="code_logo" width="161" height="40" align=right /><br />
我將段 version 2.1 code 放左喺,</p>
<p><img class="alignright size-full wp-image-3443" title="defaultlogo" src="http://orz.hk/wp-content/uploads/2009/09/defaultlogo.png" alt="defaultlogo" width="48" height="48" align=right /> <a href="http://code.google.com/p/facebook-street-fights-bot/" target="_blank">http://code.google.com/p/facebook-street-fights-bot/</a></p>
<p>要 download 個 javascript file, 可以去,<br />
<a href="http://code.google.com/p/facebook-street-fights-bot/source/browse/#svn/trunk" target="_blank">http://code.google.com/p/facebook-street-fights-bot/source/browse/#svn/trunk</a></p>
<p>如果有 SVN client, 可以 checkout,</p>
<p>svn checkout http://facebook-street-fights-bot.googlecode.com/svn/trunk/ facebook-street-fights-bot-read-only</p>
<p>我就用開 <a href="http://tortoisesvn.tigris.org/" target="_self">Tortoise SVN</a></p>
<p>因為我太耐冇玩, 所以而家段 code work 唔 work 都唔知, 段 code 有乜問題我未必答到你, 但係有關SVN 既使用方法歡迎大家問。</p>
<p>有興趣 commit code 可以既留言係度, 有 request 可以留喺 google code 入面既 issue 度。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2009/09/17/3439/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome 4</title>
		<link>http://orz.hk/2009/09/11/3397/</link>
		<comments>http://orz.hk/2009/09/11/3397/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 07:52:23 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=3397</guid>
		<description><![CDATA[之前用過 Google Chrome 2, 發覺佢個 rendering engine 同 Firefox 2 嗰個差唔多所以冇用佢, 而家裝左 Chrome 4, 發現佢個 rendering engine 都 upgrade 埋, 之前 Firefox 2 同 Chrome 2 會出現走錯位既問題都唔見左。 而家既 Chrome 4 有 Chrome 2 既速度同 Firefox 3 既可用性, 以 web developer 既角度黎睇雖然實用性仲未及 Firefox 3, 但值得裝黎用用。 Google Chrome 2 既 user-agent, Google 話係用 AppleWebKit/532.0 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US)+AppleWebKit/530.5+(KHTML,+like+Gecko)+Chrome/2.0.172.43+Safari/530.5 Firefox 2.0&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>之前用過 Google Chrome 2, 發覺佢個 rendering engine 同 Firefox 2 嗰個差唔多所以冇用佢, 而家裝左 Chrome 4, 發現佢個 rendering engine 都 upgrade 埋, 之前 Firefox 2 同 Chrome 2 會出現走錯位既問題都唔見左。 而家既 Chrome 4 有 Chrome 2 既速度同 Firefox 3 既可用性, 以 web developer 既角度黎睇雖然實用性仲未及 Firefox 3, 但值得裝黎用用。</p>
<p>Google Chrome 2 既 user-agent, Google 話係用 AppleWebKit/532.0<br />
Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US)+<strong>AppleWebKit/530.5</strong>+(KHTML,+like+Gecko)+Chrome/2.0.172.43+Safari/530.5</p>
<p>Firefox 2.0&#8230;<br />
Mozilla/5.0+(Windows;+U;+Windows+NT+5.0;+zh-TW;+rv:1.8.1.2)+Gecko/20070219+Firefox/2.0.0.2</p>
<p>Chrome 4 就去到 AppleWebKit/532.0<br />
Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+<strong>AppleWebKit/532.0</strong>+(KHTML,+like+Gecko)+Chrome/4.0.206.1+Safari/532.0</p>
<p>Opera 10 既 presto 2.2.15 我個人覺得相比起 Chrome 4 同 Firefox 3 落後些少<br />
Opera/9.80+(Windows+NT+5.0;+U;+en)+Presto/2.2.15+Version/10.00</p>
<p>有興趣可以去試試<br />
<a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">http://dev.chromium.org/getting-involved/dev-channel</a></p>
<p>另外有個測試報告:<br />
<a href="http://lifehacker.com/5352195/browser-speed-tests-chrome-40-and-opera-10-take-on-all-challengers" target=_blank>http://lifehacker.com/5352195/browser-speed-tests-chrome-40-and-opera-10-take-on-all-challengers</a></p>
<p>有趣既係舊版本以 memory leak 問題聞名既 Firefox, 用既記憶體竟然係最少。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2009/09/11/3397/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL replication 常用 command 及設定</title>
		<link>http://orz.hk/2009/09/07/3395/</link>
		<comments>http://orz.hk/2009/09/07/3395/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:41:53 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=3395</guid>
		<description><![CDATA[顯示 slave server 狀況, 最常用: SHOW SLAVE STATUS Replication 遇到 error 停左係度, 跳過一個 error: SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; 之後 resume replication: SLAVE START 好煩, 跳過某d error no, 喺 my.ini 度 set, 用 comma 隔開: &#8211;slave-skip-errors=1062,1053 某d table 成日有error, 根本上又唔駛replicate, 每個 table 一行: &#8211;replicate-do-table=db_name.tbl_name1 &#8211;replicate-do-table=db_name.tbl_name2 嫌煩, 一次過 ignore 成個 database, 每個 database 一行: &#8211;replicate-ignore-db=db_name1 &#8211;replicate-ignore-db=db_name2 [...]]]></description>
			<content:encoded><![CDATA[<p>顯示 slave server 狀況, 最常用:<br />
SHOW SLAVE STATUS</p>
<p>Replication 遇到 error 停左係度, 跳過一個 error:<br />
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;</p>
<p>之後 resume replication:<br />
SLAVE START</p>
<p>好煩, 跳過某d error no, 喺 my.ini 度 set, 用 comma 隔開:<br />
&#8211;slave-skip-errors=1062,1053</p>
<p>某d table 成日有error, 根本上又唔駛replicate, 每個 table 一行:<br />
&#8211;replicate-do-table=db_name.tbl_name1<br />
&#8211;replicate-do-table=db_name.tbl_name2</p>
<p>嫌煩, 一次過 ignore 成個 database, 每個 database 一行:<br />
&#8211;replicate-ignore-db=db_name1<br />
&#8211;replicate-ignore-db=db_name2</p>
<p>太多 database / table 要 ignore, 用 wildcat:<br />
&#8211;replicate-wild-ignore-table=db_name%.tbl_name%</p>
<p>都仲係好煩, 乜 error 都跳過:<br />
&#8211;slave-skip-errors=all</p>
<p>若然實在太煩, 唔想再用 replication:<br />
&#8211;skip-slave-start</p>
<p>最終解決, uninstall MySQL</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2009/09/07/3395/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《腦功仔正字程式 1.0 Beta》 與 Stephy 《陪著我走》錯字列表</title>
		<link>http://orz.hk/2009/08/03/3351/</link>
		<comments>http://orz.hk/2009/08/03/3351/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 04:56:51 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=3351</guid>
		<description><![CDATA[個表唔知抄自邊度, 如果佢同《腦功仔正字程式 1.0 Beta》, 基本上就可以避免。至於我d 文就冇用到, 哈哈。 如果有興趣參加 Beta 試用可以搵我, 到時冇錯字國語唔掂都唔駛賴拼音輸入法啦。 錯字：濛瀧　正字：矇矓 錯字：濛濃× 2　正字：矇矓 錯字：窗廉× 2　正字：窗簾 錯字：豆槳　正字：豆漿 錯字：磞磞跳　正字：蹦蹦跳 錯字：藍苺× 3　正字：藍莓 錯字：游來浮去　正字：游來游去 錯字：淺踏　正字：踐踏 錯字：泡抹× 2　正字：泡沫 錯字：頭昏腦漲　正字：頭昏腦脹 錯字：刻服　正字：克服 錯字：晢學　正字：哲學 錯字：吞逝　正字：吞噬 錯字：遊盪　正字：遊蕩 錯字：抬× 4　正字：枱 錯字：換醒　正字：喚醒 錯字：可況　正字：何況 錯字：戒子× 2　正字：戒指 錯字：磨菰× 2　正字：蘑菇 錯字：趟在床上　正字：躺在床上 錯字：番過身來　正字：翻過身來 錯字：一顆樹木　正字：一棵樹木 錯字：停拍　正字：停泊 錯字：入場卷　正字：入場券 錯字：一拼× 2　正字：一併 錯字：漫漫地　正字：慢慢地 錯字：混鈍　正字：混沌 錯字：呼換× 2　正字：呼喚 錯字：瘙癢　正字：搔癢 錯字：語重心腸　正字：語重心長 錯字：媛媛地× 2　正字：緩緩地 錯字：曠音器　正字：擴音器 錯字：瀝瀝在目　正字：歷歷在目 錯字：猶疑× [...]]]></description>
			<content:encoded><![CDATA[<p>個表唔知抄自邊度, 如果佢同《腦功仔正字程式 1.0 Beta》, 基本上就可以避免。至於我d 文就冇用到, 哈哈。 如果有興趣參加 Beta 試用可以搵我, 到時冇錯字國語唔掂都唔駛賴拼音輸入法啦。</p>
<p>錯字：濛瀧　正字：矇矓<br />
錯字：濛濃× 2　正字：矇矓<br />
錯字：窗廉× 2　正字：窗簾<br />
錯字：豆槳　正字：豆漿<br />
錯字：磞磞跳　正字：蹦蹦跳<br />
錯字：藍苺× 3　正字：藍莓<br />
錯字：游來浮去　正字：游來游去<br />
錯字：淺踏　正字：踐踏<br />
錯字：泡抹× 2　正字：泡沫<br />
錯字：頭昏腦漲　正字：頭昏腦脹<br />
錯字：刻服　正字：克服<br />
錯字：晢學　正字：哲學<br />
錯字：吞逝　正字：吞噬<br />
錯字：遊盪　正字：遊蕩<br />
錯字：抬× 4　正字：枱<br />
錯字：換醒　正字：喚醒<br />
錯字：可況　正字：何況<br />
錯字：戒子× 2　正字：戒指<br />
錯字：磨菰× 2　正字：蘑菇<br />
錯字：趟在床上　正字：躺在床上<br />
錯字：番過身來　正字：翻過身來<br />
錯字：一顆樹木　正字：一棵樹木<br />
錯字：停拍　正字：停泊<br />
錯字：入場卷　正字：入場券<br />
錯字：一拼× 2　正字：一併<br />
錯字：漫漫地　正字：慢慢地<br />
錯字：混鈍　正字：混沌<br />
錯字：呼換× 2　正字：呼喚<br />
錯字：瘙癢　正字：搔癢<br />
錯字：語重心腸　正字：語重心長<br />
錯字：媛媛地× 2　正字：緩緩地<br />
錯字：曠音器　正字：擴音器<br />
錯字：瀝瀝在目　正字：歷歷在目<br />
錯字：猶疑× 3　正字：猶豫<br />
錯字：車箱　正字：車廂<br />
錯字：櫃抬　正字：櫃枱<br />
錯字：靜俏俏× 2　正字：靜悄悄<br />
錯字：煩腦　正字：煩惱<br />
錯字：莫明奇妙　正字：莫名其妙<br />
錯字：實淺× 2　正字：實踐<br />
錯字：搖藍　正字：搖籃<br />
錯字：寬趟　正字：寬敞<br />
錯字：凡多　正字：繁多<br />
錯字：刺熱　正字：熾熱<br />
錯字：肩傍× 4　正字：肩膀<br />
錯字：掙不開眼　正字：睜不開眼<br />
錯字：淋郎滿目　正字：琳瑯滿目<br />
錯字：收獲　正字：收穫<br />
錯字：有點綑　正字：有點睏<br />
錯字：釘著　正字：盯著<br />
錯字：長雙廝守× 2　正字：長相廝守<br />
錯字：無耐地　正字：無奈地<br />
錯字：巡回　正字：巡迴<br />
錯字：作遂　正字：作祟<br />
錯字：游了二十個堂× 3　正字：游了二十個塘<br />
錯字：略過　正字：掠過<br />
錯字：不憤× 2　正字：不忿<br />
錯字：香賓× 2　正字：香檳<br />
錯字：香繽× 2　正字：香檳<br />
錯字：橢圓型　正字：橢圓形<br />
錯字：碌碌眼睛　正字：睩睩眼睛<br />
錯字：畢挺　正字：筆挺<br />
錯字：仕應　正字：侍應<br />
錯字：背境　正字：背景</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2009/08/03/3351/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimization 最新紀錄</title>
		<link>http://orz.hk/2008/12/10/2998/</link>
		<comments>http://orz.hk/2008/12/10/2998/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 03:05:30 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=2998</guid>
		<description><![CDATA[幫個網站攪 optimization, 主資料庫高鋒期最高負載當作 100%, 而家只係得返 10%, 甚至更少, 而當中 25% 我有信心可以再降低。 當然要破我以往最高紀錄係冇乜可能, 由 15分鐘既運算優化到得返幾秒, 個基數太細所以計出黎太誇張。而且嗰次係資料庫設計嚴重失誤, 所以先造就到咁既紀錄。 今次優化其實借助過往喺 ASP.NET 既經驗, 參考佢地既 architecture 而對一個運作已久既 php website 進行架構性改動， 詳情不便透露太多, 但我想表達既就係精乜野 language / platform 之餘, 了解其他既運作對自己技術進步方面都有莫大得益。]]></description>
			<content:encoded><![CDATA[<p>幫個網站攪 optimization, 主資料庫高鋒期最高負載當作 100%, 而家只係得返 10%, 甚至更少, 而當中 25% 我有信心可以再降低。</p>
<p>當然要破我以往最高紀錄係冇乜可能, 由 15分鐘既運算優化到得返幾秒, 個基數太細所以計出黎太誇張。而且嗰次係資料庫設計嚴重失誤, 所以先造就到咁既紀錄。</p>
<p>今次優化其實借助過往喺 ASP.NET 既經驗, 參考佢地既 architecture 而對一個運作已久既 php website 進行架構性改動， 詳情不便透露太多, 但我想表達既就係精乜野 language / platform 之餘, 了解其他既運作對自己技術進步方面都有莫大得益。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2008/12/10/2998/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook 我又俾人 disabled, 不過今次復活到</title>
		<link>http://orz.hk/2008/11/07/2946/</link>
		<comments>http://orz.hk/2008/11/07/2946/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 03:12:53 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=2946</guid>
		<description><![CDATA[我幾日我個facebook account (me@orz.hk) 俾人 disable 左, 事緣我用佢黎寫 facebook apps, 咁為左試野開多幾個 test account, 結果因為 facebook 以為我開幾個分身而 disable 左。 今次就好d, 因為我有寫 facebook apps 既關係左我個 case pass 左俾 platform develper operations &#38; support, 仲將我個姓改埋, 哈哈。 官方正確設定 test account 教學: http://wiki.developers.facebook.com/index.php/Test_Accounts]]></description>
			<content:encoded><![CDATA[<p>我幾日我個facebook account (me@orz.hk) 俾人 disable 左, 事緣我用佢黎寫 facebook apps, 咁為左試野開多幾個 test account, 結果因為 facebook 以為我開幾個分身而 disable 左。 今次就好d, 因為我有寫 facebook apps 既關係左我個 case pass 左俾 platform develper operations &amp; support, 仲將我個姓改埋, 哈哈。</p>
<p>官方正確設定 test account 教學:</p>
<p><a href="http://wiki.developers.facebook.com/index.php/Test_Accounts" target="_blank">http://wiki.developers.facebook.com/index.php/Test_Accounts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2008/11/07/2946/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Java 1.5 vs Java 5</title>
		<link>http://orz.hk/2008/10/10/2905/</link>
		<comments>http://orz.hk/2008/10/10/2905/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 04:24:14 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=2905</guid>
		<description><![CDATA[記得以前check 過 1.5 同 5 既分別, 但之後又唔記得, 好 confusing, 根據 http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html 1.5 同 5 即係同一樣, 可能 marketing 覺得 java 4, java 5, java 6 咁上勁過 java 1.4, java 1.5, java 1.6。 Java 我只係偶然玩下, 但感覺上 java 4, 5, 6 既改變唔及 PHP 3,4,5 咁多。 至於 1.5 依個 version 叫法會繼續保留俾 developer 用&#8230;]]></description>
			<content:encoded><![CDATA[<p>記得以前check 過 1.5 同 5 既分別, 但之後又唔記得, 好 confusing, 根據</p>
<p><a href="http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html" target=_blank>http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html</a></p>
<p>1.5 同 5 即係同一樣, 可能 marketing 覺得 java 4, java 5, java 6 咁上勁過 java 1.4, java 1.5, java 1.6。 Java 我只係偶然玩下, 但感覺上 java 4, 5, 6 既改變唔及 PHP 3,4,5 咁多。 至於 1.5 依個 version 叫法會繼續保留俾 developer 用&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2008/10/10/2905/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>腦功仔 Online @ facebook 誠徵 Beta tester/Graphics Designer</title>
		<link>http://orz.hk/2008/09/14/2748/</link>
		<comments>http://orz.hk/2008/09/14/2748/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 16:08:02 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=2748</guid>
		<description><![CDATA[腦功仔 Online 係一隻 text-based facebook 既 game, 同古惑仔 Online 咁一樣可以做任務, 當然可以玩既野更加多。 有興趣做 beta tester 或者幫手搵下圖畫下圖, 可以搵我!]]></description>
			<content:encoded><![CDATA[<p>腦功仔 Online 係一隻 text-based facebook 既 game, 同古惑仔 Online 咁一樣可以做任務, 當然可以玩既野更加多。</p>
<p>有興趣做 beta tester 或者幫手搵下圖畫下圖, 可以搵我!</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2008/09/14/2748/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Facebook 義氣仔女 Online 兼 辦公室 Online 自動機 Version 2.1</title>
		<link>http://orz.hk/2008/09/13/2732/</link>
		<comments>http://orz.hk/2008/09/13/2732/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 16:28:24 +0000</pubDate>
		<dc:creator>腦功仔</dc:creator>
				<category><![CDATA[開發心得]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[古惑仔Online]]></category>

		<guid isPermaLink="false">http://orz.hk/?p=2732</guid>
		<description><![CDATA[by 真正 john Requirements: - Firefox 3.0.1 or better - Firefox plugin: Greasemonkey - Facebook with the new interface Install instruction: Install and start Firefox Goto the plugin page and lookup greasemonkey. Install and restart firefox. Click here to download the script. Click Install when greasemonkey manager load up. Load up 義氣仔女Online or 辦公室Online. If [...]]]></description>
			<content:encoded><![CDATA[<p>by 真正 john</p>
<p><strong>Requirements:</strong><br />
- Firefox 3.0.1 or better<br />
- Firefox plugin: Greasemonkey<br />
<strong>- Facebook with the new interface</strong></p>
<p><strong>Install instruction:</strong></p>
<ul>
<li> Install and start Firefox</li>
<li>Goto the plugin page and lookup greasemonkey. Install and restart firefox.</li>
<li>Click <a href="/wp-content/files/streetfightsbot_v2_1.user.js" target="_blank">here</a> to download the script. Click Install when greasemonkey manager load up.</li>
<li>Load up 義氣仔女Online or 辦公室Online. If you see rubbish character in a new popup window on the right, your download is corrupted.</li>
</ul>
<p><strong>Change Job</strong></p>
<ol>
<li> 工具 -&gt; Greasemonkey -&gt; 管理腳本</li>
<li>Select &#8220;auto-streetfights-office-bankmission&#8221; and Click 編輯
<ol>
<li>The first time you will be asked for an editor. Look up 筆記本 (notepad.exe) or a text editor that support UTF-8, and does not change your text when you are not looking. Microsoft Word is a big NO NO.</li>
<li>I use notepad++. Editplus is a NO because it does not support UTF-8. Anyway, notepad that come with Windows will do.</li>
</ol>
</li>
<li>You should see this page again. Scroll down to the &#8220;Things you can change&#8221; section and change the IDs and the relative Requirement in those lines starts with &#8220;const&#8221;.</li>
<li>If you see rubbish characters on line 4 near the word &#8220;john&#8221;, instead of 2 chinese characters. Well, your script is corrupted during download.
<ol>
<li>If your script is corrupted, download again using right click -&gt; 另存新檔. Open the script with windows-come-with 筆記本 (notepad.exe) and copy and paste everything to (3) replacing everything.</li>
</ol>
</li>
</ol>
<p><strong>Function:</strong><br />
義氣仔女Online</p>
<ul>
<li>check strength and gold once in a while. if you have the strength to do the default job, auto run it. If you have over $100 cash, auto throw them in the bank</li>
</ul>
<p>辦公室Online</p>
<ul>
<li>check strength and gold every once in a while. if you meet the requirement, auto run the default job. If you have over $100 cash, auto throw them in the bank</li>
</ul>
<p><strong>Known problem:</strong></p>
<ul>
<li>may stop at &#8220;Try again&#8221; error message when the game is busy at night</li>
<li>may stop at &#8220;facebook login&#8221; when your facebook login expired</li>
</ul>
<p><strong>What you should know about the game:</strong></p>
<ul>
<li>You must meet ALL the requirement for a job to run.</li>
<li>When you want to get cash from bank, disable greasemoney first, or your money will go back to the bank. There is a 10% cut off in 義氣仔女Online for that.</li>
<li>In 義氣仔女Online, the hourly pay always take place at 0 minutes every hour. This script takes care of that. However your computer clock must syn with the world clock.</li>
<li>In 辦公室Online, your pressure raises when you are attacked.</li>
<li>you generate 5 health, 1 strength, 1 mind and -1 pressure every 5 minutes</li>
</ul>
<p><span style="color: #ff0000;"><strong>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; </strong></span></p>
<p><span style="color: #ff0000;"><strong>if you use this script and got banned, don&#8217;t blame us, TRY IT AT YOUR OWN RISK</strong></span></p>
<p><span style="color: #ff0000;"><strong>&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</strong></span><br />
<a href="/wp-content/files/streetfightsbot_v2_1.user.js" target="_blank">下載</a></p>
<p>Thanks 真正 joh</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.hk/2008/09/13/2732/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
	</channel>
</rss>
