Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am looking for open source code bases 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
  • Seperations of concerns (Data/HTML/CSS/JS)
  • Accessible
  • RESTful
  • Gracefully degrades / Progressive enhancements
  • Appropriate HTTP headers, including caching
  • Secure

These websites should be open source and the code should be hosted somewhere.

Related: Closed Stackoverflow question

share|improve this question
1  
I'm re-asking this question on his behalf as it's one I would personally like to see answered. – Raynos Jul 24 '11 at 20:20

closed as not constructive by vartec, Walter, Mark Trapp Jul 26 '11 at 5:10

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

With no doubt I'll suggest Movable Type Open Source. Clean, simple, well designed and coded.

share|improve this answer

http://html5boilerplate.com/ , not only should it be good to read through. But the template and code the provide is a great start for any new project.

And the documentation is very nice. http://html5boilerplate.com/docs/#Home

share|improve this answer

You should look at the following:

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.