2011年1月29日
摘要: Recently, I am a bit interested in the deployment of ASP.NET MVC application on IIS6 because Phil Haack just posted an easier way to deploy ASP.NET MVC application on ASP.NET 4. So I decided to see how different version of ASP.NET MVC works on different version of ASP.NET. First off, I created an AS 阅读全文
posted @ 2011-01-29 17:32 助平君 阅读(760) 评论(0) 推荐(1) 编辑
2011年1月25日
摘要: IIS Express is integrated with Visual Studio 2010 SP1, which is still in beta version. If you don’t like to install SP1 beta, you can’t find a place to enable IIS Express in any form of configuration. However, we still can use it as our development web server by a little bit DIY. Well, are you ready? Let’s roll. 阅读全文
posted @ 2011-01-25 22:12 助平君 阅读(1041) 评论(2) 推荐(0) 编辑
摘要: In the post, "Front-line of Front-end, Rational Front-end Performance Tuning in ASP.NET MVC, I", I have illustrated a way to rationally increase front-end performance. However, we still have some debts remained. Basically, we made a sensational improvement on HTTP Request and File Size, which was reduced by 97% and 71% separately. The score evaluated by Page Speed was raised from 73 to 81. 阅读全文
posted @ 2011-01-25 14:52 助平君 阅读(1456) 评论(0) 推荐(2) 编辑
2011年1月17日
摘要: According to Best Practices for Speeding Up Your Web Site, 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. So it's bother-worthy to put attention on the front-end, though, there are also a lot of things need to handle in the back-end. This post will talk ab 阅读全文
posted @ 2011-01-17 23:32 助平君 阅读(1360) 评论(4) 推荐(3) 编辑
2011年1月8日
摘要: 不得不说的是,现在阅读电子书的频率比纸制书要高得多,一来环保(也少花钱),二来查找内容方便(搜索功能强大)。我有很多电子书,大多为PDF格式的(少量CHM格式和更少量的DOC文档)。PDF因为它的跨平台性高,所以成为了电子出版物的主要文件格式。但是PDF书籍都是只读的,想要在上面改改弄弄基本是没辙(本人使用的是Adobe Reader)。但是Adobe Reader X的出现,让我兴奋不已。 阅读全文
posted @ 2011-01-08 22:48 助平君 阅读(2229) 评论(3) 推荐(2) 编辑