logo
Published on Haiku Project (http://www.haiku-os.org)

Popular Network Preferences applications and comments.

By soapdog
Created 2007-05-06 20:56

The idea today is to compare and comment on popular network preferences apps. I'll pick Mac OS X, Windows, Zeta and Linux and comment on what we can learn from each and think about how can we design a successful network preferences application for Haiku. I will not focus on the eye candy or widgets, the focus is on the user experience and features.

Lots of shots of different OSes and some opinions by yours truly.

Mac OS X - Network Preferences Application

Mac OS X uses an unified preferences application like the one in Zeta. This application is called System Preferences. Mac OS X uses different applications for setting network preferences and setting network services.

Main Status Display

The MacOS X network preferences application starts displaying a window with a summary about your adapters and their status.

Points of interest:

The idea of a simple network general status view such as this one is very good for it allows you on a quick glance to understand what is going on, for example check if the IPs are being handled correctly by the DHCP server. As one can see there's a lot of redundancy on this window. The colored icon just supports what is being displayed on the info text on the adapter window. There are three different ways to access the properties for a given adapter (show selector, configure button, double click the adapter), this can lead to confusion, I personally don't like the Show selector.

Ethernet Settings Display

This is the network adapter properties editor window. It can be accessed by double clicking an adapter on the adapter list, selecting it from the Show selector or clicking the Configure button. As you can see the profile manager (Location selector) and the Show selector both keep being displayed and just a portion of the screen changes.

Points of interest:

MacOS X TCP/IP tab panel is a very elegant and easy to use one. Things are on sane places, I like it but again, advanced users will feel that some features are missing for example editing Hosts info.

Linux (Ubuntu Dapper)

The Ubuntu shots were provided by a friend of mine, my linux box crashed. His linux is localized for portuguese, I'll translate where necessary.

Talking about Linux is always a difficult thing because there are so many ways to do anything. What I will talk about here is the way to set network preferences using the Gnome network preferences app that is bundled in Ubuntu which is a popular Linux distribution that is attracting lots of switchers. Since our focus is on the normal end user experience, this panel is probably the one that new Ubuntu users will meet first.

Gnome Network connections

Just like the case above, the first thing we see is a summary with info about your adapters. Gnome allows you to have different profiles for your network connections, you can select different profiles using the Local selector.

points of interests

The connections tab (conexões in portuguese) shows a summary on your adapters. It shows the method for configuring the adapter but nothing more, no IP info. I think it could be better. If you want to manage or check the properties for a given adapter, you can simply click the properties button.

Ethernet Settings

Gnome network preferences application will pop a new window for the ethernet settings. You can see the settings are the basic ones, the ones that you actually needs. I think that leaving the IP and gateway fields editable when you select DHCP is bad practice.

I actually don't know what the "roaming mode" does, I know what roaming is, but what this setting does I don't know.

You can see that you have features such as setting the machines on the main tab panel. This is very useful for setting up a home lan IMHO.

I don't like it popping a new window, I like when prefs apps work as a single window unit.

Windows XP

Windows XP uses a centralized place for the user to find and manage his computer settings, this place is known as the control panels. If I start talking about the windows control panel, I'd stay here forever, so let us just focus on the network side of the thing.

This is what you see as soon as you get to the network and internet connection preferences. I find it very confusing. Let us jump to the ethernet status, details and properties.

 

after selecting the desired adapter, Windows XP will pop up a new window with a tab panel displaying some useful info. If you want to change anything you're supposed to click the properties button.

The property window is really non-intuitive and not friendly. I don't want to talk much about windows for this is not the path I plan to choose and I don't think there's nothing on windows control panel that I'd like to use. I've included this on this article just to show how bad implemented preference applications can really spoil the end user experience.

Zeta

Zeta like MacOS X uses a centralized preferences app that groups everything together.

Network profile menu

The first thing Zeta network preferences shows is the profile manager.

points of interest:

The only bit I don't like about Zeta network preferences window is that it gives the profile manager to much real state and that the profile summary is shrunk to the right side of the window. I don't think the profile manager needs that much space and a simple selector plus the needed action buttons would be better, I'd like the network status to be the focus of attention, not the profiles. Clicking Edit will take you to the network settings editor.

Network settings

points of interest:

Settings are live in Zeta, changing them is enough, no need to force network to update, this improves the user experience, no such thing as the user saying: "but I changed it." and you replying: "but you clicked apply?".

Plans for Haiku Network Preferences Application

I plan to make our preferences app work with add-ons. Two add-ons are planed from the start, one is the summary add-on and the other the basic settings add-on. The application would provide a simple profile management feature and it would load add-ons on demand. It would launch displaying the summary add-on, this way you'd see your network status like the MacOS X one.

Summary add-on features:

Basic settings add-on features:

By using add-ons we can make everything display on a single window without the bad part of managing a monolithic bloated bag of code. By making the preferences app, single window application we get the solid felling that you're seeing all you need. I am trying to avoid the windows control panel fragmented felling, for me it feels as if a completely different team coded each window and didn't talk to each other. I like the user to be able to change his settings easily, not showing stuff that is not related to the task at hand.

I don't plan to put services and advanced features from the start, since we're using add-ons we can simply create such add-ons later.

I am looking into the Data translators preferences app to learn more about add-ons and into ifconfig and networkstatus app for learning more about setting and querying network configuration in Haiku. If anyone that read this far wants to share opinion or point me to source files, please do so!

Well, I think that is all for now, I'll keep updating this blog as I advance this project.
Andre


Source URL:
http://www.haiku-os.org/blog/soapdog/2007-05-06/popular_network_preferences_applications_and_comments