0
votes
2answers
88 views

What should be the default view of a large collection of data (that can be filtered) on a web page?

I have a web page that shows projects (but it could be anything) in an html table (one row per project). There is a filter button at the top that allows users to can filter by a number of different ...
1
vote
2answers
145 views

Simple user input for reminder interface

I'm developing a very simple application where the user enters in important dates they need to remember (Holidays, birthdays, anniversaries, religious holidays etc). Additionally, for dates where ...
1
vote
2answers
205 views

What is the most effective way to passively monitor users in a complex web-based system?

Focus is on interface use patterns, not on raw page views.