Dropbox开放注册

cloud box
在线存储及同步服务Dropbox近日开放注册,它允许用户通过客户端将电脑上文件夹内的文件同步到服务器上作为备份,并可以将指定的文件分享给自己的好友。还可以使用它的客户端将文件同步到多台电脑,从而省去了拷贝的麻烦。它提供免费和付费两种类型,免费用户可以获得2GB+的空间,付费用户可以月支付$9.9或者年支付$99获得50GB+的空间。
好了,废话不多说,赶紧注册体验吧!
-EOF-

Jaiku 开放源代码

Jaiku.com Screenshots
Jaiku.com Screenshots

自从Google宣布将开放Jaiku的源代码时就开始期盼能够早日看到它的代码,更多的是我们也可以像Google一样部署在Google App Engine上向我们自己的组织提供类似Twitter的服务,无疑增添了不少乐趣。
开放的源代码称之为JaikuEngine,托管在Google Project Hosting上
项目主页: http://code.google.com/p/jaikuengine/
官方博客: http://jaikido.blogspot.com/
-EOF-

电子科技大学Ubuntu源

昨天在网上闲逛的时候发现的,正好我重装好Ubuntu后还没有更新,便使用了这个源试试,速度很不错,有80Kb/s以上,对于我这的破网速来说已经是很快的了。
服务器地址 http://ubuntu.dormforce.net/
附Ubuntu 8.10 Intrepid Ibex源地址

deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-proposed main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ intrepid-updates main restricted universe multiverse

-EOF-

CSS预定义的颜色名称

css21-predefined-color-names
CSS2.1中预定了17个颜色名词,他们如下:

aqua(浅蓝绿色), black(黑色), blue(蓝色), fuchsia(紫红色), gray(灰色), green(绿色), lime(鲜绿色), maroon(栗色), navy(藏青色), olive(橄榄色), orange(橙色), purple(紫色), red(红色), silver(银色), teal(凫色), white(白色), and yellow(黄色).

需要注意的地方是在CSS3中,预定义颜色名称为16个,没有了orange(橙色)。
-EOF-