Tagged Questions
4
votes
2answers
121 views
Log add to top or bottom
In my WPF (Windows Presentation Foundation) application I have a log that display important events in the application.
I'm unsure where to add new events? Or in other words, how should I sort the ...
4
votes
4answers
161 views
Best order for the company history page?
I'm making a company history page for 2005 to today.
Each year has a paragraph about what happened that year.
I'm conflicted as to whether I should show 2005 first (and let the user scroll down to ...
8
votes
4answers
573 views
Threaded messaging, simplicity
I am building a many to many messaging system, which means that one user can send a message to 35 other users, and any one of these users can reply, to this message, which then again everyone else can ...
2
votes
1answer
188 views
Guidelines for ordering of tabs?
I am wondering if there are some guidelines for ordering of tabs.
Typically we see General tab as the first which makes sense. What if there is no general tab? How to decide which ones should follow ...