TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The quick website launch checklist

235 pointsby shabdaalmost 14 years ago

13 comments

DanWaterworthalmost 14 years ago
&#62; 9. Has a robots.txt<p>&#62; You may have a lot of things you do not want the world to know about. (Eg user uploaded media). Use robots.txt to hide them from search engines.<p>That's not what a robots.txt file is for. It doesn't hide files, if anything it makes files that you don't want the world to know about easier to find.
评论 #2883804 未加载
rottencupcakesalmost 14 years ago
I feel like this is a checklist that makes you feel like you're accomplishing something (checking off items on the list) while never actually launching your website.<p>In a way, it gives you a bunch of excuses to put off your public launch - "I just need to fix some CSS bugs in Firefox 2" or "I just need to test the backup restore process one more time to make sure it works". Most of us aren't building bank software here, and if you're building anything consumer based (think Facebook), the advantage of having a site up and getting feedback on it over having all these things checked off is astronomical.
评论 #2884977 未加载
trotskyalmost 14 years ago
Hmm, 13 drawn out items and none of them include a SQLi XSS or CSRF audit? Odds are there are plenty. Once your db and CEO's sexting logs end up on pastebin you'll probably be thinking that the robots.txt was pretty minor.
评论 #2884401 未加载
评论 #2884369 未加载
brackinalmost 14 years ago
In my opinion you don't need all of this if we're talking a quick MVP launch.
shabdaalmost 14 years ago
<a href="https://docs.google.com/a/agiliq.com/spreadsheet/ccc?key=0Aqqb8SO5JnsvdFJFS3NTMXVzMkE4MGpkU0FQak9sZVE#gid=0" rel="nofollow">https://docs.google.com/a/agiliq.com/spreadsheet/ccc?key=0Aq...</a><p>I few folks have emailed me with some great apps to do these things. I am tracking these here, and will publish these.
fuzzythinkeralmost 14 years ago
Similar but more detailed &#38; technical version: <a href="http://programmers.stackexchange.com/questions/46716/what-should-a-developer-know-before-building-a-public-web-site" rel="nofollow">http://programmers.stackexchange.com/questions/46716/what-sh...</a><p>My abridged version of it: <a href="https://docs.google.com/document/d/1jJGUFN6CxQUXQX49mRsJYv1HfF5tSUDgLH4MTt2t7ac/edit?hl=en_US" rel="nofollow">https://docs.google.com/document/d/1jJGUFN6CxQUXQX49mRsJYv1H...</a>
icebrainingalmost 14 years ago
I know the text says "... or equivalent software," but is there any great advantage between using Google Analytics or a hosted component on your own server? I feel it's impolite to subject your users to be tracked by Google and other huge companies just because they visited your website. Is there at least any tracking service that respects Mozilla's DNT[1]?<p>[1]: <a href="http://dnt.mozilla.org/" rel="nofollow">http://dnt.mozilla.org/</a>
评论 #2884476 未加载
评论 #2884142 未加载
评论 #2884322 未加载
robin_realaalmost 14 years ago
pingdom store passwords in plaintext: <a href="http://news.ycombinator.com/item?id=2865206" rel="nofollow">http://news.ycombinator.com/item?id=2865206</a>
评论 #2883858 未加载
tingletechalmost 14 years ago
Sending an email on an error might be a bad idea. We had this set up on a server that powers an API (along with our main site). During a network problem in the data center where the server could not get to the mysql, we had about 10,000 requests on the sever = 10,000 emails = the outlook guys having to reboot the exchange server because of some odd interaction with their spam filtering appliance.
评论 #2884065 未加载
评论 #2884020 未加载
shabdaalmost 14 years ago
Wow, top of hackernews, never expected this. :)<p>Here is the spreadsheet I was using to think this post.<p><a href="https://spreadsheets.google.com/spreadsheet/ccc?key=0Aqqb8SO5JnsvdHRrN3ZsTjBUMDRWV0gtOHVkY2d4cVE&#38;hl=en_US" rel="nofollow">https://spreadsheets.google.com/spreadsheet/ccc?key=0Aqqb8SO...</a><p>If you have something, add this here, I will do a follow up post, with additions or update this post.
dbuizertalmost 14 years ago
Good list, but what about security?<p>SQLInjections etc? You need to have that covered more than the rest in my opinion.
评论 #2884284 未加载
评论 #2884057 未加载
评论 #2884320 未加载
anncarynalmost 14 years ago
Is there a service that alerts you when there are broken links to pictures/css on your site?
评论 #2884579 未加载
leanalmost 14 years ago
Similar: <a href="http://lite.launchlist.net/" rel="nofollow">http://lite.launchlist.net/</a>