Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Software Icon Standards

14 views
Skip to first unread message

John Lockhart

unread,
Mar 5, 2003, 8:04:52 PM3/5/03
to
For those of you work on software UIs I have a question about a particular
kind of icon, and any suitable alternatives you may be using. What is still
the de facto standard for an icon a user uses to save changes to a record,
document, or other file is the image of a floppy diskette - like the one in
MS Word or Outlook. Now there are a few obvious problem with the use with
the use of that image.

1. The most obvious problem is that the floppy disk is now almost a total
anachronism. Many computers don't ship with them anymore and soon you will
have users of computers who are completely unfamiliar with what one is.

2. With a database driven app like the one our company develops saving
changes to a record is never a file system operation as the floppy disk
would suggest. For example, it's just silly to have a Active Server Pages
application that commits it data to a SQL Server or Oracle database
represent that functionality with a floppy.

3. If you application offers both file system and database operations, use
of the floppy for the latter, as many applications do, conflates the meaning
of the operations is a way that is confusing.

The problem is that there seems to be no standard. What is really needed is
an industry leader to set a new standard, but who knows when or if that will
happen. You can create your own icon. However, your users will typically
revile it since it does not conform to what they are used to - a floppy.

Any information on how you or other developers have dealt with this issue
would be greatly appreciated, i.e., if there is a standard out there I am
unaware of, examples of icons you have used that have been successfully
adopted by users, etc...

Regards,
--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com


Bradley K. Sherman

unread,
Mar 5, 2003, 8:12:57 PM3/5/03
to
In article <3e663d06$[email protected]>,

John Lockhart <[email protected]> wrote:
>the de facto standard for an icon a user uses to save changes to a record,

Have you thought of a rectangle with the words "Save Changes"
in it? Or is that too twentieth century?

--bks

Craig A. Finseth

unread,
Mar 5, 2003, 8:20:55 PM3/5/03
to
In article <3e663d06$[email protected]>,
John Lockhart <[email protected]> wrote:
>For those of you work on software UIs I have a question about a particular
>kind of icon, and any suitable alternatives you may be using. What is still
...

>1. The most obvious problem is that the floppy disk is now almost a total
>anachronism. Many computers don't ship with them anymore and soon you will
>have users of computers who are completely unfamiliar with what one is.

Well, my kids asked me "what does it mean to 'dial' a phone," but we use
the term all the time.

For that matter, we manage with the term "record," even though I haven't
dusted off my collection of l.p.'s in a long time.

>2. With a database driven app like the one our company develops saving
>changes to a record is never a file system operation as the floppy disk
>would suggest. For example, it's just silly to have a Active Server Pages
>application that commits it data to a SQL Server or Oracle database
>represent that functionality with a floppy.

Some applications use an arrow pointing into a folder. That could mean
"save" in general.

>3. If you application offers both file system and database operations, use
>of the floppy for the latter, as many applications do, conflates the meaning
>of the operations is a way that is confusing.

This is the real problem: differentiating between two types of saving.

It may well be useful to remember that there is something called
"text" that can help actually tell the user what the
no-doubt-beautiful pictures mean (:-).

But, to directly address your question, no, I don't have any good images
around.

Craig

John Lockhart

unread,
Mar 5, 2003, 8:21:40 PM3/5/03
to
That has been contemplated. However, and I guess I should have clarified
this, we are talking about toolbar icons which are typically a bit small for
that - particularly for the standard 16 x 16 and 24 x 24 on a windows app.

However, I think the real issue is that the lack of consistency with the
rest of the icons just indicates that you gave up trying on that particular
one, e.g., "I have no idea so I am just going to write it out". I would not
care so much if this were a homegrown app for in house use, but this is a
commercial software product with a fairly wide distribution.

I do appreciate the suggestion.

Best regards,

--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com

"Bradley K. Sherman" <[email protected]> wrote in message
news:[email protected]...

John Lockhart

unread,
Mar 5, 2003, 8:31:33 PM3/5/03
to
Points well taken. I'm not claiming it is the greatest evil in the world,
just less than ideal. We follow your suggestion about using text as well.
Tool tips help users but not as well as one would anticipate. Some apps like
the Outlook news reader incorporate text beneath the icon, but whether that
will work or not depends of the form factor you are working with. Thanks for
the suggestion.

--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com

"Craig A. Finseth" <[email protected]> wrote in message
news:[email protected]...

Bradley K. Sherman

unread,
Mar 5, 2003, 8:38:59 PM3/5/03
to
In article <3e6640f6$[email protected]>,

John Lockhart <[email protected]> wrote:
>However, I think the real issue is that the lack of consistency with the
>rest of the icons just indicates that you gave up trying on that particular
>one, e.g., "I have no idea so I am just going to write it out". I would not
>care so much if this were a homegrown app for in house use, but this is a
>commercial software product with a fairly wide distribution.

Consistency is the hobgoblin of small minds.

Do you have a webpage showing potential 16x16 pixel icons
that denote "save changes to record"?

--bks

John Lockhart

unread,
Mar 5, 2003, 8:41:43 PM3/5/03
to
We publish for both Win32 and the web. The 16x16 and 24x24 dimensions are
the form factor for the Win 32 - or at least the .NET development we have
underway. The ones we use for the web we have more flexibility with. Do you
want an example of what we currently use?

Thanks,

--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com

"Bradley K. Sherman" <[email protected]> wrote in message

news:[email protected]...

Bradley K. Sherman

unread,
Mar 5, 2003, 11:17:11 PM3/5/03
to
In article <3e6645a9$[email protected]>,

John Lockhart <[email protected]> wrote:
>We publish for both Win32 and the web. The 16x16 and 24x24 dimensions are
>the form factor for the Win 32 - or at least the .NET development we have
>underway. The ones we use for the web we have more flexibility with. Do you
>want an example of what we currently use?

No I just want to see a 256 pixel icon that denotes
"save changed records" because I'm betting that you
can't produce one that is better than the word 'Save'.

--bks

Bradley K. Sherman

unread,
Mar 5, 2003, 11:40:59 PM3/5/03
to
In article <b45pgn$n71$[email protected]>,


Better yet, top this 16x16 pixel icon:
<http://www.panix.com/~bks/savicon.gif>

--bks

John Lockhart

unread,
Mar 6, 2003, 12:34:58 AM3/6/03
to
Bradley,

Well the point of the post was not to claim that I had a better alternative
at hand, but to inquire whether others had thought about the issue, found
solutions that had worked well for them, or even cared. I appreciate the
suggestion about using the the word "Save", but I simply believe there are
reasons why it is a non-starter for a tool bar icon that meets some standard
requirements. One example is internationalization. Its easy enough to swap
out resource files. However, I can't guarantee that the word "Save" in
another language would fit the form factor. Save is difficult enough in
English at 16x16. The German "Sparen Sie" would be a real pain.

On the comment in the previous post with the Emerson quote about foolish
consistency. Sometimes it is foolish, but customers do care about the
minutiae of a product and consequently it is my job to care about it as
well. Customers want apps where toolbar icons are iconic. If I we do
something else I am obligated to explain why in a way that makes sense to
the customer. It's not a tragedy if I have to use the floppy disk icon or
the icons we have used in the past, but I think there are some sound reasons
why those alternatives are less than ideal. My intent is not to one up
anyone, obsess, or nitpick. I just wanted to try to find some alternatives I
had never considered. Even if I don't find exactly what I am looking for the
process of trying to resolve it will help me understand the overall issue
that much better. I will definitely let you know if I find a good
alternative anywhere.

The example you provided just has "Sav". Is that by intent, or is there a
problem with the version I am looking at.

Thanks,

--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com

"Bradley K. Sherman" <[email protected]> wrote in message
news:[email protected]...

Bradley K. Sherman

unread,
Mar 6, 2003, 12:50:51 AM3/6/03
to
In article <[email protected]>,

John Lockhart <[email protected]> wrote:
>Bradley,
>
>Well the point of the post was not to claim that I had a better alternative
>at hand, but to inquire whether others had thought about the issue, found
>solutions that had worked well for them, or even cared. I appreciate the
>suggestion about using the the word "Save", but I simply believe there are
>reasons why it is a non-starter for a tool bar icon that meets some standard
>requirements. One example is internationalization. Its easy enough to swap
>out resource files. However, I can't guarantee that the word "Save" in
>another language would fit the form factor. Save is difficult enough in
>English at 16x16. The German "Sparen Sie" would be a real pain.

It certainly seems like a starter to me. I think that more Germans
would get the meaning of "SAV" on the tool bar than any other
16x16 icon. English is pretty widely known, especially among
the computer-literate.

When I (am forced to) use Word, I have set it so that I see
a row of words across the top of the window. Must I have a
polychromatic semiotic circus beaming out from every
application?

--bks

Calum Benson

unread,
Mar 6, 2003, 1:24:18 AM3/6/03
to

"Bradley K. Sherman" <[email protected]> wrote in message
news:[email protected]...

>
> Consistency is the hobgoblin of small minds.

That's only "foolish consistency" though :)

Cheeri,
Calum.

--
Calum Benson
Made in Scotland, from Girders.


Bradley K. Sherman

unread,
Mar 6, 2003, 1:42:55 AM3/6/03
to
In article <b46137$67s$[email protected]>,

Calum Benson <[email protected]> wrote:
>
>"Bradley K. Sherman" <[email protected]> wrote in message
>news:[email protected]...
>>
>> Consistency is the hobgoblin of small minds.
>
>That's only "foolish consistency" though :)

Right

A foolish consistency is the hobgoblin of little
minds, adored by little statesmen and
philosophers and divines. With consistency a
great soul has simply nothing to do. --Ralph Waldo Emerson

--bks

John Lockhart

unread,
Mar 6, 2003, 2:06:30 AM3/6/03
to
Assuming your customer knows English defeats the purpose of
internationalizing your product.

--
_______________________
John Lockhart
Product Manager
Elsinore Technologies, Inc.
www.elsitech.com

"Bradley K. Sherman" <[email protected]> wrote in message

news:[email protected]...

Bradley K. Sherman

unread,
Mar 6, 2003, 2:32:20 AM3/6/03
to
In article <aiw9a.4237$[email protected]>,

John Lockhart <[email protected]> wrote:
>Assuming your customer knows English defeats the purpose of
>internationalizing your product.

So what is the international icon for saving changes?

Internationalizing your product would allow for text
entry in another language, help in another language,
error messages in the local language, money and dates
to be displayed using local conventions, etc.

The icon for saving changes is only a trivial
component.

By the way, please don't "top post", i.e. place
your response above the text you're responding
to. That is not proper practice for this locale,
i.e. the Usenet.

--bks

Michael Valentiner-Branth

unread,
Mar 6, 2003, 12:08:28 PM3/6/03
to
On 05 Mar 2003 18:20:55 GMT, Craig A. Finseth wrote:

> Well, my kids asked me "what does it mean to 'dial' a phone," but we use
> the term all the time.
>

My nephews where very astonished and interested when I came with a floppy disk.
They had never seen one before, in three years of computing.

> Some applications use an arrow pointing into a folder. That could mean
> "save" in general.
>

Another icon with a folder symbol as the main item and some pixels around it!
How shall one differentiate between all those similar looking icons?
(in this case between those for open and close a file)

> It may well be useful to remember that there is something called
> "text" that can help actually tell the user what the
> no-doubt-beautiful pictures mean (:-).
>

Yes, and words may be abbreviated. For example
- "Sv" as standard
- "SvR" and "SvF" for differentiating.

But most important are always context, grouping and sequence. If the user
knows he has a group of icons or abbreviations, he only need to differentiate
between them, and not between all icons on the screen.

Michael

--
bookkey, Bookmarks by Keywords.
With a new way to handle a large number of keywords.
http://www.bookkey.com

Michael Valentiner-Branth

unread,
Mar 6, 2003, 12:08:29 PM3/6/03
to
On 5 Mar 2003 19:32:20 -0500, Bradley K. Sherman wrote:

> Internationalizing your product would allow for text
> entry in another language, help in another language,
> error messages in the local language, money and dates
> to be displayed using local conventions, etc.
>

You forgot the hint that comes with nearly every icon.
The textual abbreviations for the "icons" may/should be translated in
the same context as their hints.

Stephan Eggermont

unread,
Mar 6, 2003, 2:58:15 PM3/6/03
to
John Lockhart <[email protected]> wrote:
> out resource files. However, I can't guarantee that the word "Save" in
> another language would fit the form factor. Save is difficult enough in
> English at 16x16. The German "Sparen Sie" would be a real pain.

As well as the wrong translation of saving...

The answer to this particular problem is much simpler though:
eliminate the function. There is no user need for explicit saving.

Stephan Eggermont
Sensus, systems that make sense


John Lockhart

unread,
Mar 7, 2003, 2:59:57 AM3/7/03
to

"Stephan Eggermont" <[email protected]> wrote in message
news:[email protected]...

We do this as well with a "Save on Document Close" option. For a number of
reasons we find it to be a subtle, but better alternative to to a full "lazy
read" interface. However, there are those who still carp about the icons
we use for insert, update, refresh, and delete. Thus I generally agree with
the suggestion.

Thanks,


Hubert Partl

unread,
Mar 7, 2003, 3:07:02 PM3/7/03
to
John Lockhart <[email protected]> wrote:
> 1. The most obvious problem is that the floppy disk is now almost a total
> anachronism.

The international standard traffic sign for "Railway crossing ahead"
shows a steam engine, which has been a total anachronism for some
40 years, but it still is the sign everybody uses and *is used to*.

The icon for "write a new mail" in Pegasus Mail shows a pen (in the
shape of a bird's feather) and a sheet of paper. This is even more
anachronistic, but obviolusly well understood.

--
Hubert Partl [email protected]
ZID BOKU Wien http://homepage.boku.ac.at/partl/
~~~~~~~~an~der~schoenen~blauen~Donau~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

JM

unread,
Mar 9, 2003, 1:58:55 AM3/9/03
to

"John Lockhart" <[email protected]> wrote in message
news:[email protected]...

> For those of you work on software UIs I have a question about a particular
> kind of icon, and any suitable alternatives you may be using. What is
still
> the de facto standard for an icon a user uses to save changes to a record,
> document, or other file is the image of a floppy diskette - like the one
in
> MS Word or Outlook. Now there are a few obvious problem with the use with
> the use of that image.

> 1. The most obvious problem is that the floppy disk is now almost a total
> anachronism. Many computers don't ship with them anymore and soon you will
> have users of computers who are completely unfamiliar with what one is.

What are your statistics for proving your point that "the floppy disk is
now almost a total anachronism" ?

> 2. With a database driven app like the one our company develops saving
> changes to a record is never a file system operation as the floppy disk
> would suggest. For example, it's just silly to have a Active Server Pages
> application that commits it data to a SQL Server or Oracle database
> represent that functionality with a floppy.

Personally I like customizable icons but another option is to
take out the disk icon and replace it with a "Backup" menu.
It could be in the Tools menu or on its own. In the drop
down menu, it could have 3 choices, "Backup to floppy"
"Backup to cdrom" and "Back up to other device".
Other device could be zip drive, tape drive, MP3 player
(they often can be used as portable hard drives and back
up drives) or a super disk drive.

> 3. If your application offers both file system and database operations,


use
> of the floppy for the latter, as many applications do, conflates the
meaning
> of the operations is a way that is confusing.

Looking around at all my icons that I use daily, many of them
seem confusing at first. Like "attach" button uses a paper clip.
"Undo" has a curving arrow. "Paste" has a clipboard and a
little note paper in front of it. "Cut" has scissors. "Send" has
a piece of paper with a tack on it and a arrow pointing right.
These are all in Outlook Express, probably the most common
email program. People will be "used to" the disk icon for
probably many years, if they are still used to a paper clip.
(Which I haven't used in years, except to eject a floppy disk.)
(^:

> The problem is that there seems to be no standard.

How do you define "standard" ?

> Any information on how you or other developers have dealt with this issue
> would be greatly appreciated, i.e., if there is a standard out there I am
> unaware of, examples of icons you have used that have been successfully
> adopted by users, etc...

Personally I like having the choice to display text "next to"
or "below" the icons in a program. Then later when I get
more familiar with the icons and the layout, I switch to
"icons only" taskbar or iconbar.

Jon Melusky


Jeff Chapman

unread,
Mar 10, 2003, 5:48:31 PM3/10/03
to
Well, the recent icon I have seen that made a lot of sense, and was
fairly intuitive, was from TOAD (an Oracle client) that has a picture
of an arrow pointing down upon a layer of disk drives (similar to the
flowchart version of a disk drive... looks like a stack of flat dinner
plates). Of course, when you move the mouse over the icon you get the
yellow box of quick information that says "Save".

-- Jeff

Adrian Chan

unread,
Mar 11, 2003, 2:22:13 AM3/11/03
to
In the spirit of debate only, for I can relate to the problem under
discussion and have no easy answers (or gifs for that matter), why
bother to distinguish between one kind of save and another? Why
trouble the user with an unnecessary cognitive distinction? The
problem it seems to me is more of a semiotic one: that the
relationship between icon and reference is now outdated. A semiotic
angle on this whole thing would say, simply, no big deal--it was
arbitrary to begin with! We live in a world of aging sign systems, and
UI is no exception. At the risk of seeming flip, who cares if an
action is saved to a dbase, file, bank account, memory stick, xray, or
wet concrete?

What's at stake, it seems, is clarity of communication: that the
symbol/icon indicate it's action with as little confusion as possible.
What's at stake is not whether not not a floppy/Save icon is confusing
for what it doesnt say (where the file is saved to in fact), but what
it might say without meaning to (that it's saved to a floppy when in
fact it's not).

That's where i think you have to sometimes rely on convention to make
up for the confusion. Most people understand that the icon's going to
be a holdover until some new icon (eg. the suggested Dbase cylinder)
becomes part of the visual vernacular.

til then just keep a stiff upper lip and forget about the floppy!

cheers,
adrian
http://www.gravity7.com

Jeff Chapman

unread,
Mar 12, 2003, 6:39:44 PM3/12/03
to
Ah, but then the answer is to create an icon that encapsulates the
concept of "saving" information without connecting it to a particular
representation of technology that may become obsolete. How about a
small picture of a brain (to signify "remember")?

-- Jeff

------- original message -------

[email protected] (Adrian Chan) wrote in message news:<[email protected]>...

Adrian Chan

unread,
Mar 15, 2003, 1:55:02 AM3/15/03
to
if only my brain worked that way! it's a good suggestion though. this
is a fascinating problem and one that designers face all the time. we
badly need graphical languages to represent the functions possible
within a particular technology. but the technologies we represent
visually are always changing. so the floppy was a bad choice for
"save." a circle or disk might have been a better choice. recording
media have been circular for decades (lps, reel to reel, computer
disks, cds.. ) But then somebody decided to represent a database as a
stack of disks...

And the problem with conventions is that it takes them a long time to
develop, and a long time to decay. Do you go with what you have, or do
you update it and build the language's vocabulary? And if you update
the vocabulary, how do you do that *and* at the same time make sure
people can still speak it!

adrian

www.gravity7.com

[email protected] (Jeff Chapman) wrote in message news:<[email protected]>...

JM

unread,
Mar 15, 2003, 9:38:52 AM3/15/03
to
"Jeff Chapman" <[email protected]> wrote in message
news:[email protected]...

> Ah, but then the answer is to create an icon that encapsulates the
> concept of "saving" information without connecting it to a particular
> representation of technology that may become obsolete. How about a
> small picture of a brain (to signify "remember")?

> -- Jeff

That's a good one Jeff.

I just thought of a picture of a safe. I wonder if
more people in the world have a safe in their
house than computers ? A safe is "close" to
the spelling of "save" and it connotes saving
important documents and files. However,
in Paint Shop Pro, I can easily spot the
floppy disk button on the upper left as it
is dark in color compared to other buttons.
So a black or dark color safe that is done
in the same size as the floppy disk might
easily convert me over to using it (if it
suddenly was used in PSP).

JM


unread,
Mar 16, 2003, 1:43:01 PM3/16/03
to
"JM" <[email protected]> wrote:

> "Jeff Chapman" <[email protected]> wrote in message
> news:[email protected]...
> > Ah, but then the answer is to create an icon that encapsulates the
> > concept of "saving" information without connecting it to a particular
> > representation of technology that may become obsolete. How about a
> > small picture of a brain (to signify "remember")?
>
> > -- Jeff
>
> That's a good one Jeff.
>
> I just thought of a picture of a safe. I wonder if
> more people in the world have a safe in their
> house than computers ? A safe is "close" to
> the spelling of "save" and it connotes saving
> important documents and files.

i find that the word "Save" works pretty well.


----
Garry Hodgson All I see are faces,
Senior Hacker a sea of faces
Software Innovation Services Surrounded by the memory
AT&T Labs of life before insanity.
[email protected] - Warren Haynes

Rhys Jones

unread,
Mar 17, 2003, 3:35:12 AM3/17/03
to
On Wed, 5 Mar 2003 13:04:52 -0500, "John Lockhart"
<[email protected]> wrote:

>For those of you work on software UIs I have a question about a particular
>kind of icon, and any suitable alternatives you may be using. What is still
>the de facto standard for an icon a user uses to save changes to a record,
>document, or other file is the image of a floppy diskette - like the one in
>MS Word or Outlook. Now there are a few obvious problem with the use with
>the use of that image.
>

>1. The most obvious problem is that the floppy disk is now almost a total
>anachronism. Many computers don't ship with them anymore and soon you will
>have users of computers who are completely unfamiliar with what one is.
>

>2. With a database driven app like the one our company develops saving
>changes to a record is never a file system operation as the floppy disk
>would suggest. For example, it's just silly to have a Active Server Pages
>application that commits it data to a SQL Server or Oracle database
>represent that functionality with a floppy.
>

>3. If you application offers both file system and database operations, use


>of the floppy for the latter, as many applications do, conflates the meaning
>of the operations is a way that is confusing.
>

>The problem is that there seems to be no standard. What is really needed is
>an industry leader to set a new standard, but who knows when or if that will
>happen. You can create your own icon. However, your users will typically
>revile it since it does not conform to what they are used to - a floppy.


>
>Any information on how you or other developers have dealt with this issue
>would be greatly appreciated, i.e., if there is a standard out there I am
>unaware of, examples of icons you have used that have been successfully
>adopted by users, etc...
>

>Regards,

Interesting question . . .

On the one hand, I approve of the floppy disc icon. It has been around
for so long that regardless of whether it is either accurate or
appropriate, users generally know what it means. Are we developing
user interfaces for our own satisfaction or for the benefit of the
user? If the floppy disc icon offends us for not being relevant today
but the users all know what it means then surely the user interface
should be considered successful.

On the other hand, maybe it's the question that needs to be analysed
and the issue of what symbol to put on an icon for 'saving' is
secondary.

I develop database systems and a common question that I get asked by
users is "How do I 'save' a new entry?". On enquiring why they're
asking they'll usually come up with something like "On system X I used
to have to press F2 to store the information that I had typed in.". I
see this as back-to-front. I assume that if someone enters information
into a database that they will want it to stay there - 'not storing'
(or canceling the input) should be a specific action, storing it
should be taken for granted. Frequently a system should be able to use
context to determine whether or not saving is required.

I try as much as possible to make the systems that I develop fit into
users existing ideas of how they [the user] already work. I try not to
make them revise their ideas of what they are doing when they get a
new system. They shouldn't have to learn new terminology that
describes what they have been doing for years just because the system
is new.

Should a user 'save' anything? If I write a note [with a pen on a
piece of paper] then put that note into a filing cabinet then did I
'save' the note? You could say that I 'saved' it for later reference,
but really I 'filed' it or 'stored' it. I think that the terms 'save'
and 'load' are throw backs to the early days of computing.

Just some idle thoughts at 1:30 in the morning. Back to the original
question. The only alternatives that I recall seeing have been the
green tick and the red cross. I don't really like these though.

Regards, Rhys

Jeff Chapman

unread,
Mar 17, 2003, 5:31:15 PM3/17/03
to
GH> > i find that the word "Save" works pretty well.

Yeah, that's actually pretty funny... after I read your reply I looked
up at the icons on my IE 6.0 toolbar, and sure enough, adjacent to the
"arrow in the round circle pointing to the left" is actually THE WORD
"Back". Okay, so maybe we don't need icons for things that we can
represent with short words (although I thought the whole point of
icons was to be language-neutral)??

-- Jeff

----------- original message -----------

[email protected] wrote in message news:<[email protected]>...

Terry Eden

unread,
Mar 17, 2003, 6:19:36 PM3/17/03
to
Jeff Chapman wrote:
>>> i find that the word "Save" works pretty well.
> okay, so maybe we don't need icons for things that we can

> represent with short words (although I thought the whole point of
> icons was to be language-neutral)??

The problem is, icons are usually not culture-neutral. IIRC some
web-browsers use "Stop Loading" icons that were represented with USA stop
signs. To anyone else in the world, that's just a red octagon.

Similarly the spell-check button in MS products is a tick over an "ABC". I
don't know what the spell check button is like in countries with a different
lexography.

Also, in countries which read right to left, are the back and forward
buttons reversed?

If you are only writing software for citizens of your own country, you can
probably get away with icons. However, if you have a wider userbase, why
not use just text (or place text with the icons)?

To my mind I prefer plain text - here's why.
1) Depending on the size of the icon, there can be more screen real-estate.
Usually this is the opposite, but this is outweighed by...
2) Never having to wait for a tool-tip or read the help file.
3) Very easy to internationalise without worrying about cultural
differences.

I was doing a usuability study the other day and I asked "What do you think
would happen if you pressed this button?"
The answer suprised me,
"I wouldn't. I know which buttons I need to use. If I press anything else
I might break it [the machine]."

Most of us here (I imagine) would either press a button to find out what it
did, or read the help file. It turns out that people who have been trained
in one aspect of a program usually wouldn't dream of expanding their
horizons. This is slightly reduced (AFAICS) when text is used rather than
icons.
However, a short description can be as unhelpful as a long one. Does
"Attach" mean "Attach this to something else" or "Attach something else to
this"?
The other problem is that it can be hard to differentiate between a
textbutton bar and a menu bar. The subtle underlining of menu bars is
probably not enough (and is turned off in WinXP!)

So, in conclusion (to a rather rambling post!) it's impossible to get an
icon to work as effectivly as a description, but text brings with it the
problems of space and mental-model clashing.

Terry

Mattias EngdegÄrd

unread,
Mar 17, 2003, 6:49:35 PM3/17/03
to
"Terry Eden" <[email protected]> writes:

>The problem is, icons are usually not culture-neutral.

So true. Far too often localisation efforts ignore the necessity of
translating symbols.

>Similarly the spell-check button in MS products is a tick over an "ABC". I
>don't know what the spell check button is like in countries with a different
>lexography.

Amusingly, that icon *would* work here, even though it would mean something
different. Any Swedish child who finds a red tick on her homework knows it
marks an error, so a ticked "ABC" would indicate a spelling mistake.

(In fact, it is a better icon here than where a tick is affirmative
(like in France and Germany): it is much more natural to mark misspelt
words than correctly written ones!)

Hubert Partl

unread,
Mar 18, 2003, 3:05:58 PM3/18/03
to
JM <[email protected]> wrote:
> house than computers ? A safe is "close" to
> the spelling of "save" and it connotes saving ...

not in German, where a safe is also called "ein Safe",
but to save is called "speichern" (literally: to store).

and what about other languages?

Icons should work *independently* from languages,
like the internationally standardised traffic signs.

*****************************************************
******* MAKE LOVE, NOT WAR! ***********************

Hubert Partl

unread,
Mar 18, 2003, 3:14:50 PM3/18/03
to
Terry Eden <[email protected]> wrote:
> The problem is, icons are usually not culture-neutral. IIRC some
> web-browsers use "Stop Loading" icons that were represented with USA stop
> signs. To anyone else in the world, that's just a red octagon.

Funny you mention this:

The octogon stop sign *is* an international standard.

However, the mailbox icon shows the typical mailbox-on-a-plug of
American houses-at-a-road and have *nothing* in common with
the yellow square boxes used for mail Germany and Austria,
or with the red cylindrical boxes used in Egland, etc.

And also, the phone icon usually shows an old, dial-around-a-circle phone,
not a modern mobile cellular phone.

> Similarly the spell-check button in MS products is a tick over an "ABC". I

which might as well mean "sort alphabetically" :-)

> Also, in countries which read right to left, are the back and forward
> buttons reversed?

Good question, I would like to get an answer to that, and also to
the preferred sequence of lower-higher (or smaller-larger) buttons
from left-to-right (in our culture), I mean like the volume control
of radio or TV sets or the brightness control of monitors.

Jeff Chapman

unread,
Mar 18, 2003, 5:40:11 PM3/18/03
to
Well, getting back to the Subject of this thread, I'd generally agree
with most of the observations that we've made so far...

-- 16x16 and 24x24 dimensions are the form factor for the Win 32
-- Customers want apps where toolbar icons are iconic
-- Most important are context, grouping and sequence. If the user
knows he has a group of icons or abbreviations, he only needs to


differentiate between them, and not between all icons on the screen

-- The icon should indicate its action with as little confusion as
possible
-- Conventions take a long time to develop, and a long time to decay
-- Icons are usually not culture-neutral
-- The problem is that there seems to be no standard

Just as an aside, I did a search through my old favorites folder and
found this icon page, which is a riot...

http://www.coolarchive.com/icons.cfm

... not necessarily appropriate for a commercial product, but still
fun.

So what other "standards" would be appropriate? At one time I saw
some design recommendations regarding color, simplicity and 3-D
effect. How about the number of icons on a toolbar (do we really need
an icon for every textual menu item)?

-- Jeff

0 new messages