**Thank you to naeblis for providing the compiled answer.  I'm fairly busy until after Thanksgiving, but I'll try to get back and help with updating it soon.  Anyway: this whole question is community wiki, so people don't need to wait for me to start populating each item in the answer with links to why or how-to articles.**

----

What things should a programmer implementing the technical details of a web site address before making the site public?

I'm thinking about this from a web developer's perspective, such that someone else is creating the actual design and content for the site.  So while usability and content may be more important than the platform, you the programmer have little say in that.  What you do need to worry about is that your implementation of the platform is stable, performs well, is secure, and meets any other business goals (like not cost too much or take too long to build).  

So what simple things could you forget to do that would cause the site to miss any of that?  Think of this from the perspective of a developer who's done some work for intranet-type applications in a fairly trusted environment, and is about to have his first shot and putting out a potentially popular site for the entire big bad world wide web.

**Also:**  I'm looking for something more specific than just a vague "web standards" response.  I mean, HTML, javascript, and CSS over HTTP are pretty much a given, especially when I've already specified that you're a professional web developer.  So going beyond that, _Which_ standards?  In what circumstances, and why?  Provide a link to the standard's spec.