Show HN: Usability checklist – catch common problems before user testing
1–10 of 37 posts
Re: Show HN: Usability checklist – catch common problems before user testing
#2I created a free - research based - usability checklist, which can be used to catch common usability issues on websites before doing expensive user testing.
By fixing obvious usability problems you get more meaningful feedback from user testing.
Please help me make this service better by sending some feedback. Do you find this useful? Would you use this? Should I develop it further?
Many thanks in advance!
-Nina, nina@userium.com, http://userium.com
Re: Show HN: Usability checklist – catch common problems before user testing
#3Re: Show HN: Usability checklist – catch common problems before user testing
#4Re: Show HN: Usability checklist – catch common problems before user testing
#5Hi Everyone, I created a free - research based - usability checklist, which can be used to catch common usability issues on websites before doing expensive user testing. By fixing obvious usability problems you get more meaningful feedback from user testing. Please help me make this service better by sending some feedback. Do you find this useful? Would you use this? Should I develop it further? Many thanks in advanc…
Minor gripe: shouldn't it be alt attributes, instead of tags?
Re: Show HN: Usability checklist – catch common problems before user testing
#6Hi Everyone, I created a free - research based - usability checklist, which can be used to catch common usability issues on websites before doing expensive user testing. By fixing obvious usability problems you get more meaningful feedback from user testing. Please help me make this service better by sending some feedback. Do you find this useful? Would you use this? Should I develop it further? Many thanks in advanc…
.done {
text-decoration: line-through;
}
$(document).on('click', '[type="checkbox"]', function () {
var $this = $(this);
$this.parent().toggleClass('done', $this.is(':checked'));
});
Re: Show HN: Usability checklist – catch common problems before user testing
#7 To Do
=====
Groceries
---------
- [ ] Buy milk
- [x] Buy eggs
EDIT: You could also play with the idea of a paid plan that allows users to create their own custom checklist using a select amount of your checks - possibly with the option of creating their own as well.I'd consider throwing down $3 or $5 as a one-time fee, and even if the site stops working, I wouldn't have minded spending that money.
EDIT: Another feature could be the ability to display your own list on /user/123. It'd save me the bother of always going on about the same things, especially when it comes to accessbility.
EDIT: Another feature could be custom CSS and branding, but that could be implemented as a second tier, since other companies might want to use this for branding and PR. I personally don't care for it as a private individual.
Re: Show HN: Usability checklist – catch common problems before user testing
#8Hi Everyone, I created a free - research based - usability checklist, which can be used to catch common usability issues on websites before doing expensive user testing. By fixing obvious usability problems you get more meaningful feedback from user testing. Please help me make this service better by sending some feedback. Do you find this useful? Would you use this? Should I develop it further? Many thanks in advanc…
Re: Show HN: Usability checklist – catch common problems before user testing
#9[0]
Re: Show HN: Usability checklist – catch common problems before user testing
#101. Basic functionality of the page can be used without mouse, just with keyboard (using TAB button to navigate between the links / buttons). Whenever I TAB, the active/focused item should be clearly indicated e.g. with a border or different background color.
2. You should be extremely careful not to override the native keyboard shortcuts of the browser. E.g. SHIFT+ARROW_LEFT/RIGHT/UP/DOWN are commonly used to expand text selection (TheNextWeb is an offender here, as they treat arrow left/right as a shortcut for "prev/next article" which extremely annoys me). Ctrl+L focuses the location bar of the browser. AltGr+[a-zA-Z] are used in many languages to enter diacritics like "ó".