Ask HN: How did you learn web design?
My biggest obstacle to finishing a web app is by far the design. Everything I design looks extremely unprofessional, and because of that I lose motivation to actually finish it.
I'd like to know how you learned to design an app that's pleasing to the eye.
7 comments
[ 2.9 ms ] story [ 28.8 ms ] threadUsually all sites that become popular started off as a rather basic site, and didn't look very professional, go to the wayback machine on archive.org and take a look at Twitter/Facebook when they were first started, and maybe that will encourage you going forward
Its hard to answer your question without a bit more information. Are you just interested in learning more about graphic design?
One important lesson for me was that web design (UI and UX) and web programming are two different tasks. Best outcome is achieved when they are separated. Paper and pencil will be your best friends.
Also, using a framework like Twitter Bootstrap is really helpful as it gets some of the foundational styling out of the way.
One of my hard learnt lessons is that web applications has to be designed from back to front and not the other way around. Understand how CSS works, theme templates are great and are cheap to buy (themeforrest) but if you didnt know how to manipulate the CSS then you will be left with a lot of frustration.