Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything called GUI standards?

GUIs are one of the important areas in most of the software products. I would like to know whether there is something called GUI Standards that defines the best practices in GUI design, but in depth. As an example are there any definitions that contain the best size for a text box or the ratio between the width and hight of a Windows form. (Just to provide maximum ease to the user + best appearance)

While searching I found several articles: GUI Standards

But they seem to be some "Local" standards defined by some organization only for themselves. Do we have something more common/published than this?

I know there is a standard from Microsoft as well.. But it is just what they do. Not a practices list for best appearance\usability\user experience.

like image 721
Chathuranga Chandrasekara Avatar asked Sep 07 '09 08:09

Chathuranga Chandrasekara


People also ask

What are GUI standards?

Format: Specifications/Procedures. The graphical user interface (GUI) will make or break the success of your application. The GUI must be well-planned so that it is consistent and easy for users to comprehend and interact with; hence, it is critical to define GUI standards at the outset of your development project.

Where the GUI standards are coming from?

The GUI familiar to most of us today in either the Mac or the Windows operating systems and their applications originated at the Xerox Palo Alto Research Laboratory in the late 1970s.


2 Answers

Look for platform-specific user interface design guides. Microsoft has one, as does Apple and even GNOME.

Things like this are quite "cultural", i.e. they change when you move between different operating systems and so on.

like image 116
unwind Avatar answered Nov 12 '22 12:11

unwind


I don't think there is any GUI standard, but for sure there are some good GUI practices.

This article seems helpful

Principles of Good GUI Design

I found a similar SO question also

Best Practices & Principles for GUI design

like image 41
rahul Avatar answered Nov 12 '22 10:11

rahul