A few random thoughts:
(1) One of the important factors for ease of use is to make functions accessible in as few user operations as possible, while at the same time making sure the number of options available at any one time is manageable so as to not overwhelm the user. There is a balance to find between breadth and depth.
(2) Related to this, we don't want to be spending forever scrolling through lists with cursor keys. This is something I find very tedious, and even with a mouse it's tedious but less so. It was undoubtedly one of the reasons mice became popular. Proposing a new interface without mice you'd have to address this.
While well designed menu systems can work well for (1), they don't work for (2). Icons and toolbars help to relieve us from the tedium of menus.
(3) As far as headache producing displays go, there's no reason to do high saturation rainbow colours on black if that proves undesirable. Simplicity doesn't demand we use that colour combination. This bbs uses white text on grey, which is relatively easy on the eye. While the simple 'edit' and 'quote' buttons could stand out more than they do, the use of colour doesn't need to be extreme.
I'll also point out, the use of text labels for these buttons. As a moderator I have an edit button on every post, not only my own, and I have once or twice hit the edit button when I meant to hit the quote button and not realised until it was too late.
The use of icons over text labels might actually make the controls of a gui safer.
(1) One of the important factors for ease of use is to make functions accessible in as few user operations as possible, while at the same time making sure the number of options available at any one time is manageable so as to not overwhelm the user. There is a balance to find between breadth and depth.
(2) Related to this, we don't want to be spending forever scrolling through lists with cursor keys. This is something I find very tedious, and even with a mouse it's tedious but less so. It was undoubtedly one of the reasons mice became popular. Proposing a new interface without mice you'd have to address this.
While well designed menu systems can work well for (1), they don't work for (2). Icons and toolbars help to relieve us from the tedium of menus.
(3) As far as headache producing displays go, there's no reason to do high saturation rainbow colours on black if that proves undesirable. Simplicity doesn't demand we use that colour combination. This bbs uses white text on grey, which is relatively easy on the eye. While the simple 'edit' and 'quote' buttons could stand out more than they do, the use of colour doesn't need to be extreme.
I'll also point out, the use of text labels for these buttons. As a moderator I have an edit button on every post, not only my own, and I have once or twice hit the edit button when I meant to hit the quote button and not realised until it was too late.

Last edited: