Tagged Questions
The user-friendly tag has no wiki summary.
15
votes
2answers
2k 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 parse something using ...
12
votes
21answers
2k 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 question)
The thing is ...
8
votes
4answers
303 views
Is there way to give user-friendly error message on constraint violation
Say I have column Gender and constraint CHECK( Gender IN ('F', 'M', 'OTHER')).
If I accidentally forgot to handle this on client side, user will see smth like
ORA-02290: check constraint ...
5
votes
1answer
156 views
tools for creating user-friendly command-line prompt?
I notice that some programs (e.g. sqlite, mysql client) provide a command-line prompt that is very similar in capabilities to the bash's, including:
line editing with left and right arrows, delete, ...
4
votes
7answers
120 views
Is it better to automatically redirect users or to show them the requested page with an error?
Given a scenario in a web application where the User has to do X before they can proceed to Y, but where the link for Y is always available, we are currently discussing two ways of redirecting the ...
3
votes
6answers
225 views
What are some common elements/features for a more user-friendly GUI?
I presented a prototype piece of software to the "customer" of a product I've been working on. The program's requirements were extremely vague because the customer had doubts as to what can be ...
3
votes
5answers
350 views
Retyping password to confirm…necessary or excessive?
Simple question...I've noticed several large sites (Facebook, Twitter, etc) have ditched the idea of requiring new registrants to confirm their new password by typing it again.
Balancing usability ...
3
votes
9answers
216 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 still tend to not ...
2
votes
3answers
77 views
How to teach users not to double click in webapps? [closed]
How should I train my users not to double click links?
The back-end protects itself against it, but usually these checks lead to ugly error messages (XY already in state completed etc). At some ...
2
votes
5answers
192 views
What's the best way to implement password recovery from a usability perspective?
I read the other password recovery questions on SO and it seems that most people consider sending a password recovery link that can be used only once and expires after a couple of days to be most ...
2
votes
5answers
203 views
How to have a three column home page in Drupal
The home page of this site will have basically a 3 column layout.
I can create these as either content or blocks. I like using content because its easy for the user to understand, they login to the ...
2
votes
2answers
1k 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 and edit requirements ...
1
vote
2answers
52 views
Different App types within one app - iOS development
I am more after an opinion about user friendliness for an app I am making.
In the process of planning for my application, I find that some parts of the app will work better with a tab bar view, ...
1
vote
3answers
78 views
Authenticating Using Email vs UserName [closed]
witch is better ?
using Email as UserName or using unique UserName to authenticate user.
what is your idea ?
1
vote
4answers
257 views
Making a Database search engine like google [closed]
I'm new to creating websites.I'm creating a Telephone directory search Engine.(Using PostgreSql,CGI scripts).My Database is having Name,Tel.No,City,State,Address.
Upto now I have created a search ...
1
vote
2answers
135 views
Dynamic user control over variables (embedded language?)
I'm creating a piece of software (written in C#, will be a windows application) and I ran into this problem-
I've got a set of variables, and I need to allow the user to define a wide range of ...
1
vote
4answers
154 views
What techniques can I use to always display user friendly error messages?
What techniques can I use to always display user friendly error messages? I guess I'm looking for programming, testing, and management techniques that produce user friendly messages.
1
vote
4answers
209 views
to program GUI app , what will be the must user and developer frendly toolkit in c++
Hello all
i like to build desktop application , that will be must user friendly in view
what i mean is that the look and feel will be natural in the way the user used to see windows
apps .
and this ...
1
vote
5answers
92 views
Providing suggested solutions in error messages
Developer tools and software typically do not provide solution suggestions in error messages. This makes sense for compilers because they are supposed to tell precisely what went wrong.
There are ...
1
vote
3answers
336 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.
Are there common ...
0
votes
2answers
41 views
MVC3: How to use user-friendly adresses?
For example I have some project management system
If I want to open project with Id=123 I redirect to controller action using address
http://myhost:67845/Projects/id=123
How I can use user-friendly ...
0
votes
0answers
71 views
Url user friendly, htaccess and index.php (router)
I've a problem with the urls user friendly.
This is my simple htaccess that send all to index.php:
#Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
0
votes
1answer
50 views
Url User Friendly, hide original address with variables
this is my simple htaccess that redirect all calls to index.php or to error.php
It work fine but I would hide the original address from the address bar.
#Options +FollowSymLinks
RewriteEngine On
...
0
votes
9answers
163 views
are claims of Oracle being hard to administer on simple tasks correct? aren't there quality admin apps for it?
I see this claim made in a rant here http://discuss.joelonsoftware.com/default.asp?joel.3.456646.47 . As well as in various other rants that can be looked up on google using "oracle sucks". Ok, well, ...
0
votes
1answer
110 views
Displaying change of content through parent
I have DHTML content inside a fieldset. This includes plain html, nested objects (even other fieldsets), and value change of input, select, and textarea objects.
I'd like to change the border of the ...
0
votes
0answers
16 views
How do i tell people which button to press when the keyboard layouts varies a lot?
If its not a number, a letter or F-key, how do i tell the user which button to press, without using any images?
Any ideas? I've got only bad ones.
0
votes
0answers
49 views
user-friendly error management pattern
Different component in my system each have specific namespaces for their errors.
Websites communicates with theses subsystem and receives errors from them that I want to log (raw log of the error).
...
0
votes
1answer
159 views
User friendly urls in joomla1.5
I am working Joomla 1.5 . I am unaware of how to set user-friendly Urls to the site in Joomla1.5.
Give suggestions for keeping User-Friendly urls ...
I have changed the configuration for SEO as yes ...
0
votes
3answers
54 views
Making “helper” text in a form be a different color then typed text
<input name="phone" type="text" id="phone" value="Phone #" onfocus="value=''">
I've got two problems here. The main one is I would like the helper text (in this case "Phone Number") to be a ...
0
votes
5answers
294 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 organization
All the nodes ...