I'm searching for a document along the lines of Juval Lowy's C# Coding Standard document. Looking through MSDN there are tons of UI design docs. The Windows User Interface Guide is great, but I need something really condensed down to a list of "do this", "don't do that". In general I can care less about making a beautiful, cool or Unique UI. Most projects just need something simple, functional and easy to use.
Unfortunately, I suspect such a document doesnt exist in the form I want. Worse, I suspect I'll need to create two versions: one for windows applications and one for Web applications.
Anybody have something?