Tagged Questions

2
votes
8answers
77 views

How to Build a User Friendly Filter

Our application displays tons of valuable information to our users in a table. We have a filtering capablity that is based on boolean/logic searches. Even after coaching, users sti …
13
votes
21answers
654 views

How can I enhance the aesthetics of an ugly windows form packed with too many (necessary) features?

One of the window dialog of a software I'm working on looks a bit like this : (original screen-shot copied from this coding horror post, other examples available on this SO questio …
8
votes
2answers
272 views

Is there any Python XML parser that was designed with humans in mind?

I like Python, but I don't want to write 10 lines just to get an attribute from an element. Maybe it's just me, but minidom isn't that mini. The code I have to write in order to pa …
1
vote
3answers
86 views

Customer: Website is not user friendly? Are there common rules or standards to do this?

We developed an asp.net website for one of our customer. We followed our rules and standards while building website. While showing it for customer, he said: it's not user friendly. …
0
votes
5answers
208 views

Best way to show screens to user on application

I'm developing a Winforms application which has been running for years with an explorer view (TreeView left, screen right). I means that: All the screens have an hierarchy organi …
1
vote
2answers
300 views

User-friendly wiki for end-users/customers

Currently our team is using MoinMoin as a wiki for IT and it's so nice. We want to promote to use wiki for end-users because some of them are interested. On the wiki we'll share a …