Ray's playground

 

2009年10月15日

Rule 8: Make JavaScript and CSS External(Chapter 8 of High performance Web Sites)

摘要: In Raw Terms, Inline Is FasterThe fewer page views per user, the stronger the argument for inlining JavaScript andCSS.If every page on your site uses the same JavaScript and CSS, using external files ... 阅读全文

posted @ 2009-10-15 21:32 Ray Z 阅读(257) 评论(0) 推荐(0) 编辑

C++ templates chapter 10(Instantiation)

摘要: On-Demand InstantiationThis on-demand instantiation feature sets C++ templates apart from similar facilities in other compiled languages. It is sometimes also called implicit or automatic instantiatio... 阅读全文

posted @ 2009-10-15 20:53 Ray Z 阅读(387) 评论(0) 推荐(0) 编辑

导航