淺談 REST 軟體架構風格 (Part.I) – 從了解 REST 到設計 RESTful!
http://blog.toright.com/posts/725/representational-state-transfer-%E8%BB%9F%E9%AB%94%E6%9E%B6%E6%A7%8B%E9%A2%A8%E6%A0%BC%E4%BB%8B%E7%B4%B9-part-i-%E5%BE%9E%E4%BA%86%E8%A7%A3-rest-%E5%88%B0%E8%A8%AD%E8%A8%88-restful%EF%BC%81.html
目前分類:Development in SW (116)
- Aug 05 Tue 2014 15:27
[CS] REST
- Jul 17 Thu 2014 14:56
[WEB] Mouse Events
Javascript Madness - http://unixpapa.com/js/
------------------------------------------------------------------
- Jul 17 Thu 2014 14:54
[WEB] Keyboard Events
Javascript Madness - http://unixpapa.com/js/
--------------------------------------------------------
- Jul 16 Wed 2014 22:04
[WEB] scrollY v.s. body.scrollTop v.s. documentElement.scrollTop v.s. pageYOffset
window.pageYOffset 被所有浏览器支持除了 IE 6, IE 7, IE 8, 不关doctype的事, 注IE9 开始支持此属性。
window.scrollY 被Firefox, Google Chrome , Safari支持 不关doctype的事, 注IE9 不支持此属性
- Jun 04 Wed 2014 15:49
[Design] How to Get a Professional Look With Color
http://www.webdesignerdepot.com/2009/12/how-to-get-a-professional-look-with-color/
- Mar 18 Tue 2014 23:17
[Test] Auto Selenium on PHPUnit
The required tools : {
* PHPUnit : {
- Mar 11 Tue 2014 15:50
[UX] Users as Co-creators: Player-centric Game Design
http://www.usabilityprofessionals.org/uxmagazine/users-as-co-creators/?utm_source=feedly&utm_reader=feedly&utm_medium=rss&utm_campaign=users-as-co-creators
- Mar 11 Tue 2014 15:46
[UX] Why UX design can make or break your game
From: http://www.develop-online.net/opinions/why-good-user-experience-design-in-games-is-no-longer-a-luxury/0189456
-------------------------------------------------------------
- Feb 23 Sun 2014 20:05
[CS] Unit Testing Fundamentals
From: http://java.dzone.com/articles/unit-testing-fundamentals
--------------------------------------------------------------------------------
- Feb 23 Sun 2014 19:51
[CS] 12 Unit Testing Tips for Software Engineers
From: http://readwrite.com/2008/08/13/12_unit_testing_tips_for_software_engineers#awesm=~owGUSURL9EcRcG
--------------------------------------------------------------
- Jan 20 Mon 2014 10:18
[Design] 21 Most Used Fonts By Professional Designers
- Jan 17 Fri 2014 00:49
[CSS] 純CSS解決div垂直置中
Reference: http://blog.yam.com/hanasan/article/35806444 & http://blog.yam.com/hanasan/article/85889063
---------------------------------------------------------------------------------------------------------------------------------
- Jan 05 Sun 2014 02:25
[WEB] A Standards Based Approach to Comet Communication with REST
By Kris Zyp: http://cometdaily.com/2007/12/27/a-standards-based-approach-to-comet-communication-with-rest/
-------------------------------------------------------------
- Sep 01 Sun 2013 23:47
[CS] UTF-8 with/without BOM
- Jul 04 Thu 2013 00:53
[CS] FB HipHop for PHP
- Mar 22 Fri 2013 18:17
[Other] Windows Secure Boot
- Jan 24 Thu 2013 15:55
[CSS] 3D Effects
- Jan 16 Wed 2013 15:50
[Test] Web UI 測試的好幫手 - Selenium
From: Integration Testing & Web UI Testing
http://www.dotblogs.com.tw/hatelove/archive/2012/12/10/learning-tdd-in-30-days-day8-integration-testing-and-web-ui-testing-by-selenium-and-webdriver.aspx
- Jan 16 Wed 2013 15:38
[Project] Version Control
- Jan 15 Tue 2013 17:23
[Design] Repository Pattern
Use repository to separate business logic from database logic :