Tagged Questions

10
votes
7answers
401 views

What’s the most irrational user behaviour you have witnessed?

While novice software designers expect their users to behave rationally, it's far from being the case ; I've seen many times the user perception being totally disconnected from rea …
3
votes
2answers
388 views

Customer Feedback Alternative to UserVoice?

We are currently hosting an ASP.NET MVC application and we wish to incorporate a turn-key customer feedback system. UserVoice will absolutely meet our needs, but we'd like to cons …
2
votes
4answers
119 views

How to get user feedback?

Hi, I am developing a web application, which is still in initial stages.I have put it on web for public to use.Should I use uservoice for feedback(free account)? What are the alter …
2
votes
4answers
166 views

How can I collect user feedback without physically seeing my users?

Like probably a lot of software developers, I almost never see real users using my software. It is, of course, quite difficult to get good user feedback in this situation. Even if …
1
vote
3answers
299 views

Open Source Alternative to UserVoice or Get Satisfaction?

I've got a few small web projects where I'd like to get some user feedback however the services I've found are not cheap. To get to a useful level of features on UserVoice or Get S …
1
vote
2answers
117 views

Good site to get project feedback?

I have a personal project I've been working on in my spare time. It's far from complete, but I want feedback on the UI and the functionality that has made it in so far. Where is a …
1
vote
3answers
167 views

Giving user feedback during long-running process and user-interface/business-logic separation

When a long-running process is being executed, it is a good practice to provide feedback to the user, for example, updating a progress bar. Some FAQs for GUI libraries suggest som …
0
votes
1answer
11 views

simple user-feedback collection service

Short: I am looking for a very simple (configuration/maintenance wise) solution, that would allow to collect user-feedback/bug-reports from my apps/web-sites over the internet. Lo …
0
votes
2answers
64 views

Providing reliable user feedback with SQLite

I'm writing an application with a GUI frontend (GTK) and an SQLite backend. When something is changed via the GUI, I want the change to show up in the GUI if and only if it comple …
0
votes
1answer
127 views

How to calculate statistics on different machine and combine them again?

I have two backend applications which provide the same functions and they are located on two separate machines (actually this is to make a load balance). So they handle the client …