Questions tagged [user-friendly]
73 questions
3
votes
3 answers
Redirect a site to a Mobile version, error with Google Mobile-Friendly Test
I have the following urls :
domain.fr (desktop site)
domain.fr/m/ (mobile site)
Both urls "point" to each other using"canonical" or "alternate".
We can access those urls without problem.
I would like to redirect people on mobile to :…

Julien
- 3,743
- 9
- 38
- 67
3
votes
5 answers
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 and error-prevention effectiveness...is it better to…

johnnietheblack
- 13,050
- 28
- 95
- 133
3
votes
9 answers
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 understand how to use filters because AND OR > >= etc…
user195488
2
votes
3 answers
How to teach users not to double click in webapps?
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 places I remove the button/image when the user clicked…

reto
- 16,189
- 7
- 53
- 67
2
votes
0 answers
user friendly display of numbers - specifically size measurement with units
I am looking for a javascript library that converts a given number and unit into a user friendly display (given whether it should be metric or "US standard").
E.g., I give it "1032 m" and it shows "1 km" or "0.64 mi".
Basically I am looking for an…

janett
- 21
- 1
2
votes
3 answers
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 of aplications, for instance.
I think MoinMoin is…

FerranB
- 35,683
- 18
- 66
- 85
2
votes
1 answer
create user friendly url containing username in php
I want to pass username in url just like what other social networking sites like facebook do.
The url should be like : www.mysite.com/username
Also I want to be able to access directories if the value at place of username is a directory name.
Ex.…

Anuj TBE
- 9,198
- 27
- 136
- 285
2
votes
5 answers
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 site, they browse to the page they want to edit,…

Tim
- 2,667
- 4
- 32
- 39
2
votes
0 answers
Android App Rating - Populate store popup fields with in-app popup input
I understand based on this link that I cant let user rate an Android application in-app via some Google Play Store API, but would it be possible to pre-populate the information the same way I just did when I implemented a client-only email feedback…

NukeouT
- 409
- 1
- 9
- 20
2
votes
1 answer
How to make the WP admin menu responsive and like the ubuntu menu, with top horizontal menu/quicklinks?
The objective is to make the WP admin menu look like:
The top nav has the quicklinks that everyone can relate to with pictures.
(source: thedesignwork.com)
Easily clickable if accessed by a tablet.
Notifications are served with colored…

JJS
- 59
- 1
- 7
1
vote
2 answers
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, others with a plain view, and other parts again with…

jwknz
- 6,598
- 16
- 72
- 115
1
vote
5 answers
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 on TreeView have one and only one screen…

FerranB
- 35,683
- 18
- 66
- 85
1
vote
0 answers
Letters group ordering in Games Howell post hoc in R
I want to get a connected letters report from a Games Howell post hoc test in R. I have achieved it using several options, for example:
library(PMCMRplus)
GH_vol <- gamesHowellTest(Tree.volume ~ Rootstock, data =…

Torsaj
- 11
- 1
1
vote
1 answer
Enter a Csv-File through a Pop-up Window in R
I have seen that there is the nice option to enter an input through a pop-up window which has been created in R.
Is it possible to write a code that creates a pop-up window (or maybe any other nice interface) where one can enter a csv file? (or…

Elen Heler
- 11
- 2
1
vote
2 answers
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 mathematical functions on those variables.
But my users…

Malki
- 2,335
- 8
- 31
- 61