Ask HN: What "Hello World" is for programmers, _____ is for designers
Working on startups (and any webapp), the general advice says that if you are a designer, you should have at least the basics of programming so you have some understanding of what they are expecting and vice versa.
As a designer, it is pretty easy to find a "Rails 101" with a "Hello World" and learn the basics in a few days. In my case, I'm a programmer and want to know the basics of design. What would be the best approach? Most of the tutorials I see about design, seem to consider that you know the basics.
So, basically, I want the "Hello World" of web design. Where is it?
16 comments
[ 4.6 ms ] story [ 46.8 ms ] thread- how to do low def wireframes (mokingbird, balsamiq, etc)
- from wireframes to psd files (fireworks, photoshop, etc)/
- learn how to slice a psd to css.
What to learn:
- UI/UX Desing Patterns [1]
- Css Positioning [2]
- Grid Systems [3], [4]
[1] http://developer.yahoo.com/ypatterns/about/libraries.html
[2] http://www.alistapart.com/articles/css-positioning-101/
[3] http://960.gs
[4] http://www.dexigner.com/news/22052
Visual design works by playing on emotions, perception and psychology. There is no simple reducible formula that governs what people find engaging and attractive.
I'd suggest starting with 'Universal Principles of Design', it's written in a very easy to digest manner, but isn't dumbed down. Then move on to 'Grid Systems in Graphic Design'.
These two should give you enough grounding to 'prettify' for simple projects.
Start looking at the basics of graphic design: http://en.wikipedia.org/wiki/Design_elements_and_principles
I'd also look at well known web designers and note what works and why you think it works in their designs. If you see a website that's particularly readable, try to notice all the reasons why. Pay attention to elements that you like and don't like. Read about web design elements like grids, then when you get more comfortable, try breaking the grid (helps with emphasis — I find a lot of programmers who start using grids treat them like hard and fast rules that they should never break).
Bottom line, there isn't a yes-or-no answer to design, just building up your "design eye".
http://www.lipsum.com/
http://www.amazon.com/Non-Designers-Design-Book-Robin-Willia...
EDIT: It's a great book. It's not a "Hello World," but it will help you get to the point of being able to make one. It covers a lot of fundamental design concepts that I, as a developer, didn't know but am now glad I did.