445
votes
63answers
20k views
What should a developer know before building a public web site?
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 …
120
votes
22answers
5k views
Database Development Mistakes Made by AppDevelopers
What are common database development mistakes made by application developers?
85
votes
19answers
4k views
The Definitive Guide To Website Authentication (beta)
Form Based Authentication For Websites
Please help us create the definitive resource for this topic. We believe that stackoverflow should not just be a resource for very specific technical questions, …
80
votes
42answers
7k views
What is the longest human name you can expect?
What is the longest name that you should expect to get as input to your program or database?
I don't want to truncate unusual names, but I also don't want people to paste a novel in my name field as …
70
votes
61answers
9k views
What PHP framework would you choose for a new application and why?
Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework …
41
votes
30answers
4k views
Usability hints for building an adult web site?
What are the usability considerations that should be taken into account by anyone who decided to build a good adult web site?
Disclaimer: I know the question is going to cause some controversy, but …
39
votes
18answers
3k views
Does Django Scale?
Hello,
I'm building a web application with Django. The reasons I chose Django were:
I wanted to work with free/open-source tools
I like Python and feel it's a "long term" language, whereas …
36
votes
15answers
2k views
How do you implement a “Did you mean”?
Suppose you have a search system already in your website. How can you implement the "Did you mean: " like Google does in some search queries?
33
votes
65answers
3k views
Do most web ‘programmers’ (not designers) use wysiwyg editors or hand code their HTML?
When I started programming web pages, it became immediately obvious that the WYSIWYG editors sucked. The html output was difficult to maintain, did things in ways you may not agreed with, completely …
31
votes
7answers
629 views
How to get a smart developer up to speed on web development?
Does anyone have a suggestion on a good book/whitepaper/online resource that goes a great job of introducing the concept of web development to experienced developers who have done only client …
31
votes
21answers
1k views
Taking over a project - What should I ask the previous programmer?
I'm taking over a development of a commercial web site. This site was developed over two years by another programmer. It's mostly a one-man job (maintain and expand the site). I'll have a 2-3 days …
31
votes
30answers
2k views
Tools for faster, better web development
Over the years most web developers will have built an arsenal of tools or "tools of the trade". Recently I discovered rsync and I am surprised how I managed to live without it all these years. What …
31
votes
14answers
1k views
What is the benefit of using ONLY OpenId authentication on a site?
From my experience with OpenId, I see a number of significant downsides:
Adds a critical point to failure to the site
It is not a failure that can be fixed by the site even if detected. If the …
30
votes
7answers
26k views
Firebug-like debugger for Google Chrome
Is there anything like Firebug that you can use within Google Chrome?
Essential features I would like:
Inspect HTML source (select elements, delete them, etc.)
check CSS values (the built-in …
30
votes
6answers
794 views
Does it still make sense to use HTML comments on blocks of JavaScript?
In the past people used to wrap HTML comment tags around blocks of JavaScript in order to prevent "older" browsers from displaying the script. Even Lynx is smart enough to ignore JavaScript, so why do …
