Is “tip-of-the-day” good? [closed]

2020-07-03 07:51发布

Many programs (often large ones, like MS Office, The GIMP, Maxthon) have a feature called "tip-of-the-day". It explains a small part of the program, like this one in Maxthon:

"You can hide/show the main menu bar by pressing Ctrl+F11"

You can usually browse through them by clicking next. And other options provided are "Previous", "Close", "Do not show at startup".

I think I like the way Maxthon used to handle this; in the browser's statusbar (down at the bottom usually, together with "Done", the progress-bar etc), there would sometimes be a small hint or tip on what else you could do with it.

As Joel Spolsky wrote in his article-series "User Interface Design for Programmers", people don't like reading manuals. But we still want them to use the program, and the features they could benefit from, don't we? Therefore, I think it is useful to have such a feature, without the annoyance of the pop-up on startup.

What do you think? Pop-up? Maxthonstyle? No way?

12条回答
我想做一个坏孩纸
2楼-- · 2020-07-03 08:00

Personally, I prefer software that’s simple enough to not need “Tip of the Day”.

查看更多
聊天终结者
3楼-- · 2020-07-03 08:01

A tip is a good idea, users can discover things they didn't know they didn't know. But rather than using a pop up getting in the way of working, I like how World of Warcraft does it. They put the tip on the loading screen, when you have nothing better to do then stare at the progress bar anyway.

查看更多
仙女界的扛把子
4楼-- · 2020-07-03 08:02

I think this goes along with the issues against modals -- it's something in a user's way, despite how helpful it may be. Which is why the "Do not show at startup" is needed.

Though I've never used Maxthon before, the way it showed tips sounds like a really good idea. It's unobtrusive and entirely optional as to if users even have to pay them any attention.

IMO, it's not good idea to have a feature that has to ask the user if it should "keep quiet." ;)

And, while some tips can seem blatantly obvious, even these tips can still be useful to users that aren't quite as familiar. Those that already know it can just continue on with their day.

查看更多
劳资没心,怎么记你
5楼-- · 2020-07-03 08:04

Tip of the day can be good if it's

  • non-modal, and never in the way
  • has a "history" I can access
  • is context sensitive to what I do

Unfortunately, the crappy initial Office implementation Clippy of has completely killed the last idea.

So IMO a good implementation would:

  • Show up at startup
  • Make "don't show at startup" the obvious choice
  • Indicate (with an animation?) that TOTD is accessible from e.g. the toolbar
  • MouseOver the toolbar icon would give the title/abstract of the "current tip"
  • clicking on it would give me the tip, give forward/backward navigation through tips, link to "show all tips" in the manual.
  • For a large tip database, a "related tips" link might encourage me to explore the manual

Context-sensitive

Later incarnations of Clippy were almost helpful actually: it was nonmodal and stayed out of the way not requiring interaction (the jumping around was attention-grabbing, though), and I remember a few instances where the suggestion was good - e.g. a keyboard shortcut for a command I had accessed repeatedly through the menu.

A simpler method could still be effective:

"Did you know... you can customize the print templates to look like a pie chart on LSD - the manual shows you how! [clickety]" on a print dialog

Did you know... I can remember your custom searches. Just click 'Goof/Barf/Hidden/Create Index for last Query' - and they'll show up in the 'Search' menu. They'll run much faster, too! whe working with a search/query form

查看更多
趁早两清
6楼-- · 2020-07-03 08:07

Maybe put it in something like a "tool tip" (or down at the bottom like the OP described) and make it contextual. A few seconds after you change to a new mode it slides in some text about the current mode.

And YES make the OFF button easy to find!!!

查看更多
冷血范
7楼-- · 2020-07-03 08:10

I really only like the idea of a "tip of the day" if it is displayed when I can't do anything else anyway. For example, when the program is loading a large file. Suppose it has to load some large amount of data when the program is first started. Along with the "loading" splash screen, show a small tip, and have it disappear when the program starts. It's simple, unobtrusive, and can sometimes be very helpful to some users.

I hate to bring up "World of Warcraft" as an example in a programming discussion, but it uses this technique when you first login. Here is an example loading screen. Along with the loading bar and a full screen piece of art, it displays a small tip at the bottom of the screen. Usually these tips lead users to things they can explore further (such as a settings window, character customization tools, etcetera). For example, "Pressing ESCAPE will bring up a menu that lets you customize the the look and feel of the game".

Above all else: allow the user to easily close the tips and stop them from appearing each time. Make every key close the tip dialog when pressed. Have two buttons: "Close Tip" and "Close Tip and Never Show Again", or something to that effect.

查看更多
登录 后发表回答