Web design from Scratch, free online course in design for the webHome - introduction to Web Design from ScratchBasics - effective web design processTutorials - hands-on, practical lessons in designing clear web pagesCase Studies - useful examples that apply the web design principles
Design diary

Comments on what I think is hot or not in web design today.


Hot: Tabs on Drupal.org (26.08.05)

Drupal.org tabs

An exercise in economy of design. There's almost no visual 'ink' used to create this combination of tabs & search form, and the effect is very nice indeed. I expect this style to copied all over the web, and to become a standard convention.

Why it's good:

  • Very subtle use of gradients helps to make the controls feel soft and appealing.
  • Positive mouseover effect (however, the mouseover colour is a bit too close to the top banner background colour).
  • Simple tab shape looks fine with resizable text.
  • The light blue colour works both as a bar to differentiate the top colour from the body (with very subtle 3D), and as a background colour to set the search box apart from the rest of the page.

Hot: Malvern bottled water label (25.07.05)

I've loved the labelling on this product for a long time, and have meant to add it to the design diary.

Malvern water

Why it's good:

  • Focus. Your eye knows exactly where to look. There are two areas of highest contrast: the logotype and the shadow on the stones. These 2 things tell you everything you need to know.
  • Economy of visual elements. There is nothing on this label that isn't doing a job. The designer used the minimum number of elements to achieve an excellent overall effect, which is a sign of great design.
  • Feel. The 'soft information' works very well. The choice of using rounded river stones speaks of water. There are wavy white lines in the stones (not visible on this photo, go buy a bottle), which support the watery theme. The soft lighting and lilting main typeface all create the right feel for this type of product for me.

Hot: Background images used (well) in hyperlinks (25.04.05)

CSS allows designers to add background images to all kinds of elements. One application where this can add value (i.e. make stuff clearer) is in hyperlinks.

The first example applies a small icon as the background to any links to PDF documents. Useful information.

Example of background image adding value to hyperlink Example of background image adding information to hyperlink

It has a bunch of small benefits:

  • The image is clearly part of the link - doesn't matter where you put the mouse pointer
  • Easier to manage the design from one place using stylesheet
  • Naturally lines up with other links
  • If text is copied/pasted, the image is excluded
  • Less HTML than writing images in all over the place

The second example is from this site, where I add a background image to the top right of any anchor of class "new_win", to indicate that the link will open in a new window.

This one also uses a different (red) version of the graphic for mouseovers, to make it absolutely clear that the graphic is fully part of the link.

Note: You need to repeat the background-position property, becuase it's all part of the overall background property.

a.new_win {
	background:url(images/new_win.gif) no-repeat top right;
	padding-right:12px;
}
a.new_win:hover {
	background:url(images/new_win_on.gif) no-repeat top right;
}

Not hot: Rhetorical questions (16.03.05)

  • What can rhetorical questions do for your business?
  • Why do we care?
  • Who are we?
  • What's it all about?

Rhetorical questions are those leading questions for which there's already an implicit answer. They're asked for effect, rather than to gather information.

They're also used far too often on web pages!

A web experience is very different from a face-to-face sales, marketing or networking experience. In person, you can ask someone a question, and use their response intelligently. However, online you're almost certainly unable to respond.

With me, the effect of this is nearly always to leave a nagging question, "Why are you asking *me*?!"

People! Online, you only have a few moments to put your message across. Don't ask airy questions. Inform, and inform quick! You're the one with the knowledge, that's why they're on your site.


Not hot: Busy bullets (14.01.05)

Clear buttons on forms

I initially appreciated the pretty bullet images on this long bulleted list from the recent survey on earning for UX professionals.

But, as I read my, I noticed eye was being drawn away from the content by the busyness of the bullet icons. This is counter-productive. The job of bullets is simply to mark out a list of items from 'other content', and to identify each discrete item. To do that, they should be iconic (recognisable and conventional), and I think simple.

The simplest bullet shape (least visual data, while still doing the job) has to be the dot, followed by other solid shapes (square and diamond), then circle.


Hot: Simple, bold, text adverts (11.10.04)

Orange Flash ad

This ad from UK mobile network Orange really caught my eye as a great example of effective online promotion.

Why it's good:

  • High contrast
  • A little movmement: requests your attention but doesn't grab it
  • Uses text to communicate: when you have a simple message, text is best because it's clear and full of information. Imagery is better for rich or esoteric messages.

Not hot: 'Clear' buttons on forms (04.09.04)

Clear buttons on forms

Earlier today, I found a site with ONE input field, supported by a 'Submit' button, and a 'Clear' button! Looking at another 'Clear' button later in the day, I found myself thinking, "Why would I ever click one of these?" (I never have) Why would someone enter data into a form, and then think, "No, actually that data's all wrong, I'll clear it all" ???

Aside from the sheer uselessness of the control, you have the small risk of clicking or activating the button by accident (balancing probable-usefulness against probable-pain doesn't look good), as well as the extra cognitive overhead of working out which button's which, when you *do* get it right.


Hot: Gradients on Rows (18.08.04)

I've been thinking about the subtle-alternating tones / colours for making alternate rows clearer on tables and forms.

The great benefit of alternating the rows visually has always been to make it easier to scan across a wide table, keeping your eye on the same row. It raises a few design questions:

  • Does alternating visual look slightly suggest that rows are somehow qualitatively different? Might this raise some small anxiety, especially when there are only a couple of rows?
  • Is two alternating tones ideal? Maybe 3 is clearer?
  • If you have a highlight effect on mouseover or on focus, what colour or tone should that use? (e.g. cre8asite has alternating white/light-grey rows, but all rows highlight white on mouseover, which doesn't *quite* work).

I'm currently favouring rows with a gradient (provided by a background-image in CSS). Backgrounds have to be background-align:bottom, and the image sized for the typical height of the rows.

Since deciding that mouseovers are such a good thing, I'm also favouring the 'ruler' effect, where a row changes colour either when the mouse goes over a row (we like feeling around with our mice; see side example on Mouseovers), or when the current row is selected / has focus.


Not hot: Dictionary Definitions (17.08.04)

def·i·ni·tion n.
    1. A statement conveying fundamental character.
    2. A statement of the meaning of a word, phrase, or term, as in a dictionary entry.
  1. The act or process of stating a precise meaning or significance; formulation of a meaning.
    1. The act of making clear and distinct: a definition of one's intentions.
    2. The state of being closely outlined or determined: “With the drizzle, the trees in the little clearing had lost definition” (Anthony Hyde).
    3. A determination of outline, extent, or limits: the definition of a President's authority.
    1. The clarity of detail in an optically produced image, such as a photograph, effected by a combination of resolution and contrast.
    2. The degree of clarity with which a televised image or broadcast signal is received.

To which I would add:

  1. (web) A completely trite, overused, desensitised, dull, annoying, mentally-intensive waste of everyone's time.

Hot: HTML «Angle Quotes» (12.08.04)

» used to link to a peer page
« used to reinforce 'Back' link
» reinforces a 'more' link

I'm using the left angle quote («) and right angle quote (») special characters more and more often these days.

Originally a type of quotation mark, they're really handy little icons that can neatly reinforce some common navigation ideas.

HTML markup is: « and »

« has a neat 'back' meaning, while » reinforces a forward/outbound link to a different page or site.


Not hot: Death by Diagonals (13.07.04)

Example of death by diagonals from plexs.net
Example of death by diagonals from yaxay.com

Using diagonal lines is an easy way to suggest dynamism.

This has been quite a popular technique on those 3D-type interfaces on tech-style sites.

It's hard to know when to stop, and they can quickly get muddled.

I see diagonal lines going out of fashion.


Hot: Light Stripe overlay technique (29.06.04)

Light stripe overlay from www.stopdesign.com
Light stripe overlay from www.pegasusluxury.co.uk
Light stripe overlay from www.technophobia.co.uk

A cheap and effective technique: you've got some photographic or illustrative content, over which you overlay a part-transparent lighter or darker box, often in a grid pattern, letting the background show through.

I think it's a very effective way of giving depth to content imagery, and takes no time at all.

This effect fits well with the modern, grid-box layouts, which are so hot right now.

Examples, in order, from www.stopdesign.com, www.pegasusluxury.co.uk, www.technophobia.co.uk.


Not hot: Extreme-perspective people shots (22.06.04)

Example of extreme perspective people shot

Please no, for pity's sake.
Don't make me ever see another one of these.

This example from www.geeksoncall.com, since removed (well done)


Not hot: Bleeding-pixel logos (21.06.04)

Example of bleeding pixels

A nice, simple effect that was copied to death last year on thousands of logos. Avoid.


Hot: Colourful logos (15.06.04)

Mozilla firefox logo Rio Spa logo

These logos (from Mozilla Firefox and riospa.com) show great combinations of at least 3 bold colours.

Icons from Firewheel.com

The areas of consistent hue provide strong boundaries, and the overall effect is bright and positive. I'm noticing a lot more logos and icons going down this route.

(Icons from firewheel design)


Hot: Whitespace for layout (14.06.04)

Whitespace layout from O'Reilly.com
Whitespace layout in content from designcontinuum.com

One of the reasons I find O'Reilly.com and Apple.com consistently appealing is their use of negative space to define elements and groups.

I think that many mature web designers have had enough of building and maintaining complicated layouts, which takes more time, carries risks, and doesn't actually improve experiences.

The industry is reaping the benefits of simple page designs: flexibility, speed (profit), robustness, ease of maintenance etc. etc.


Hot: Blush & Metallic colour fx (13.06.04)

In place of defunct jelly colour effects (below), I'm convinced designers will continue to find depths to explore in photorealistic surfaces.

WDFS Home nav tab
Tab from Locks of Love.com
Blush-lit button from locks of love.org

For light page & background imagery, designers will use more soft multi-layered combinations of subtle lighting effects, to create a rich 'blush' effect. There are lots of variations on this theme, including light-on-plastic and brushed metal effects.

thesitepeople.com logo

One interesting candidate for foreground imagery on certain sites might be this anodized metal variation, typified by colourful specular highlights.


Not hot: Gratuitous glass/jelly buttons (13.06.04)

Iconfactory logo From designer Wanger's splash page
Grokker logo

The lovely glassy surface effect, popularised by Apple, has spread through the web like wildfire since about 2002.

It has seen its best times, and is so commonplace now that it's bound to become used less by pro designers.

I think that this effect has had such a mainstream impact, and is so attractive, that it has earned a place in the designer's permanent toolkit. Expect to see it used much more more thoughtfully, subtly, and less gratuitously.

It still looks nice, and there are a lot of tutorials about, so expect this one to tail off very slowly.


Top ^ Next topic »
Comments
I have been curious about one thing in relation to the subject 'Hot: HTML +Angle Quotes; '.  Does the use of these as icons have the same inherent meaning to those whose language is written right to left?  After all, would ';' still mean or denote 'forward' in the context of such a language?  

I have always been a little leary of using directional arrows when I've not run across any definitive answer on this subject.  However, does the browser itself and it's use of arrows already make this point moot?  Or are browsers for those languages switching the arrow meanings?  Hrm... need more input.
Charles Martin - 10:24 on 27 Dec 2004
I think so too. Those directional arrows are visually acceptable but semantically wrong.

Then again, it's catching on fast.
Kris Khaira - 07:56 on 08 Jan 2005
Charles, I suspect that international audiences will interpret angle quotes in the idiom of the (Western) browser buttons, as you suggest.

I find the preceding right angle quote a handy type of single bullet, great for highlighting one or two extra links. It works to differentiate the link from other text, without the formality of a bulleted list.

I don't find following angle quotes as helpful, however it's just right for the 'Next topic >>' link at the bottom of each WDFS page.

Regarding the semantic meaning, I really don't think it goes that deep. The characters simply connote some movement elsewhere, which also differentiates them subtly from a regular inline hyperlink.
Ben Hunt - 11:03 on 09 Jan 2005
come on who would wear jelly bottons? i wouldnt        
kristina holmes - 03:11 on 18 Feb 2005
Hi Ben,thanks for the tips on learning web design, am also a beginner and currently excited by the power of Typo3 from what i read.Any advice on it? Can i use it to design a site from scratch?
Mike M. - 01:27 on 27 Mar 2005
Interesting, and how long do we see these current trends of yours lasting. And do you see tings reverting back to the previous trends.
Chip Rock - 06:01 on 22 Apr 2005
Chip, if a design technique works, it may go away and come back later (think about typical imagery from the 60's or 80's or whatever). Although aesthetic tastes change pretty quickly, really effective techniques that are attractive and communicate clearly should never really die.

The bad ones - sure, some of my comments are a result of seeing too much of something. But these styles are generally not that strong to begin with. I hope they die and stay dead.
Ben Hunt - 06:13 on 25 Apr 2005