About William Peng

Posts Tagged ‘UX’

-->

Stop Password Masking

Tuesday, June 23rd, 2009

Jakob Nielsen implores web developers to stop masking passwords in web input forms. I have to admit I never thought about it this way.

Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn’t even increase security, but it does cost you business due to login failures.

The only case when you would need to mask passwords is when the user is in a public space, in which case Jakob proposes there be a check box to mask the password in the input form. (via Kottke)

-->

12 Examples of Lazy Registration

Wednesday, April 29th, 2009

Web Jackalope has a good post about the importance of lazy registration. Lazy registration allows users to interact with the site and try out some of the features before signing up for the service. Putting all of the functionality behind a pay wall deters a good percentage of potential users, and you want to make the barrier of entry as low as possible. It’s kind of like the freemium model, but at an even earlier stage.