Live data from Hacker News

Ask HN: Modern web design resources?

news.ycombinator.com

31–37 of 37 posts

Re: Ask HN: Modern web design resources?

#31
post #19

Perhaps HNers could share general design tips as well? These are the two most important to me: 1) Don't use Adobe Photoshop. Use Adobe Fireworks. It's faster and simpler and everything you need for web stuff (gradients, masks, etc.). Use PNGCrush on any PNGs to remove all the extra info and layers before deploying. 2) Spacing\padding is one of the most important things that determines how professional a site looks to…

> Don't use Adobe Photoshop I'll disagree and say that Photoshop is faster and simpler, why? Because I'm better with it. Use whatever graphics program you're best with. First of all if you're only using gradients and layer effects like multiple borders most of that stuff can be done with CSS now. The links below are for buttons and shapes but you can apply those effects to anything: http://blog.anomalyinnovations.com…

CSS3 or webkit extensions or mozilla extensions != CSS. I would never use any of those methods (for say, the next 2 years or if it was only a personal site I didn't care about and not a customer site).

Also the learning curve to do stuff faster with Fireworks than Photoshop is maybe 30 minutes, it's that simple.

Re: Ask HN: Modern web design resources?

#32

I’ve heard very good things about Steve Krug’s ‘Don’t Make Me Think’: http://www.amazon.co.uk/Dont-Make-Me-Think-Usability/dp/0321...

This is perhaps one of the best books on usability that I've read. Steve Krug also walks the walk and makes this book super usable to read.

Re: Ask HN: Modern web design resources?

#34
post #19

Earlier quoted context omitted.

> Don't use Adobe Photoshop I'll disagree and say that Photoshop is faster and simpler, why? Because I'm better with it. Use whatever graphics program you're best with. First of all if you're only using gradients and layer effects like multiple borders most of that stuff can be done with CSS now. The links below are for buttons and shapes but you can apply those effects to anything: http://blog.anomalyinnovations.com…

CSS3 or webkit extensions or mozilla extensions != CSS. I would never use any of those methods (for say, the next 2 years or if it was only a personal site I didn't care about and not a customer site). Also the learning curve to do stuff faster with Fireworks than Photoshop is maybe 30 minutes, it's that simple.

I wish I had enough karma to down-vote you for insinuating that the current browser implementations of the CSS3 draft aren't CSS.

Re: Ask HN: Modern web design resources?

#35
post #34

Earlier quoted context omitted.

CSS3 or webkit extensions or mozilla extensions != CSS. I would never use any of those methods (for say, the next 2 years or if it was only a personal site I didn't care about and not a customer site). Also the learning curve to do stuff faster with Fireworks than Photoshop is maybe 30 minutes, it's that simple.

I wish I had enough karma to down-vote you for insinuating that the current browser implementations of the CSS3 draft aren't CSS.

1. CSS==CSS1, CSS3==CSS3. CSS3!=CSS1. 100% of users see CSS1, 50% see CSS3.

2. Everything was explicit, there were no insinuations.

3. You aren't allowed to downvote replies to your own comment even if you had higher karma.

Re: Ask HN: Modern web design resources?

#37
post #11

I'm not sure I know exactly what you mean by web design. So lets start there. a. The look: the graphic design of the page. b. The interaction: Usability and UX c. Designing and coding with good software design principles. d. Some thing else? I can point you to some good books for b. or c., however a. is the holy grail. I have never found a good book on web design from a graphic design perspective. That said Ill share…

For (a) I would recommend Mark Boulton's book, Designing for the Web, which is available free online: http://designingfortheweb.co.uk/book/index.php It has really competent sections dedicated to aesthetics: typography, color, and layout. That he made it free is unbelievable. It's a resource I always recommend to the developers I work with (I'm a designer) who want to understand more about design.

Here are some other related websites that might interest you:

http://www.moreofit.com/similar-to/?url=http%3A%2F%2Fdesigni...

Post reply on HN