Really excited to get my hands on one of these!
An Interview with Dieter Rams
Fun to read interview with Dieter Rams, he is often referred to as “the designer’s designer” or “the greatest designer alive”. In this interview, Dieter describes his hatred for the “planned obsolesce” model that manufacturing of consumer goods has moved to. He is still developing the 606, their shelving unit design that started nearly 50 years.
Subtle Patterns, patterns for Websites.
Love the collection forming here, but more than anything, I love that they offer the whole collection as a Photoshop pattern.
(Source: jesseddy)
Design the beautiful.
Build the impossible.
Jack Dorsey & The Golden Gate Bridge
Dieter Rams & Snow White’s Coffin.
Dieter Rams: The ten principles of good design
Good design:
- is innovative
- makes a product useful
- is aesthetic
- makes a product understandable
- is unobtrusive
- is honest
- is long-lasting
- is thorough down to the last detail
- is environmentally friendly
- is as little design as possible
My 10 Tips About Designing for the Web.
There is a thread on Forrst right now, asking people to share their top 10 design tips. So, I thought I’d write it out as a blog post and share with whoever can read this. I wrote this list fast, and probably could think of another 10, but lets start with this:
1. Get good at color.
Its important, and hard (at least for me it was). Start reading books, something by Pantone, and while you are there, start understanding the Pantone palette, if you have Photoshop, its built in (look for color libraries in the picker). Also colourlovers.com is a great website to browse and get inspired by.
2. Start thinking about texture.
http://bjango.com/articles/noise/ Filters > Add noise, monochromatic, 1.8%, get a felt feel or play around with it and find a plastic feel. Texture and depth are powerful design tools in a two dimensional world. Shadows behind text, 1px horizontal offset, 1px vertical offset, 0px blur, embosses text, makes it slightly more readable depending on the colors and backgrounds. try light colored text shadows against dark text and medium color backgrounds, they will start to pop more.
3. Configure your tools properly.
http://bjango.com/articles/roundrect/ Want great rounded rectangles? You need to configure your Photoshop to give them to you. Not everyone realizes this, I didn’t.
4. Use a stylesheet framework/system.
(Sass/Compass) For some, Sass might seem confusing or weird to use, but it you are a dev/design hybrid, it starts to make immediate sense. Compass is a framework on top of Sass that has amazing goodies baked in, ie: “mixins” for your stylesheets to get you rounded corners, in every browser possible, using CSS. They have entire CSS3 support via mixins, read to setup for every browser, with 1 line of code. Killer.
5. Design with the grid.
http://www.bbc.co.uk/blogs/bbcinternet/2010/02/a_new_global_visual_language_f.html) That is an amazing article on how the BBC uses the grid to design their entire visual language. My personal belief is that good design is constrained design. Grids provide a design constraint/thought methodology/process to any design task, and that can help you start moving in a direction more quickly, than say, a blank canvas. Also, many grid systems are available for CSS, and Compass/Sass has native support for all the popular grid systems out there (960.gs, Blueprint, 1kbgrid, etc ..)
6. Make your personal design elements repeatable.
Another plug for Sass, but it really changes my workflow. If you create an aesthetic over time (which you will), Sass lets you encapsulate it into “mixins” or functions that you can simply invoke in your stylesheets, this gives you a ton of flexibility and head start when working with designs, and keeps your design thinking at a higher strategic level, rather than “ugh text-shadow, blah blah”
7. Read about design AND usability, as much as you can.
Books I recommend:
- “Design of everyday things”
- “Graphic Design, the new basics”
- “About Face 3”
- “Designing Web Forms”
- Everything by FiveSimpleSteps.com
8. Follow great designers on twitter, and see what they are reading/thinking/doing/making.
@putorti, @rhjr, @lukew, @swissmiss just to name a few. (also, not a great designer, but you can follow me :) @perezd)
9. Watch the documentary “Objectified”.
http://www.objectifiedfilm.com/ This is a great documentary about design, industrial design, and product design. I find, for myself, that thinking holistically about design is a great way to cross pollinate concepts/models into the web.
10. Go through a large body of work, and never stop.
The best way to get better is by doing. Don’t wait to do all of these things, just start designing, suck at it for a while, push through that gap between you being bad at design and you being happy with your design aesthetic. Its hard, you’ll feel discouraged, but its the only way to make progress.
I am done rambling, go make stuff.
This is beautiful product design and concept. I love it.
click the photo above to visit the actual page
I have not been writing very much lately because I’ve been doing a lot of building. This is a screenshot of one of the things I’ve been spending a lot of my time on. Our team has been focused on improving the user experience of our editorial content at Caring.com. If you are interested in seeing what the old version of this page looked like, I saved a screenshot of it here.
We’ve spent a lot of time on…
- typography, we moved to Helvetica for all content bodys (from Trebuchet, yuck)
- we moved away from 3 column content, to 2 column content
- reducing unnecessary noise on all templates
- simplified our on page/contextual navigation
- improved the usability of our pagination system
- simplified our sharing tools to only the ones users actually use (iteration!)
- completely redesigned the look and feel of our content toolbars, site-wide
- redesigned our question and answer experience
- redesigned our blog experience
The site has such a calm feeling now, its easier to read and consume our content now than ever before. I am really excited to see how these changes impact the usage of our site. My hope is that we see a bump in pageviews, at a minimum.
We have a few more launches coming this week at Caring.com, I’ll be posting about those as they happen. So glad to finally have some of this work out in the public. There are some interesting architectural changes that we’ve also been working away at, and its spawned an open source project for Rails that I will write about in the coming weeks.