Questions tagged [user-friendly]
73 questions
1
vote
1 answer
NSTableView, making it user-friendly
I have a NSTableView View-Based that have editable rows, but just allow the edition if the user clicks on the text, not on the rest of the cell. (see the image)
Does somebody know how can I make editable the entire cell, not just the zone of the…

Rafa Febrer
- 184
- 14
1
vote
0 answers
PayPal JAVA REST API: display exception friendly message to user
PayPal JAVA REST API: how to display exception friendly message to user.
The payment exception message like:
Error: java.io.IOException: Response code: 400 Error response:
{"name":"TRANSACTION_REFUSED","message":"The request was…

Dave
- 759
- 2
- 9
- 31
1
vote
2 answers
Embedding high-quality audio file on webpages without flash
I am trying to embed audio files on a website for a client (who composes music as her job).
Since she is very specific about quality, she gave me a 20 minute mp3 track @ 320 Kbps (approx 50Mb). This track would ideally autoplay on the home page of…

MicroMachine
- 179
- 5
- 16
1
vote
4 answers
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.

yazz.com
- 57,320
- 66
- 234
- 385
1
vote
2 answers
Column Captions in MySQL (in addition to column names)
In MS Access (2003), a column can have both a "name" (required obviously) and a "caption" (optional). It can also have a "description" (optional) and an "input mask".
The main advantage is that the column name can be code friendy (eg lower case…

Default300
- 21
- 2
- 6
1
vote
3 answers
to program GUI app , what will be the must user and developer frendly toolkit in c++
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 toolkit/framework to be as much as possible easy fast to…

user63898
- 29,839
- 85
- 272
- 514
1
vote
0 answers
VB.NET (2013) Drag and drop feedback
I am developing an application aimed at children with disabilities, so I need to make it simple and offer a lot of visual feedback. I am using Visual Basic .NET (2013), and most of the examples I find are for older versions of VB, mainly VB6.
Either…
1
vote
1 answer
Specific category url in osclass
I am using osclass3.1 in my site www.carsangrah.com. I have deleted all the categories except one (buy used car). I am able to get non user friendly url for this category i.e. http://www.carsangrah.com/index.php?page=search&sCategory=2. Please…

Swati
- 23
- 1
- 7
1
vote
1 answer
Isn't it stupid to use checkboxes as radios?
I have seen a lot of survey web-pages (among others) that uses checkboxes (multi-selection) as radios (one selection only). The reason they do so is that in their code they have a variable that decides how many selections in one question that can be…
user1248084
1
vote
5 answers
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 "lint" tools to provide suggestions, but AFAIK,…

namespaceform
- 690
- 1
- 6
- 14
1
vote
0 answers
overriding Default Dialog Button: purpose: prevent accidental click of "OK" by end users (regarding unsaved web pages)
(a) TIMTOWTDI =. there is more than one way to do it
(b) TIOOWTDI =. there is only one way to do it
i do not know if the case for this issue is (a) or (b), above.
The follow links may apply to this…

gerryLowry
- 2,626
- 5
- 35
- 44
1
vote
3 answers
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 rules/standards for developing user friendly…

Ahmed Atia
- 17,848
- 25
- 91
- 133
0
votes
2 answers
How to use user-friendly addresses?
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 link for the same action…

ZedZip
- 5,794
- 15
- 66
- 119
0
votes
1 answer
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
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond…
0
votes
0 answers
How do you get a Google Apps Script code to be available for every single spreadsheet in your drive without copy-pasting?
I am using a shared Google account and the rest of the people with access to the account have even less programming knowledge than me. I have a custom function that greatly helps us to reduce the time we spend on a repetitive task but we need to do…

semrem
- 1
- 1