|
24
|
|
|
What things should a programmer implementing the technical details of a web site address 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).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles that will help explain or teach each particular point.
|
|
|
|
23
|
|
|
What should a developer know _before_ before building a public web site?
|
|
|
|
22
|
|
|
What things should a programmer implementing the technical details of a web site address 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).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles that will help explain or teach each particular point.
|
|
|
|
21
|
|
edited Dec 19 '08 at 17:50
|
What things should a programmer implementing the technical details of a web site address 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).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles will help explain or teach each particular point.
|
|
|
|
20
|
|
edited Dec 10 '08 at 20:56
|
What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies or , 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).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles will help explain or teach each particular point.
|
|
|
|
19
|
|
edited Dec 10 '08 at 20:51
|
What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies or cross-site request forgeries, 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).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles will help explain or teach each particular point.
|
|
|
|
18
|
|
edited Dec 10 '08 at 14:37
|
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, take too long to build, and rank as well with Google as the content supports).
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.
Thank you to naeblis for providing the initial compiled answer.
This question is community wiki, so please feel free to edit that answer to add links to good articles will help explain or teach each particular point.
|
|
|
|
17
|
|
edited Nov 21 '08 at 16:08
|
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 muchor , take too long to build)build, and rank as well with Google as the content supports).
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.
|
|
|
|
16
|
|
edited Nov 21 '08 at 15:48
|
I'm looking for someone Thank you to compile together all the different answers into one main answer that I can accept as naeblis for providing the compiled answer. It would need to be community wiki, so there's not much rep rewardI'm fairly busy until after Thanksgiving, but whoever does this will likely I'll try to get a badge or three out of back and help with updating it soon. I can't do it myself because I can't accept my own 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.
|
|
|
|
15
|
|
edited Nov 7 '08 at 17:54
|
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 who's done plenty of some work for internal 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.
|
|
|
|
14
|
|
edited Nov 7 '08 at 17:48
|
Looks like "thesmallprint" deleted his compiled answer (and everything else he did. Basically took his ball and went home.) So I still need I'm looking for someone to compile together all the other different answers together. If you have his old into one main answer cached in your browser that'd be ideal. (I've been using chrome, and it's apparently not (yet) trivial to use the Chrome cache) Now let's see about expanding that (community-owned) I can accept as the answerso that every item points to something that explains what it means, or maybe even has it's own bullet points for mutliple articles. If we can get enough It would need to be community supportwiki, so there's not much rep reward, but whoever does this question could eventually become will likely get a pretty good reference for new programmers badge or check list for experienced programmers. I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing three out of it. Of course, no one can know everything, but I can't do it got me wondering: what could myself because I be missing? can't accept my own answer. What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when programmer implementing the site? What critical piece am I missing that, as technical details of a web developer, I might not know already? Here are some ideas to get site address before making the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too: HttpOnly cookiesSQL Injection protectionCross site scripting protectionHow to correctly handle authentication/store passwordsUpdate: One more thing to keep in mind here. 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 no 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.
|
|
|
|
13
|
|
edited Oct 17 '08 at 17:06
|
Looks like "thesmallprint" deleted his compiled answer (and everything else he did. Basically took his ball and went home. home.) So I still need someone to compile the other answers together. If you have this his old answer cached in your browser that'd be ideal. (I've been using chrome, and it's apparently not (yet) trivial to use the Chrome cache)
Now let's see about expanding that (community-owned) answer so that every item points to something that explains what it means, or maybe even has it's own bullet points for mutliple articles.
If we can get enough community support, this question could eventually become a pretty good reference for new programmers or check list for experienced programmers.
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
|
|
|
|
12
|
|
edited Oct 15 '08 at 20:35
|
Thank you Looks like "thesmallprint" deleted his compiled answer (and everything else he did. Basically took his ball and went home. So I still need someone to thesmallprint for compiling up all compile the other answers together. If you have this cached in your browser that'd be ideal.
Now let's see about expanding that (community-owned) answer so that every item points to something that explains what it means, or maybe even has it's own bullet points for mutliple articles.
If we can get enough community support, this question could eventually become a pretty good reference for new programmers or check list for experienced programmers.
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
|
|
|
|
11
|
|
edited Oct 14 '08 at 3:18
|
|
|
|
|
|
10
|
|
edited Oct 13 '08 at 15:35
|
Thank you to thesmallprint for compiling up all the answers. Now let's see about expanding that (community-owned) answer so that every item points to something that explains what it means, or maybe even has it's own bullet points for mutliple articles.
If we can get enough community support, this question could eventually become a pretty good reference for new programmers or check list for experienced programmers.
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
|
|
|
|
9
|
|
edited Oct 13 '08 at 13:54
|
Thank you to thesmallprint for compiling up all the answers. Now let's see about expanding that (community-owned) answer so that every item points to something that explains what it means, or maybe even has it's own bullet points for mutliple articles.
If we can get enough community support, this question could eventually become a pretty good reference for new programmers or check list for experienced programmers.
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
I'm looking for someone to compile up the best answers into a single post so I can mark it as the answer. I'd do it myself, but I can't mark my own posts as the answer.The best answer will group responses into 4 categories: Security, Performance, Productivity, and SEO
|
|
|
|
8
|
|
edited Oct 9 '08 at 19:20
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
I'm looking for someone to compile up the best answers into a single post so I can mark it as the answer. I'd do it myself, but I can't mark my own posts as the answer. The best answer will group responses into 4 categories: Security, Performance, Productivity, and SEO
|
|
|
|
7
|
|
edited Oct 9 '08 at 19:06
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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.
I'm looking for someone to compile up the best answers into a single post so I can mark it as the answer. I'd do it myself, but I can't mark my own posts as the answer.
|
|
|
|
6
|
|
edited Oct 3 '08 at 16:00
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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?
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, so 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.
|
|
|
|
5
|
|
edited Sep 28 '08 at 2:34
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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. So what simple things could you forget to do that would cause the site to miss any of that?
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, so beyond that, Which standards? In what circumstances, and why? Provide a link to the standard's spec.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Sep 26 '08 at 1:33
|
|
|
|
|
|
4
|
|
edited Sep 17 '08 at 13:42
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
Update:
One more thing to keep in mind here. 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 no 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. So what simple things could you forget to do that would cause the site to miss any of that?
|
|
|
|
3
|
|
edited Sep 16 '08 at 15:18
|
|
|
|
|
|
2
|
|
edited Sep 16 '08 at 14:02
|
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? What critical piece am I missing that, as a web developer, I might not know already?
Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
|
|
|
|
1
|
|
asked Sep 16 '08 at 13:47
|
What should a developer know _before_ building a public web site?
I saw an HttpOnly question today, and that had me thinking back to Jeff's CodingHorror post about it, and how it was kinda funny that he had a site up for nearly a month before addressing it. Of course, no one can know everything, but it got me wondering: what could I be missing? What other things should always be done before opening a public-facing web site that aren't necessarily enforced by tools? What do you need to know when implementing the site? Here are some ideas to get the ball rolling, though they don't all need to be security-related. Let's try to keep it language agnostic, too:
- HttpOnly cookies
- SQL Injection protection
- Cross site scripting protection
- How to correctly handle authentication/store passwords
|
|
|