210
votes
225answers
24k views
Worst UI You’ve Ever Used
What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a …
101
votes
15answers
9k views
What are MVP and MVC and what is the difference?
When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and …
83
votes
32answers
3k views
Save icon: Still a floppy disk?
Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications.
I'm working on a project where the user is able to …
34
votes
25answers
3k views
What program should I use to mock up GUIs?
I want to mockup a GUI system so that I can figure out how best to represent what I need.
Normally, I would design a GUI in something like glade and then write a quick mockup in Python which …
33
votes
19answers
5k views
Is Python any good for GUI development?
I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to make it …
30
votes
19answers
1k views
Icons: How does a developer with no design skill make his apps look pretty?
I probably spend far too much time trying to make my visual interfaces look good, and while I'm pretty adept at finding the right match between usability and style one area I am hopeless at is making …
29
votes
10answers
3k views
An executable Python app
Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is some way to compile it into an executable for Mac, Windows and Linux.
The problem …
28
votes
29answers
5k views
Tools for creating UI prototype.
Hello.
I need to create a prototype of ui.
I'm googling, and find "Axure RP", but it very expensive for us company.
Other way for creating UI prototype is tools like Qt Designer, but it doesn't …
26
votes
24answers
2k views
GUI design techniques to enhance user experience
What techniques do you know\use to create user-friendly GUI ?
I can name following techniques that I find especially useful:
Non-blocking notifications (floating dialogs like in Firefox3 or …
23
votes
18answers
5k views
Good C++ GUI library for Windows
I'm looking for good windows GUI library for C++. The Ideal in my opinion shoud be:
Modern. MFC, wxWidgets, Qt were started a long time ago and they don't use modern C++ features and standard …
22
votes
20answers
4k views
What is the best MySQL Client Application for Windows
Are there any MySQL Client applications for Windows that get even close to what the Enterprise Manager / Server Management Studio is for Microsoft SQL?
I have two requirements and one "nice to have" …
21
votes
9answers
703 views
How to test GUI for color blind person?
Is there a way to test if a GUI is usable for color blind person? I know that it has many degree and I guess it's why that simply doing a screenshot in Black & White is not the best way to test …
21
votes
9answers
2k views
Very simple, terse and easy GUI programming “frameworks”
Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that
GUI is described entirely in a human-readable (and human-writable) plain …
19
votes
10answers
4k views
Looking for a MVC Sample for WinForms
Can you point me to a good real-world WinForms MVC application/framework?
I understand the Model part - that's your data, and I know the forms are the views, but what's the controller? Especially …
18
votes
7answers
5k views
What GUIs exist for Git on Windows
I use Subversion via TortoiseSVN but I hear good things about Git.
Are there any similar tools available for Git on Windows?
Feel free to answer with tools which still in early development.
