Home » Archive

Articles tagged with: css

css »

[10 Jul 2010 | No Comment | ]

1. <!–[if !IE]><!–> 除IE外都可识别 <!–<![endif]–> 2. <!–[if IE]> 所有的IE可识别 <![endif]–> 3. <!–[if IE 5.0]> 只有IE5.0可以识别 <![endif]–> 4. <!–[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]–> 5. <!–[if gt IE 5.0]> IE5.0以及IE5.0以上版本都可以识别 <![endif]–> 6. <!–[if IE 6]> 仅IE6可识别 <![endif]–> 7. <!–[if lt IE 6]> IE6以及IE6以下版本可识别 <![endif]–> 8. <!–[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]–> 9. <!–[if IE 7]> 仅IE7可识别 <![endif]–> 10. <!–[if lt IE 7]> IE7以及IE7以下版本可识别 <![endif]–> …

原创, 网站优化 »

[3 Mar 2010 | No Comment | ]

原创文章,转载请声明。
由于DIV+CSS结构使网页打开速度更快,如今,大多数网站都采用这种方式编写html。但与此同时,很少人注意到css文件的大小,以及其效率。很多页面引用了多个css文件,并且css代码冗余严重。这无疑会造成页面加载速度缓慢。

WordPress »

[7 Feb 2010 | No Comment | ]
Wordpress 提速之 Gzip 压缩

今天来聊下 wordpress 提速,其实关于这方面的话题网上其实蛮多的,速度对一个网站来说无疑是非常重要的,对于速度的追求也是无止境的,在这方面的表率无疑就是 shawn 了,看他博客的很多技巧都是针对速度来的……不过话说回来,速度也不是绝对的,看很多优秀的博客速度并不占优,有时候追求速度难免还会牺牲一些其它的东西!!此文仅供参考。

SEO »

[2 Feb 2010 | No Comment | ]

The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories.
fw from:http://developer.yahoo.com/performance/rules.html

css »

[6 Dec 2007 | No Comment | ]