Tagged Questions
2
votes
3answers
50 views
What options to give for multiple choice subjective feedback?
I'm working on a very brief feedback survey as part of our product. To encourage use and simplify the received data I was thinking of restricting it to:
Do you like [product name]?
Any ...
3
votes
2answers
121 views
Forgiving Format: Rewrite on blur or ASAP?
I'm implementing the forgiving format pattern for phone numbers and social security numbers on a web site.
Basically, the idea is the user types their (US) phone number:
5558675309
The system ...
6
votes
4answers
812 views
Any usability studies on password strength meters?
I put together a password strength meter for a signup form, and overall it works very well. It hooks into our DB for the "rules" (number of characters required, mix of letters and numbers, etc.), and ...
7
votes
4answers
328 views
Background images in input boxes
I have been experimenting with right aligned background image treatments in input boxes for the web lately. Are there any rules of thumb for this type of implementation?
Is it considered great ...
2
votes
2answers
85 views
Which is more suitable Separate Box vs Single box in BrijPad
I have created an editor for fast development BrijPad. I get feedback that there should be two boxes one for input and another for output. but I think for multiple operations it would be ...