Questions tagged [user-friendly]
73 questions
0
votes
1 answer
Shortcut key assignment algorithm
I have multiple choice menus in my program like so:
Which option do you want? (choose one)
f: First option
s: Second option
t: Third option
The user then presses f, s or t to make their choice. For this example, I picked the letters…

Superbest
- 25,318
- 14
- 62
- 134
0
votes
1 answer
ios/xcode/objective-c: Display future dates in friendly format
I have found some great solutions for displaying past dates in user friendly format such as just now, a few hours ago, yesterday, last week etc.
However, I've been unable to find a similar friendly format for future events/appointments.
I'm looking…

user1904273
- 4,562
- 11
- 45
- 96
0
votes
1 answer
How to realize maximally user friendly date input?
I have wrote the following code for date input:
$( "#datepicker" ).datepicker();
full DEMO
But this input is not enough friendly for user. user can type to input something wrong and confusion with date format can happen. Is there way to make date…

gstackoverflow
- 36,709
- 117
- 359
- 710
0
votes
1 answer
Go back to last webpage after logging in
I need help figuring out how to allow users who login go back to the page that they were on before being sent to the login page. Here is a quote from my boss:
Sometimes I forget to sign in and I go to a page, click and get the
notice about…

Mitch Mitchell
- 735
- 1
- 7
- 5
0
votes
1 answer
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 to apache mod_rewrite and Search engine friendly…

useranon
- 29,318
- 31
- 98
- 146
0
votes
0 answers
Update shopping cart Button - Magento Cart
I was wondering to make easy for customers on checkout that:
Every time that user changes or switches the number of quantity on Magento's cart page, at the same time appears the button "update shopping cart" down the field of quantity.
Because some…
0
votes
3 answers
Making "helper" text in a form be a different color then typed text
I've got two problems here. The main one is I would like the helper text (in this case "Phone Number") to be a different color then the inputted text from the user, to…

aslum
- 11,774
- 16
- 49
- 70
0
votes
1 answer
Dropdown language keys available via keyboard
I have the following dropdown that opens when the mouse hovers it:
Now is it possible to open the same dropdown when the user highlights it via the tab key.
I've tried learning from this: Selecting div in custom dropdown using Keyboard (Up, down…

FastSolutions
- 1,809
- 1
- 25
- 49
0
votes
1 answer
Beautify Yii URLs
I have URL like below:
hbbh/object/category/id/4/name/category_name/gId/3/group/group_name
And I want to change it to something like below:
hbbh/object/category/category_name/group_name
Also I added below rule to urlManager…
user3154370
0
votes
1 answer
Working with an oversized form window
Recently I stumbled across an issue while working on a custom WPF form. (aren't they all custom anyway?). I added the following properties to the XAML.
AllowsTransparency="True"
ResizeMode="NoResize"
Height="945"
Width="1621"
WindowStyle="None"
As…
user1457922
0
votes
1 answer
ASP.NET mvc4 friendly url
I am strugling with creation of url that will be user and seo friendly. I have controller HelloWorld :
public class HelloWorldController : Controller
{
//
// GET: /HelloWorld/
public string Index()
{
return "This is my…

marek_lani
- 3,895
- 4
- 29
- 50
0
votes
1 answer
User Friendly Data Cleaning
I feel kind of silly asking this, but I need a GUI tool for data cleaning.
An executive has offered to take over some of my data cleaning work if I can simplify the tasks. I've been using R to clean the data and Awk to split it, which is beyond his…

Lenwood
- 1,371
- 16
- 36
0
votes
2 answers
An approach to address html contents in a python class
I'm coping with some html parsing, and I'm having quite a hard time defining a way to address the information being extracted.
For example, consider a page like this http://www.the-numbers.com/movies/1999/FIGHT.php. I want to address every content,…

Rubens
- 14,478
- 11
- 63
- 92