0
votes
0answers
2 views
slider that also magnifies around cursor
It can be difficult to use (webpage) sliders that cover a large range with fine granularity. On the one hand, it is easy to move across the range. On the other hand, it is difficult to locate the …
10
votes
20answers
384 views
Is it acceptable for developers to have little or no knowledge of UI design? [closed]
In response to 'Apart from programming languages what else to do?', I suggested that it's important to have some knowledge of interface design to work in software development.
Learn …
0
votes
2answers
24 views
100% opacity UILabel over a 50% opacity background (UIView?)
So right now I have a UIView with a UILabel in it. I want the background to have an opacity < 1.0 and the label to have an opacity of 1.0. However since alphas propagate down the view hierarchy, …
5
votes
14answers
811 views
Automated Web UI Testing
What are the good automated web UI testing tools?
I want to be able to use it in the .Net world - but it doesn't have to written in .net.
Features such as a record mode, integration into build …
1
vote
2answers
52 views
Rapid Java UI tools for backend server testing
We have a Java server application using a message based communication passing around strongly typed complex POJO messages. Our regular client is a rich-client Flex application that has a very heavy …
2
votes
6answers
46 views
GUI: should a button represent the current state or the state to be achieved through clicking the button?
GUI: should a button represent the current state or the state to be achieved through clicking the button?
I've seen both and it sometimes misleads the user. what do you think?
0
votes
1answer
22 views
iPhone: how to prioritize items in a CFRunLoop (OpenGL related)
I have an OpenGL application which is rendering intensive and also fetches stuff over HTTP.
Following Apple's samples for OpenGL, I originally used NSTimer for my main painting loop, before finding …
1
vote
1answer
18 views
Tools/Techniques to use our ability to think spatially
What software/UI techniques can leverage our spatial memory? I think and remember in physical space, often the location of something is as important as it's content. For instance I keep an untidy …
0
votes
0answers
23 views
Python Traits UI (Enthought)
I am working with some code that uses Traits UI to show a dialog from which the user is able to select two files:
class Files(HasTraits):
filename_1 = File(exists=True)
filename_2 = …
0
votes
0answers
11 views
How do I change server script background in Visual Studio 2008
I'm developing Asp.net MVC applications and since there's quite a bit of in-place server scripts in my aspx/ascx files it can become really messy finding your way around.
What I would like to do (to …
1
vote
2answers
45 views
jQuery Droppable: dropping outside div?
Is there any way I can get jQuery to perform a function when you drag an item outside a droppable DIV?
Let's say that we have draggable or sortable items in a div and you want them deleted if they …
1
vote
2answers
27 views
Update-highlight-acknowledge UI design pattern
I am working on a safety-critical multi-user system where data shown to the operator can be changed by other operators or external systems. These changes need to be highlighted in the UI and then …
3
votes
4answers
70 views
Are there good UI patterns for designing search forms with many fields?
I'm having a difficult time finding any resources that describe good UI patterns for large search forms. I have a form that requires 20+ possible inputs and can't come up with a design I feel good …
0
votes
2answers
32 views
Drupal: accordion inside node
I see there are several nice Accordion (UI) modules, but none seems to be able to display accordion for subsections of a single node/article.
E.g. article on my site has sections "Start", "Middle", …
0
votes
1answer
20 views
PHP Zend Route Config.ini - similar patterns
Hi,
I'm using a configuration file to route my requests in my application. I have the following entries:
routes.deal.route = "deal/:id/*"
routes.deal.defaults.controller = "deal"
…
