摘要:转载于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
阅读全文
摘要: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
阅读全文
摘要:转载于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
阅读全文