264
votes
245answers
31k views
Worst UI You’ve Ever Used [closed]
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 …
112
votes
14answers
10k 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 …
94
votes
34answers
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 …
43
votes
16answers
634 views
Common Web UI Styles
I have to present a prototype of an web app in the following days to one of my clients, the thing is I'm not so good at CSS and worst of all I'm almost never happy with the results I get.
Coding the …
36
votes
20answers
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 …
34
votes
25answers
4k 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 …
32
votes
19answers
1k views
Icons: How does a developer with no design skill make his/her applications 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 …
31
votes
10answers
4k 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 …
30
votes
29answers
6k 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
18answers
6k 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 …
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 …
25
votes
20answers
6k 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" …
23
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 …
23
votes
10answers
5k 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 …
22
votes
12answers
3k views
Is Qt worth learning?
I am a C# developer and work on Windows, but back in High School I took some C++ classes. We worked on console applications only. I kinda want to learn C++ GUI programming. I have been looking at Qt …
