How does UI design differ when designing a software appliance console from traditional web applications? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T23:43:52Zhttp://stackoverflow.com/feeds/question/873602http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit1How does UI design differ when designing a software appliance console from traditional web applications?jm044692009-05-17T00:12:10Z2009-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#8737511Answer by Charlie Martin for How does UI design differ when designing a software appliance console from traditional web applications?Charlie Martin2009-05-17T02:11:25Z2009-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#8737631Answer by Bevan for How does UI design differ when designing a software appliance console from traditional web applications?Bevan2009-05-17T02:18:14Z2009-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>