19 Nov
Highslide JS

下载注意:严禁在论坛恶意灌水获取下载点及金钱。
看大图及下载地址:
Tags: ,
12 Nov
      偶又换回firefox了,实在受不了TheWorld经常性的网页假死,于是从网上收集一些关于firefox加速的方法以备用,如果你也使用Firefox,你也可以把下面的内容收藏起来!好了,在 Firefox 的地址栏中输入 about:config,让我们开始提速吧。

network.http.pipelining
在 Filter 中输入 network.http.pipelining,双击赋值为 true,默认为 false。如果没有找到这个键值,可以右键新建一个 Boolean,把她赋值为 true 就 OK 了。
还是像我在从前解释过的那样,激活这个键值之后,Pipelining同时发出成倍数的连接请求,从而达到提升连接速度的效果。网络上的大多数网站都是基于 HTTP 协议,而 HTTP 1.1可以支持多线程的连接请求,通过这个操作可以减少 Firefox载入网页的时间。不过并不是所有网页所在的服务器都支持这种操作,所以当你修改键值之后却看不到一点实际效果的时候,请不要对我破口大骂。
Tags: ,
6 Nov

常用CSS缩写语法总结

分类:网络生活   出处:本站原创   
使用缩写可以帮助减少你CSS文件的大小,更加容易阅读。css缩写的主要规则如下:
颜色(color)
16进制的色彩值,如果每两位的值相同,可以缩写一半,例如:
#000000可以缩写为#000;#336699可以缩写为#369;
边框(border)
边框的属性如下:
border-width:1px;
border-style:solid;
border-color:#000;
可以缩写为一句:border:1px solid #000;
语法是border:width style color;
2 Nov
Highslide JS
Packt Publishing today announced Joomla! as the winner of "Best PHP Open Source Content Management System" for 2007.

The award marks the second time Joomla! has won a prestigious Packt prize. Runners up were Drupal, followed by e107.

The judges indicated that Joomla! is 'possibly one of the biggest success stories in open source of late'. "Its first release came in only September 2005 and since then has grown to be one of the most downloaded Content Management Systems on the web.
Tags: ,
分页: 4/19 第一页 上页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表 ]