提示:使用'j'和'k'键
可以上下移动

Andor's Tumblog

Collecte infos in the wild

Tell Congress: Please don't censor the web!

标签:   #Hot

GoDaddy 认怂了。

标签:   #Hot
标签:   #Hot

Say Hello to Webkit Filters

“A filter effect is a graphical operation that is applied to an element as it is drawn into the document. It is an image-based effect, in that it takes zero or more images as input, a number of parameters specific to the effect, and then produces an image as output.”

标签:   #CSS   #Webkit

PHP 5.4 To Have A Built-In Development Web Server

PHP 5.4.0 will have a built in web development server which can be started right inside the same folder where you are developing your project codes.

标签:   #PHP
标签:   #Firefox

G+ 的 class 命名

网页字体渲染与选择

HTML: The difference between attribute and property

Attributes are in your HTML text document/file, whereas properties are in HTML DOM tree. This means that attributes do not change and always carry initial (default) values. However, HTML properties can change, for example when user checks a checkbox, inputs text to textarea or uses JavaScript to change the property value.

标签:   #HTML
  • Do fewer things.
  • Do them better.
  • Know why you’re doing them.

rel="shortcut icon" considered harmful

shortcut 非标准,只是为了兼容 IE。实际上,如果只指定 icon 的话,几乎所有的浏览器都会正确加载(除了没听说过的 SeaMonkey)。

标签:   #Standard

Visited links can only be differentiated by colour

标签:   #Usability
标签:   #ruby