Tagged Questions

3
votes
5answers
317 views

UI Usability book for developer

Being mostly a software developer I find that the hardest thing for me is to produce usable user-interface. I did read some books, including The Smashing Book and Web Design For Developers. But those ...
3
votes
3answers
1k views

UI design pattern for multi level grid

currently I have a requirement to display related items in a multi level grid. that is great grandparent -> grandparent-> parent-> child For example: Country-> state->City->Street is the order of ...