Live data from Hacker News

Ask HN: What "Hello World" is for programmers, _____ is for designers

news.ycombinator.com

1–10 of 17 posts

Ask HN: What "Hello World" is for programmers, _____ is for designers

#1
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?

Re: Ask HN: What "Hello World" is for programmers, _____ is for designers

#9
post #7

The hello world of web design would be along the lines of: Hello World! Just Saying.

Actually, I was talking more about graphic design than web design per se. As programmers, we mostly know where to put stuff, my problem is when it comes to "prettifying" it for simple projects where it might not be cost-effective to hire a designer.

Re: Ask HN: What "Hello World" is for programmers, _____ is for designers

#10
I have been teaching the same to myself. So far, I have learned:

- 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

Post reply on HN