Changes between Version 1 and Version 2 of jazz/09-04-10
- Timestamp:
- Apr 10, 2009, 2:17:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-10
v1 v2 1 1 = 2009-04-10 = 2 3 * [http://www.xpud.org/index.zh.html xPUD] - 以前就覺得 penk 的 PUD 設計得不錯,很乾淨簡潔,有時間來看一下他的[http://github.com/penk/mkxpud/tree/master mkxpud]怎麼寫的。 2 4 3 5 == OpenID == … … 5 7 * 在 [http://code.google.com/intl/zh-TW/apis/accounts/docs/OpenID.html Google Account Authentication API] 頁面上列舉了幾種認證方式,而 OpenID 屬於 Federated Login。底下這張圖說明了 OpenID 的運作流程。 6 8 * [[Image(http://code.google.com/apis/accounts/images/OpenIdDiagram.png)]] 9 10 == Python / Comet / Orbited == 11 12 * PyCON'09 - Tutorial: [http://us.pycon.org/2009/tutorials/schedule/1PM7/ Building Real-time Network applications for the web with Twisted and Orbited] 13 * [http://pycon.blip.tv/file/1947244/ Twisted, AMQP and Thrift: Bridging messaging and RPC for building scalable distributed applications] 14 * [http://pycon.blip.tv/file/1947154/ Strategies For Testing Ajax Web Applications] 15 * [http://pycon.blip.tv/file/1957086/ Introduction to Python Profiling] 16 * [http://pycon.blip.tv/file/1957605/ Designing a web framework: Django's design decisions]