views:

199

answers:

9

I have been making webpages for about 5 years now. I'm a C# programmer but I do know HTML, JavaScript, and CSS by nature and all my websites seem to look like they just walked out of the year 1995's internet. Is there quick reference to a set of do's and don't in web design?

Note: Even though my websites don't look great, at least they work ;-)

+2  A: 

I know you're looking more for visual help, but see this guide for some technical gotchas:
http://stackoverflow.com/questions/72394/what-should-a-developer-know-before-building-a-public-web-site

Joel Coehoorn
Yeah I was going for visual but this was helpful also.
Lucas McCoy
+1  A: 

This is a good reference of don'ts:

http://csszengarden.com/?cssfile=http://www.brucelawson.co.uk/zen/sample.css

Alex Beardsley
That's hilarious.csszengarden.com is a great resource for learning from good designs (although you wouldn't know it if you never been to the site and only have seen the example linked here.)
Robert
Sadly, too many of my clients would love to see their site have more ... uh ... pizazz like that.
rpflo
I can't believe I've never seen that one before. That's great!
anonymous coward
+3  A: 

Have you tried looking at the HTML, CSS, JavaScript, and assets for the sites you like? It's all there--that's what's great about the open web.

Nosredna
A: 

Sadly, the there really isn't a set of do's / don'ts. I'm not aware of any kind of CUA-like guidance for web applications for a given look/feel and user experience.

for aesthetics :

I would also look at reading Smashing Magazine on a regular basis (I am sure there are others) it has pointers on layouts, design templates, galleries, typography and things like optimizing different kinds of work flows in sites (e.g. shopping carts, non-profit sites etc).

It was amazing how on my last project just starting with one of the the asp.net templates made my app look better out of the box and that minimized the resistance of end users on their initial go around with the app. YMMV of course.

MikeJ
A: 

Just educate yourself on the principels of design ... things like the rule of thirds, balance, symmetry, contrast, rhythm & patterns, proportion (divine proportion).

Spend an hour searching "principles of design" and you may surprised what ideas come to you for your sites.

rpflo
A: 

This book was very useful to me when I started, and lots of people I've recommended it to have been happy with it:

The Non-Designer's Web Book

in fact her general book on design is almost as good, as it's mostly about the principles, not so much about the technical details.

AmbroseChapel
A: 

http://www.alistapart.com/ got so many genius articles as well :)

Claus Jørgensen
A: 

Also check out bulletproof css by dan cederholm

toomanyairmiles