学习优秀UI技术的资源,更直观、更艺术、更人性化
无论我的编码有多好,我常常对第一次在 Flex 中为应用程序开发的屏幕感到满意,这显然会导致重做和浪费时间。只有在更改了 2-3 次之后,团队才同意其“用户友好性”。有人可以给我指出一个好的位置/书籍/网站,在那里我可以看到/学习 UI 开发技术。不是技术上的,而是艺术上或用户友好的。
我现在需要的一个示例是一个控件 UI,它能够在第 3 级深度选择 xml 的多个节点(因此这将涉及在两个级别选择节点)。
我依次使用了两个组合框,其中一个组合的内容依赖于另一个组合框(并在网格中使用此类组合框以同时启用多个选择)。但在这里组队看起来确实不错。说它不“用户友好”。
任何帮助将不胜感激。 谢谢。
No matter how good coding I do, I am more often than not pleased with the screens I develop for my application in flex in first go, which obviously results in re do and wastage of time. Only after changing it 2-3 times the team agrees on its "user friendlyness". Could someone point to me a good location/book/website where I could see/learn UI development techniques. Not technically but artistically or user friendly.
One example that I need now is a control UI to be able to select multiple nodes of a xml at 3rd level deep (which will thus involve selection of nodes at two levels).
I used two combo boxes one after another in which content of one combo depended on another (and used such combo boxes in a grid to enable multiple selection at same time). But that does look nice to team here. Say its not "user friendly".
Any help will be greatly appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能值得浏览一些适用于特定系统的用户界面指南:
等。
似乎有每个系统都有特定的 UI 设计指南,我敢打赌,一般来说,它们的建议与其他系统几乎相同。
it might be worth browsing over some of the user interface guides available for specific systems:
etc.
there seems to be specific UI design guidelines for every system, and i'm willing to bet that they suggest pretty much the same thing as the others, generally speaking.