Godaddy在发布了上一个$0.99的.COM优惠码后又发布的一个.CA域名的$0.99优惠码:CADEAL
老规矩,只能信用卡。
有效期:前3000 名或者2010年9月8日前。
访问Godaddy
-EOF-
Author Archives: 枯藤昏鸦
HTML5相关资源
参考资料
HTML5 Readiness : Visual timeline of HTML5 feature support.
When Can I Use… : Up to date HTML5 feature browser support reference.
HTML5 Test : Series of browser tests to evaluate feature support.
HTML5 Infographic : A quick overview of scope and support.
W3C HTML5 Web Author View : Lightweight version of the W3c spec, perfect for web developers.
Chrome Implementation Status : Follow the engineering effort for cutting edge support from the Chrome team.
Dive into HTML5 by Mark Pilgrim : Learn HTML5 and have a laugh at the same time.
HTML5: Comparison of Layout Engines : If the Wikipedia says it then it must be true.
Safari HTML5 Guides : Excellent WebKit-oriented development documentation.
Mozilla Development Center HTML5 Reference : Excellent documentation and guides.
WhatWG Web Apps Spec (HTML5 plus the kitchen sink) : Working draft spec of everything under the larger HTML5 umbrella.
ECMAScript 5 table : Detailed table of ES5 support across browsers.
Compatibility Tables : Results of DOM and CSS properties tests in major browsers.
相关工具
Modernizr : Javascript library for feature detection and control fallback cases of HTML5.
html5 shiv : Javascript patch to make IE support, and print, the new tag elements.
CSS Button Maker : Preview CSS buttons with a fancy interface to play with the parameters.
CSS3 Generator : Preview CSS buttons with a fancy interface to play with the parameters.
CSS3 Sandbox : Test and get the code of the fanciest CSS features.
CSS3 Gradient Generator : Generate CSS code for gradients on the fly.
CSS3 Please : Use CSS3 without having to worry about xbrowser differences.
Font Dragr : Test your fonts using drag and drop.
Font Squirrel Generator : Most complete tool to generate code for you font-face support.
Let’s make the web faster : Complete list of tools related to web performance.
社区
HTML5 Watch
CSS3 Watch
HTML5 Doctor
WhatWG Blog
HTML5 Demos
Ajaxian
Chromium HTML5 Discussion Group
Mozilla Hacks
Safari HTML5 Demos
Test Drive IE9 Demos
Open Web – Opera Developer Community
Chrome Experiments
-EOF-
Godaddy $0.99域名优惠码(2010/08/24)
今年Godaddy发布优惠码比去年频繁多了,大概5个小时前,Godaddy又发布的一个$0.99优惠码:SCHOOL99
仅对注册或转移.COM有效。
老规矩,只能信用卡。
有效期:前7500 名或者2010/08/31。
访问Godaddy
-EOF-
Google Python Class Day
Google Python Class Day 1-1
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.1.flv[/FMP]
下载 [download id=”29″]
Google Python Class Day 1-2
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.2.flv[/FMP]
下载 [download id=”30″]
Google Python Class Day 1-3
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.1.Part.3.flv[/FMP]
下载 [download id=”31″]
Google Python Class Day 2-1
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.1.flv[/FMP]
下载 [download id=”32″]
Google Python Class Day 2-2
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.2.flv[/FMP]
下载 [download id=”33″]
Google Python Class Day 2-3
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.3.flv[/FMP]
下载 [download id=”34″]
Google Python Class Day 2-4
[FMP]http://storage.ioio.name/tips/google-python-class/Google.Python.Class.Day.2.Part.4.flv[/FMP]
下载 [download id=”35″]
via 豆花@垃圾熊
-EOF-
wget的下载与安装
下载好wget
下载地址:ftp://ftp.cs.cuhk.edu.hk/pub/gnu/gnu/wget
解压下载的wget压缩包,并cd到解压目录,执行如下命令安装:
1 2 3 4 |
./configure make make install make clean |
-EOF-