views:

561

answers:

7
+4  Q: 

minimal web design

I am interested in minimal design, from design (ie. minimalist design) and performance view points. I am trying out "zero images" approach at the moment.

(obviously no flash/silverlight/etc) pure html+css(+js)

Has anyone tried it, seen it, thought about it.

To give an example, craigslist would be minimalist design. It has 0 images, 1 css, 1 js.

StackOverflow is NOT minimal design (although it seems so).

Thanks.

+1  A: 

Would creating applications that are not minimalist but that degrade gracefully be an option? The big thing that a lot of customers want is "wow" factor and that is hard to achieve by being minimalistic.

Tina Orooji
I would actually be impressed by a clean minimalist design. If the layout is elegant and the right information is displayed, it beats all the flash candy hands down.
Mostlyharmless
+4  A: 

Google beat Altavista like 13 years ago.

BC
exactly, google IS minimal design, yahoo/msn/etc are not
pitr
@pitra: but google still has images!
Mostlyharmless
@pitra exactly which page are you comparing ?
andyk
You could pretty easily get very close to the google image without the image.
Pim Jager
+2  A: 

Have you tried the 960 framework? It's pretty minimalist and works a treat. Obviously you can do away with the column images used for the demo, the rest is css and html.

euge1979
http://www.thegridsystem.org/ This will blow your mind
BC
+1  A: 

When it comes to minimalist, I love the blog.txt wordpress theme by plaintxt.org. Has nothing but a clean layout and good font combinations. :)

andyk
+5  A: 

I've thought about it a lot over the last 13 years I've made websites. I think it comes down to one thing. "What is the intent of the site?" Depending on what the intent is, will drive what level of interactivity, level of complexity, depth of user interface required, and to your point, the amount of images required to fulfill the intent.

I completely agree, the site itself is not the goal, it´s just a means to an end. It´s the end that defines your requirements.
jeroen
+1  A: 

Have to agree with dominicminicoopers on this one. You need to understand the intended target audence as well as the methods they'll use to access this site in order to know if it makes sense to use this type of style. If the site is to be used in small mobile devices or very slow internet connections then i could see why you'd like to reduce the amount of graphics and files. If, on the other hand, they will use higher speed connections, then why not make the site as attractive as possible? I'm not saying that graphics are essential to make any site atractive, but they certainly help.

Good Luck!

Andres

Andres
A: 

To dominicminicoopers and Andres:

well, that's true, and that's why I want to explore this approach so I can use it best, once an opportunity arises. Indeed, there are audiences for Flash/Silverlight.

pitr