来自精心构建的网站的最佳经验教训
我正在寻找开发人员可以学习的网站示例,以及鼓舞人心、一切都正确的网站。
特别是,一个网站应该在所有这些方面表现出色:
- 始终如一的快速加载速度
- 语义 HTML
- 可访问
- RESTful
- 优雅地降级
- 适当的 HTTP 标头,包括缓存
- 安全
请提名一个网站并解释它获胜的原因,以及我们应该从中学到什么。
I am looking for examples of web sites that developers can learn from, inspiring sites that get everything right.
In particular, a site should excel in all these areas:
- 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
遵循 YSlow 和 Google 建议,让您的网站尽可能快。
Follow the YSlow and Google recommendations for making your web site as fast as possible.
我建议 http://html5boilerplate.com 作为教学 Web 开发的一个很好的例子。其存在的全部理由是举例说明其所提倡的最佳实践。
I'd suggest http://html5boilerplate.com as a great example of didactic web development. It's entire raison d'être is to exemplify a the best practices it promotes.