1
vote
2answers
53 views
How to pass data between BLL and UI in 3-layer (single tier) application?
I am a fairly rookie programmer who is trying to learn the basics of n-layered architecture (DAL, BLL, UI). The application I am programming is a single tier, 3-layer application written in VB.NET …
0
votes
1answer
17 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"
…
3
votes
5answers
93 views
Need guidance towards evaluative boolean logic tree
I can't seem to find a pointer in the right direction, I am not even sure what the terms are that I should be researching but countless hours of googling seem to be spinning me in circles, so …
1
vote
2answers
23 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 …
0
votes
3answers
48 views
text in text box
hi,
i am pretty new to the gwt framework and i am using it for building the ui of my web site,
i would like to make the text box have a text in it that once the user clicks on it for the first time, …
0
votes
1answer
35 views
Map complex UI to Object cleanly and efficiently.
I currently have an app (in Silverlight), using mv-vm, that has an interface to add/edit/remove various entries to a database. A good analogy would be a page for ordering a car with many checkboxes …
3
votes
4answers
67 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 …
6
votes
1answer
96 views
Does a reference work with human behavior/perception patterns exist?
In all current and future projects I pledged to concentrate all the ground work around interaction design.
I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference …
1
vote
2answers
79 views
What is the rationale behind UI namespace in Qt?
In the process of creating a user interface code from UI file Qt creates 2 classes with just the same definition.
class UI_CustomeUIClassFromUIFile
{
//code generated from UI file thru UIC
}
…
0
votes
4answers
31 views
Control user input to textfields
Looking for a way to control user input in text fields.
i.e. one field can be double, one field string, one field int.
Is there a library I can use to look after this for me?
Using: Vs 2008, C#, WPF
0
votes
0answers
59 views
Android: How to fire onListItemClick in Listactivity with buttons in list?
I have a simple ListActivity that uses a custom ListAdapter to generate the views in the list. Normally the ListAdapter would just fill the views with TextViews, but now I want to put a button there …
3
votes
7answers
65 views
Best way to indicate “draggability” in a web app (or in general)?
Are there any visual cues that you know of that indicate an item's "draggability"?
The obvious ones:
"<marque>Click here to drag!</marque>"
that icon thing
and (which I plan to …
0
votes
2answers
25 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", …
80
votes
62answers
7k views
Why is good UI design so hard for some Developers?
Some of us just have a hard time with the softer aspects of UI design (myself especially). Are "back-end coders" doomed to only design business logic and data layers? Is there something we can do to …
2
votes
7answers
153 views
Can Ruby be used for UI based Windows apps?
I'm sorry if this question is noob-ish but I'm not having much luck with Google. Can Ruby be used for UI based Windows apps? I'm not looking for a Rails app, just Ruby.
Thanks
