Introduction - HTML 5 的眼淚 說到使用 HTML5 來開發系統其實有好有壞,好處是跨平台且標準化(… Read more →
標籤: Web
iOS UIWebView 元件如何關閉 TextField 鍵盤的預設大寫功能
在 iOS 的 UIWebView 元件中,如果點選網頁中的 <input type="text" /> 元… Read more →
iPhone SDK - 關閉 UIWebView 自動偵測把電話號碼加入底線的功能 (UIDataDetector)
使用 iPhone SDK 的 UIWebView 元件會發現一件很聰明的蠢事,就是當 Web 內容有出現類似電話號碼的… 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 →
如何在 Safari 5 建立 iPhone/iPad (i系列行動產品) 網頁瀏覽環境
現今 Smart Phone 相當盛行,似乎假設你的網站不支援手機瀏覽那就遜掉了。 但是手機瀏覽網頁有什麼困難嗎?手機不… Read more →
Cent OS 5.5 安裝 PHP 5.3 + PHPUnit 3.4 (教學備忘筆記)
PHPUnit 介紹 PHPUnit 是目前在 PHP Programming 中最主流的測試框架,包括 Zend Fr… Read more →
使用 JQuery 實作 CometD Client 教學
CometD 介紹 CometD 為 Jetty Server (官方網站) 原生提供的 Message Servlet… Read more →
SeleniumHQ 網站測試工具介紹與教學
SeleniumHQ 介紹 SeleniumHQ 是一套網頁測試工具,運作的原理為透過 JavaScript 在瀏覽器中… Read more →