1
vote
1answer
125 views

UX and UI copy / knockoffs - looking for stories [closed]

I'm researching the concept of copying experiences and design for a lecture I'm about to give. Why are we copying, what are the right and wrong considerations we take, and how does it effect the user ...
5
votes
6answers
164 views

Should tabs changes in a web app be part of the browser history?

I've implemented a JavaScript plugin that tracks tab changes in through the browser history. Here's a brief overview of how it works: Once tab is clicked, the URL hashtag (the part that looks like ...
6
votes
9answers
392 views

Isn't all user testing essentially a way of gathering how people think things should work?

When user testing is performed, users are often presented with a serious of variations of a product and observed to see where they excelled and where they had trouble. People will often click in areas ...
4
votes
2answers
458 views

Best practices for applying user achievements to business applications

I've read over a few papers projects and related to the use of video game style achievements being put into regular applications as a means to encourage users to explore the tools and create a desire ...
4
votes
3answers
396 views

How to collect and then extract user's behavior patterns

I have some SDI windows forms application. This application has main form, a huge of module forms. At the same time I can view one module form and many it's sub modal forms. So, every module form is ...