Hacker News new | ask | show | jobs
by batista 5204 days ago
Hmm, I disagree. In my opinion, 'clean' web design means the now sadly old-fashioned approach of: have some text, marked up to indicate emphasis, headings etc., then let the damn browser decide what it should look like.

We had that, it was called gopher. We didn't like it then, why would we suddenly want it now? It's not as if design, from typefaces to colors to everything else, does not complement the content.

If anything, the kind of non-design you seem to want is a regression to even before not just the web, but writing itself. Graphical elements, colors and design touches were part of the written word since before Gutenberg (from the ancient egyptian hieroglyphics, to the arabic ornamental manuscripts to the elaborate scrolls of the middle ages, to William Morris).

As for the advice about using a grid, that should definitely have been accompanied with the caveat that your design should still flow to the browser's width. Fixed-width web pages are _evil_, where by evil I actually mean _stupid_.

I'm not sure. Fixed-width is better for human consumption for several reasons, not just because books and magazines are fixed width. For one, we like to read a number of words on each line, not everything that fits in a huge horizontal lines of text in a 30" monitor. Second, we like the text we are reading to have some proportional relationship with the figures, images etc that come with it -and those images are fixed-width. Catering to multiple widths is less of an ideal, and more of a pragmatic necessary evil due to varying computer screens. Let's not make a virtue out of necessity.

1 comments

That's not gopher. Gopher doesn't have semantic markup. In fact, gopher doesn't define a document format at all (unless you count the format of the menus); it's a transport protocol.

I'm not advocating regression to non-design; merely the automation of design, and its implementation as close to the user as possible. It may disturb the more artistically inclined to learn that their profession is in the process of being obsoleted by technology, but there it is and I hope they won't be Ludditic about it.

"we like to read a number of words on each line" (etc.) - who are "we"? I certainly don't; a line break forces you to re-acquire the text stream, producing regressive eye movement. Do you have data for your assertions? My understanding of the science was that the optima are narrow columnar formats and maximal width.