-
snaked 撰写了一篇新博客文章:The CSS3 Selectors
table.selectorsReview { font-size: smaller; border-collapse: collapse; }
table.selectorsReview th { text-align: left; background: gray; color: white; }
table.selectorsReview td, table.selectorsReview th { padding: 0.3em 1em 0 0.25em; }
table.selectorsReview th .pattern { font-family: monospace; }
table.selectorsReview th .meaning { }
table.selectorsReview tr .described { }
table.selectorsReview tr .origin { text-align: center; }
table.selectorsReview td { vertical-align: top; }
CSS3也许早就不是什么新鲜的话题,但对于目前的“主流浏览器”来说……还是个新得要命的东西
CSS3虽然没有在根本上改变或延展样式表的本质功能与用途,但对于前端开发者来说……这叫做“标准”的玩意“万一”推广开来,可是能减少大量开发时间跟疲劳度,没错,就是代码民工们一直在追求的write less & do more。更重要的是,对很多人来说(抱歉,不小心令很多人被代表了,在这里向很多人表示歉意)在原有基础上学习一个新的标准是一个非常有趣,非常猎奇的体验(谁跟你一样这么病态),正如很多人的都不怕折腾,只要折腾的过程很有趣(都是内啡肽在作怪)。
(咳咳……抱歉,说了一大堆与题目无关的废话)
从现在开始,本文从娱乐时间进入技术时间,但这个技术的层次只是面向初学者或对html5及css3感兴趣的人,顺便帮自己做个笔记,大牛们请自行Crtl+W(big [...]5 月, 1 星期 之前 · 查看
-
snaked 撰写了一篇新博客文章:适用于Mtime的VeryCD资源侧栏
用意很明显了,就是为了节约时间,提高资源的聚合度,增加浏览体验……
一些代码参考了SurfChen的VeryDou脚本
资源排列方式跟在VC中搜索的默认排序一样,显示前十个相关资源(如果有的话),样式尽量套用了Mtime的侧栏样式,看上去不至于太突兀(自我感觉)
要求:Firefox浏览器及安装GreaseMonkey扩展
脚本传送门:
http://userscripts.org/scripts/show/57858
无设置项,安装后直接生效,在浏览Mtime的影片介绍页时自动激活5 月, 3 星期 之前 · 查看
-
snaked 撰写了一篇新博客文章:Site Log 090812: upgraded to 2.8.4
1. fix the broken Automatic upgrade of wpmu 2.8.2
In /wp-admin/includes/class-wp-upgrader.php on line 697
Change:
// Copy update-core.php from the new version into place.
if ( !$wp_filesystem->copy($working_dir . ‘/wordpress/wp-admin/includes/update-core.php’, $wp_dir . ‘wp-admin/includes/update-core.php’, true) ) {
to:
// Copy update-core.php from the new version into place.
if ( !$wp_filesystem->copy($working_dir . ‘/wordpress-mu/wp-admin/includes/update-core.php’, $wp_dir . ‘wp-admin/includes/update-core.php’, true) ) {
2. Automatic upgraded to wpmu 2.8.3 [...]7 月 之前 · 查看
-
snaked 在博客文章 AspireRevo雙胞胎弟兄Gateway QX2800,採用Atom 330了 中发表了一条评论
鸡威这部机器应该主要是面向HTPC应用的,兼顾NAS与Home Server,另外作为HTPC应用,Vista跟Win7自带的Media Center已经算是比较易用的,加上ion的解码能力在自配解码器包应该足够应付各种状况
但作为摆客厅的电器造型不太有品,另外价格不厚道,功能基本是ion自带的一体式方案,鸡威及其老板Acer都没做什么二次开发,却卖到这个价钱,模具设计还很二流。7 月, 2 星期 之前 · 查看
-
-
-