English 中文(简体)
良好网站的最佳经验教训 [封闭]
原标题:Best lessons from well built web sites [closed]

我正在寻找一些网站的例子,这些网站是开发商可以学习的,鼓舞人心的网站,这些网站是完全正确的。

尤其应在所有这些领域挖掘一个网站:

  • Consistently fast load speed
  • Semantic HTML
  • Accessible
  • RESTful
  • Gracefully degrades
  • Appropriate HTTP headers, including caching
  • Secure

Please nominate a site and explain why it wins, and what we should learn from it.

问题回答

跟踪、YSlow和谷歌关于使网站尽可能快的建议。

我建议http://html5boilerplate.com,将其作为实践网络发展的重要实例。 整个存在理由就是证明它提倡的最佳做法。





相关问题
Scaling Rails with Cache-on-write

I currently have a rails app that uses the traditional caching. cache do blocks are used to cache slow-rendering partials. This works great for the most part, except for a few pages which take too ...

How to create an ASP.NET web farm?

I am looking for information on how to create an ASP.NET web farm - that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers? We ...

Is this way of using Excel 2007 Pivot table for BI scalable?

Background: We need to consolidate sales data across the country to do analysis Our Internet connection/IT expertise/IT investment is not quite strong, therefore full BI solution is out of question ...

High-traffic, Highly-secure web API, what language? [closed]

If you were planning on building a high-traffic, very secure site what language would you use? For example, if you were planning on say building an authorize.net-scale site, that had to handle tons ...

AS3: Faster to use EventListeners or ArrayLoops?

I am writing a game in AS3 and have, as an example, around 40 objects on screen. Let s say they are clouds. I m wondering which of the two paths would be less a strain on system resources: a) Put an ...

热门标签