我正在开发一个项目,用户可以在其中保存他们的工作(最可能保存到HDD,但也可能保存到任何其他媒体,包括软盘)。当然,流行的文件>保存选项是存在的,但工具栏按钮呢?

迄今为止,最受欢迎的图标是软盘。然而,用户写入软盘的可能性非常小。不过,我认为软盘更具有代表性,而不是字面意义。

最后,我可能会坚持使用软盘图标,以保持大多数用户熟悉的惯例,但是……有人对如何更新这个旧图标有什么想法吗?


当前回答

您可以使用上传和下载(红色向上和绿色向下箭头)图标来保存和加载。此外,在短时间内,网络将是保存文件的大多数地方。

其他回答

Tango图标集有一个箭头指向硬盘驱动器:

About Face的第17章“Rethinking Files and Save”介绍了这一点。Alan Cooper是著名的可用性专家,他的著作很有影响力。他的观点基本上是,当我们强迫用户考虑实现时,我们就会陷入麻烦。以下是一段简短的摘录:

In the world of digital technology, the place where implementation-model thinking most strikingly rears its ugly head is the management of files and the concept of "save." If you have ever tried to teach your mother how to use a computer, you will know that difficult doesn't really do the problem justice. Things start out all right: You start up the word processor and type a couple sentences. She's with you all the way -- it's like writing on paper. But when you click the Close button, up pops a dialog box asking "Do you want to save changes?" You and Mom hit a wall together. She looks at you and asks, "What does this mean? Is everything okay?" This problem is caused by software that forces people to think like computers by unnecessarily making them confront the internal mechanisms of data storage. This isn't just a problem for your mother; even sophisticated computer users can easily become confused or make mistakes. People spend thousands of dollars on hard- ware and software just to confront impertinent questions like "Do you really want me to save this document that you've been working on all afternoon?" and must remember to use to the Save As... command when what they really want to do is work on a copy of the document.

有必要考虑如何简化或消除“保存”的比喻。

在Stack Overflow上,我们可以“发布一个答案”或“添加评论”或“询问你的问题”。每次我们都真正地“保存”到数据库中,但是每次的比喻都略有不同。发帖、补充、询问。我想到了像iTunes这样的软件,我相信它没有“将音乐保存到磁盘”的概念。你只需向它添加音乐,它就会被保存。根据软件执行的任务类型,可能有不同的比喻比保存更合适。

我应该提一下,我还没有真正回答你的问题,我自己在我的网络应用程序中使用过软盘图标,或者一个只写着“保存”的大按钮。目前,我们在很多情况下都被它困住了,但随着软盘驱动器的消亡,它变得越来越荒谬。但是,当拨号界面的电话已经几十年没有普及使用时,我们也说我们“拨号”电话。

我认为一般来说,软盘图标已经成为公认的保存图标,即使它与闪存和DVD的普遍存在没有太大关系。坦率地说,如果一个程序有一个保存图标,就像一个记忆棒或硬盘驱动器,大多数用户将无法选择它作为保存图标。

考虑到你在使用术语“软盘”时,实际上3.5英寸的磁盘根本不是软盘。它只是一个从5.25“磁盘继承下来的术语,因为每个人都习惯了它。“磁盘按钮保存”的概念也是每个人都习惯的。坚持下去。

尽管很多人不知道这个图标到底是什么,但他们很快就会明白它的意思,所以我会保持它与其他应用程序的一致性。

在未来,我认为这个问题将变得毫无意义,因为越来越多的应用程序将避免“保存”操作,并自动保存每个用户操作。人们将使用“撤消”作为丢弃更改的主导范式,而不是通过不保存来丢弃更改。