3
votes
Best Practices & Principles for GUI design
Show the interface to a sample of users. Ask them to perform a typical task. Watch for their mistakes. Listen to their comments. Make changes and repeat.
…
12
votes
What should a developer know before building a public web site?
If you have any influence on design, please read, "Don't Make Me Think" by Steve Krug. It is an easy read, and will almost certainly make you think...
…
1
vote
What real life bad habits has programming given you?
Apparently, I use language differently from other people. I once gave a talk on programming, and it took me all afternoon to figure out why people were sniggering every time I mentioned the use of …
0
votes
Automatically Duplicating Business Logic on Web Client
I think a simple rule engine is your best option. Depending on the validation you want to perform it needn't be too complex.
Anything else will involve additional round trips to the server …
4
votes
What are the best ways to understand an unfamiliar database?
In addition to Bill Karwin's ideas, I suggest talking to the users - occasionally users know quite a bit about what their database is used for, especially if they do any reporting from it.
…
