vote up 1 vote down star
1
  • Are there any open source frameworks that are for this purpose?
  • How does UI design differ when designing a software appliance console from traditional web applications?
  • Any examples of particularly well-design user interfaces for software appliances?
flag

37% accept rate
What exactly do you mean by "software appliance"? – Uri May 17 at 0:25
Anyone know of empirical studies on the intersection of usability and configuration? – jm04469 Jun 5 at 11:59

2 Answers

vote up 1 vote down

I think you'd find Alan Coopers book About Face quite useful. I have the 1st edition of this, and it talks about various postures of an application.

In your case, a software appliance console is an example of a transient posture application - one where you cannot assume users have prior knowledge or experience. This leads to various decisions - from offering fewer choices, to including more on-screen guidance.

There's more to this than I can describe here, go buy, borrow or steal a copy to read yourself.

link|flag
+1 and look for his other books too. – Charlie Martin May 17 at 3:52
vote up 1 vote down

Just been through this recently. First rule is make it simpler than you would make a web application. Simpler in design, because you want it to be as reliable as possible. Simpler in functionality because an appliance tends to stay in use for a long time; you don't want to be vulnerable to the vagaries of new browsers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.