**I'm looking for someone to compile together all the different answers into one main answer that I can accept as _the_ answer.  It would need to be community wiki, so there's not much rep reward, but whoever does this will likely get a badge or three out of it.  I can't do it myself because I can't accept my own answer.**

----

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 done plenty of work for internal 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.