Search Results

1
vote

How important is it to make your website layout fit on low-res displays?

According to Jakob Nielsen's Alertbox, as of July 2006, 60% of monitors were set at 1024x768, so optimizing your si …
0
votes

What is less annoying: no source code documentation or bad code documentation?

One problem with anything other than complete or no documentation is that you may mistake incorrect or incomplete documentation for complete, accurate documentation, and poor documentation can lead …
0
votes

Using virtual servers for hosting SQL Servers

You might also check this question and …
2
votes

peer review code before or after check in

I will respectfully disagree with Jon's answer. The value of checking in early and often is …