tutorials

HardwareGrowler

HardwareGrowler is an application that sends Growl notifications when devices are connected or disco...

news

Server is back online

Server down due to hardware problem...

news

iLyrics Widget now support Snow Leopard

Quick update for iLyrics Widget 2.4.1 and 2.3.1...

snippets

Validate email directly from sql query

Deal with garbage email address all the time?Get valid email by query:SELECT email FROM users WHERE ...

snippets

Quick tweak for Safari 4

get tab back instead of titlebar-tabdefaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool ...

snippets

Parsing CSV file into array

記得數年前就有寫過匯入 CSV 資料的程式,不過要翻出來可以能重寫還快多了,本想說應該已有不少輪子在網路上,可惜找了一下還是找不到正確或是較有效率的處理方式,而 PEAR::File_CSV 也不明原...

snippets

Ext JS DateField return value

DateField 有 format 來訂定顯示的日期格式, altFormats 來訂義可接受的輸入日期格式。但是實際上 DateField 背後(calendar)使用的的是 Date Objec...

misc

iLyrics 2.4 snapshot

主要更動的部份:1. 再減少最少佔用空間 (非 mini mode)2. 支援背景中執行,非而要進入 dashboard 才執行 (仍在測試中)3. 雙擊歌詞則會複製到剪貼簿中...

tutorials

Mac OS X 更改家目錄的名稱

經常會有人問如何更改家目錄的名稱,或是更改後發現無法登入或是檔案不見等等的情形,若稍對 *nix 有點經驗的人,應該瞭解這些權限的原由以及 passwd 檔案的關連,所以通常不會遇到問題,就算發現改了...

misc

Mount remote driver as local volume

MacFusion 也是一個以 MacFUSE 為基礎的圖形界面管理工具。簡單的說可以把遠端的主機 SSH, SFTP, FTP 掛載成本地端的 Volume,同類型還有商業版的 ExpanDrive...