Tagged Questions

1
vote
3answers
43 views

Top k problem - finding usage for my academic work

Top k problem - searching BEST k (3 or 1000) elements in DB There is fundamental problem with relational DB, that to find top k elems, there is a need to process ALL rows in table. Which make it …
0
votes
3answers
42 views

Long running App, how handle Errors?

Hi, i have to implement a Info Terminal. I choose dot.net and the terminal is only a touchpad. So this System running 7 days 24 hours. So i call a Webservice, display Data, show Website stuff. Many …
0
votes
2answers
67 views

Showing a secure password dialog on a web page

I've built a Single-Sign-On system for our web network. It works like this: User clicks a login link on the site he wants to log in to (the "Unsafe Site"). The unsafe site's ID is passed in the URL. …
1
vote
1answer
28 views

Collecting usage data for a desktop application

Hi, I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is written in Python and …
2
votes
4answers
38 views

What are some methods of analyzing a website for user experience, usability, and accessibility?

I'm a recent graduate who is looking to get a job doing user experience. Next week, I have a technical interview in which I will be given a website and will have to talk about its usability issues as …
0
votes
4answers
40 views

Are there any guidelines as to when links should open in a new window?

Do the WCAG or W3C provide any guidelines regarding when hyperlinks should open in new windows?
-1
votes
2answers
68 views

Why scroll wheel is so rare on keyboards? [closed]

I find it very useful when working with code. It really speeds up my text manipulation. I think that is much faster to select some vertical block of code with scroll when than with keys. But I …
4
votes
3answers
58 views

How to write good alt text for images to help screen reader and blind user to understand what is picture about ?

How to write good alt text for images to help screen reader and blind user to understand what is picture about ? and if we are using Alt text then what should be in a Title="text" if we are using both …
6
votes
6answers
113 views

Tooltips in the era of touch

Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user …
1
vote
4answers
153 views

How Can I Make This Python Code More Usable And Readable?

Beginner in python, but been programming for about 5 years now. I suspect I have a lot to learn about doing things the object oriented way, but I know the basics. I planned on programming a calculator …
1
vote
1answer
27 views

Can anyone recommend a mouse tracking/recording service for usability studies?

I am after a service like userfly, that is not userfly. Userfly is renders the site badly and means the information is unreliable.
1
vote
1answer
32 views

What patterns or idioms exist for GUI requring user to provided 4 distinct sets of login creditials?

Background: The application I am working on happens to be web-based, but the question applies to any GUI. I need to request three distinct pieces of information from the user four times -- each set …
0
votes
5answers
84 views

Periodic refresh or polling

I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check if a user has a new message on the database every 10 seconds, then if there is inform him/her by creating a div …
1
vote
6answers
48 views

displaying sorted data in multiple columns

Suppose I'm trying to displaying all US states in two columns, ordered alphabetically. Which approach is better from the usability standpoint? Is it sorting horizontally, like: Alabama | Alaska …
0
votes
0answers
37 views

Firefox - Any way to prevent onload focus of form fields? [closed]

Is there any Firefox extension or built in configuration that will allow disabling onload focusing in text fields? I do not want to disable javascript. I'm just sick of certain sites auto-focusing in …

1 2 3 4 5 19 next
15 30 50 per page