在 Object-C 執行以下程式碼即可: [[UIApplication sharedApplication] ope… Read more →
分類: 程式設計
iPhone SDK - 關閉 UIWebView 自動偵測把電話號碼加入底線的功能 (UIDataDetector)
使用 iPhone SDK 的 UIWebView 元件會發現一件很聰明的蠢事,就是當 Web 內容有出現類似電話號碼的… Read more →
PHP 處理惱人的 BOM 問題,輸出 Excel 格式加入 BOM
最近用 PHP 輸出 Excel 檔案,為了偷懶沒有採用 Excel API (像是phpExcel) 進行處理。而是利… Read more →
PHP 的未來不知何去何從!?
PHP 與物件導向 最近看了 PHP 近幾年的使用者人數統計報表,發現使用得人數逐年下降(當然 Java 也是如此),P… Read more →
淺談 REST 軟體架構風格 (Part.II) - 如何設計 RESTful Web Service?
如何設計 RESTful Web Service 在前一篇文章(淺談 REST 軟體架構風格 (Part.I) – 從了… Read more →
淺談 REST 軟體架構風格 (Part.I) - 從了解 REST 到設計 RESTful!
REST 起源與簡述 REST (全名 Representational State Transfer) 為 2000 … Read more →
PHP Framework Benchmarks, 整理 PHP Framework 測試報告 (沒有Container的痛)
最近要選用一種 PHP Framework 作為 Server Side 的開發基礎,由於 PHP 屬於 Script … Read more →
人月神話 - 軟體開發之路 - Een schip op het strand is een baken in zee. [A ship on the beach is a lighthouse to the sea.]
Een schip op het strand is een baken in zee. (荷蘭諺語) A ship o… Read more →
如何在 Safari 5 建立 iPhone/iPad (i系列行動產品) 網頁瀏覽環境
現今 Smart Phone 相當盛行,似乎假設你的網站不支援手機瀏覽那就遜掉了。 但是手機瀏覽網頁有什麼困難嗎?手機不… Read more →
系統設計 - 內聚力(Cohesion)與耦合力(Coupling)
內聚力(Cohesion)與耦合力(Coupling)為 Edward Yourdon and Larry L. Con… Read more →