What technical details should a programmer of a web application consider before making the site public?

时间:2014-05-24 07:46:17   收藏:0   阅读:405

What things should a programmer implementing the technical details of a web application consider before making the site public? If Jeff Atwood can forget about HttpOnly cookies, sitemaps, and cross-site request forgeries all in the same site, what important thing could I be forgetting as well?

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, take too long to build, and rank as well with Google as the content supports).

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 specification.

The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven‘t really looked into before, don‘t fully understand, or maybe never even heard of.

Interface and User Experience

Security

Performance

SEO (Search Engine Optimization)

Technology

Bug fixing

Lots of stuff omitted not necessarily because they‘re not useful answers, but because they‘re either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.

 

source: http://programmers.stackexchange.com/questions/46716/what-technical-details-should-a-programmer-of-a-web-application-consider-before

What technical details should a programmer of a web application consider before making the site public?,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!