How does UI design differ when designing a software appliance console from traditional web applications? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T23:43:52Z http://stackoverflow.com/feeds/question/873602 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit 1 How does UI design differ when designing a software appliance console from traditional web applications? jm04469 2009-05-17T00:12:10Z 2009-05-17T02:18:14Z <ul> <li>Are there any open source frameworks that are for this purpose?</li> <li>How does UI design differ when designing a software appliance console from traditional web applications?</li> <li>Any examples of particularly well-design user interfaces for software appliances?</li> </ul> http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit/873751#873751 1 Answer by Charlie Martin for How does UI design differ when designing a software appliance console from traditional web applications? Charlie Martin 2009-05-17T02:11:25Z 2009-05-17T02:11:25Z <p>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.</p> http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit/873763#873763 1 Answer by Bevan for How does UI design differ when designing a software appliance console from traditional web applications? Bevan 2009-05-17T02:18:14Z 2009-05-17T02:18:14Z <p>I think you'd find <a href="http://www.cooper.com/" rel="nofollow">Alan Coopers</a> book <a href="http://rads.stackoverflow.com/amzn/click/0470084111" rel="nofollow">About Face</a> quite useful. I have the 1st edition of this, and it talks about various <em>postures</em> of an application. </p> <p>In your case, a software appliance console is an example of a <em>transient posture</em> 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.</p> <p>There's more to this than I can describe here, go buy, borrow or steal a copy to read yourself.</p>