Fate attenzione a usare www.google.com/ncr e inoltre vi consiglio di sloggare iGoogle.

Fate attenzione a usare www.google.com/ncr e inoltre vi consiglio di sloggare iGoogle.

L'autore stesso definisce quest'articolo un "inspirational post".
Scevro da ogni minima competenza tecnica necessaria per valutare questi lavori di interface design, ne sono rimasto decisamente colpito.

What makes the article interesting for designers is that as we think more about game-like aspects to the interfaces we develop, understanding how to motivate and encourage interaction is important. Applications, websites, devices cannot always provide a quantifiable sense of achievement. So, how can qualitative incentives help?

Some of the findings from Nielsen Norman Group's recent usability studies using eye tracking technology.

While designing a login form/page a lot doubts will arise, For example, should it be login, log in or sign in? How should the forgot password link be written? What about including a cancel button? Should it be keep me signed in or remember me on this computer? Should the layout be horizontal or vertical?, should login be a separate page or light window kind of approach - to help you in that, Here I’ve collected 36 Beautiful login interface designs, to get inspired and to find out a best solution that suits your need

Problema: sovrappore un div a un oggetto flash.
Soluzione: utilizzare il parametro wmode.
Esempio:
<script type="text/javascript">
var so = new SWFObject("obj.swf"....);
...
so.addParam("wmode", "opaque");
...
</script>

This is the second article in a three part series on patterns and principles for RIA design.
Every designer has a set of controls they rely on to communicate an effective UI. This is my library of essential controls.