Tagged Questions
3
votes
4answers
124 views
Better to Show Empty List or Default List?
This is a web application for people to manage a large database of stuff. When the user clicks on the a button/link to "View Their List of Stuff", is it better to present them with a populated list or ...
7
votes
3answers
212 views
Date Range: Is automatically making “To” the same as “From” a good practice when searching data in the past?
I couldn't think of a more descriptive title, but this is what I'm wondering:
I have a Date Range selector box. It's quite straightforward, it has two calendars, one for the "From" date, and another ...