04 2012 档案

Optimizing the web. Start with the images!
摘要:转载于http://www.stoimen.com/blog/2010/01/13/optimizing-the-web-start-with-the-images/Common question when speaking about web site optimization is: where should I start. As I mentioned before almost every technology used in the building of a web project can be improved. The bad news is that this improv 阅读全文

posted @ 2012-04-16 22:13 FuChuan 阅读(197) 评论(0) 推荐(0)

CSS sprites. Go beyond the limits with base64!
摘要:In fact how and why should I optimize CSS is the right question. Actually CSS is simply one ore more files loaded from the server to the client, usually a browser, with CSS specific rules that must be applied by the browser to the web page you’re seeing. That’s in general. Of course there are except 阅读全文

posted @ 2012-04-16 22:02 FuChuan 阅读(230) 评论(0) 推荐(0)

When you should use base64 for images
摘要:转载于http://www.stoimen.com/blog/2009/04/23/when-you-should-use-base64-for-images/Base64 and image filesFor those who don’t know base64 it’s an encoding format for any data. In that case with the images we can simply say, that base64 equals to text (string) representation of the image itself. In most 阅读全文

posted @ 2012-04-16 21:59 FuChuan 阅读(238) 评论(0) 推荐(0)

导航