| bio | website | web-profile.com.ua |
|---|---|---|
| location | Ukraine | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 1 at 20:29 | |
| stats | profile views | 33 |
web-developer
|
Jan 3 |
awarded | Popular Question |
|
Dec 26 |
answered | Does it make sense to place 4 “Apply” buttons on a form? |
|
Dec 20 |
comment |
What is the best way to inspire users to choose strong password? @AndreyBotalov: "If attacker has the same IP as ordinary users" - how could this be? :) У вас в Белоруссии IP-адресов мало? :) |
|
Dec 19 |
asked | Is it good for user to auto-hide scroll? |
|
Dec 19 |
comment |
What is the best way to inspire users to choose strong password? @AndreyBotalov: There are about (approx.) 10% of users under NAT and about (approx.) 10% of these users could exceed 10 times login limit. If they will exceed the limit, then these users will simply restore the password. Because of this (approx.) 1% of users you are trying to force all 100% to invent long and complicated passwords. IMHO it is not useful for users. |
|
Dec 19 |
answered | What is the best way to inspire users to choose strong password? |
|
Dec 19 |
comment |
Removing placeholder text on focus +1, thank you for description of the user testing. Could you tell (if it is not a secret) what else confused users except placeholders? Or what other improvements you made after user testing? It is very interesting because users surprise me a lot sometimes :) |
|
Dec 18 |
accepted | Removing placeholder text on focus |
|
Dec 18 |
comment |
Removing placeholder text on focus +1, I agree, that in most cases placeholder not needed at all, label is enough and input should be blank (without placeholder text). But there are situations when you are limited in space (like login forms) and placeholder solve this limitation. By the way, what was the average age of tested users? |
|
Nov 18 |
revised |
Why should we ask the password twice during registration? updated jsfiddle code and link |
|
Oct 21 |
revised |
Should I use two steps or one when users change password? added 9 characters in body |
|
Oct 19 |
comment |
Why do most dashboards use capital words? @BartGijssens IF ALL WORDS WILL BE UPPERCASED THAN IT WILL MORE PROMINENT THAN USER USED TO READ. BUT IT IS HARD TO READ FOR USER. IMAGINE IF ALL THE WORDS IN THE BOOKS WILL BE UPPERCASED. Natural case of letters is easier to read. |
|
Oct 3 |
answered | Should I use two steps or one when users change password? |
|
Sep 12 |
revised |
What is a good approach to starting a really big project? emphasize main ideas |
|
Sep 12 |
suggested | suggested edit on What is a good approach to starting a really big project? |
|
Sep 5 |
comment |
Removing placeholder text on focus +1 I completely agree that using placeholder in most cases is the bad practice. But there are some cases when using placeholder is good solution. Example: login form in the topbar of the site. There are no extra space for labels and it is better to use placeholders in this case. |
|
Aug 28 |
awarded | Notable Question |
|
Aug 16 |
accepted | Submit button on top of the long form |
|
Aug 16 |
comment |
Submit button on top of the long form Someday I will found the example of such form and I will post the link to that form here :) About "can't just press the submit button" - Submit button could be disabled if not all required inputs are filled and the form is not ready to be submitted. |
|
Aug 16 |
comment |
Submit button on top of the long form @BenBrocka Similar approach is used for 2-level menu on Bootstrap site - twitter.github.com/bootstrap/base-css.html (try to scroll the page) and imho it would be useful for forms too as you described. |