Tagged Questions

79
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 …
45
votes
68answers
4k views

Most Astonishing Violation of the Principle of Least Astonishment

The Principle of Least Astonishment suggests that a system should operate as a user would expect it to, as much as possible. In other words, it should never "astonish" the user with unexpected …
42
votes
21answers
1k views

Overengineering - How to avoid it.

Sometimes I find myself designing my classes for a certain project. I start with some entities, some interfaces, but after some time I think: Hey what about creating a handler for the classes using a …
37
votes
20answers
943 views

how do you go about charging for building a website

Someone has approached me to build a website for their small business. What is the protocol for laying out an offer for building a website in terms of pricing? Do i charge for number of pages? If …
36
votes
33answers
1k views

I know how to program. Now how do I learn to design?

Hi, I'm a community college student graduating this year. Over the last couple of years I learned HTML, CSS, VB.NET, C#, PHP, and to a lesser extent some other languages. I have no problems whatsoever …
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
16answers
2k views

What are good resources for CSS templates or templated layout sites?

Does not have to be free, I'm just not a designer and loathe starting from scratch. Any suggestions would be appreciated.
32
votes
12answers
2k views

When should I use a struct instead of a class?

MSDN says that you should use structs when you need lightweight objects. Are there any other scenarios when a struct is preferable over a class? Edit: Some people have forgotten that: 1. structs can …
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
29answers
2k views

What are the best web design sites?

Hello! I just wanted to know what are the best websites about web design? I'm looking for websites about either web design, CSS, Photoshop for the web or web development in general (like new web …
29
votes
26answers
2k views

What is the opposite of ‘parse’?

I have a function, parseQuery, that parses a SQL query into an abstract representation of that query. I'm about to write a function that takes an abstract representation of a query and returns a SQL …
28
votes
32answers
3k views

C# (.NET) Design Flaws

What do you think are the biggest design flaws in C# or the .NET Framework in general? My favorites are that there's no non-nullable string type and that you have to check for DBNull when fetching …
28
votes
21answers
1k views

How do you test layout design across multiple browsers/OSs?

What is a good method for testing website layout designs across multiple browsers and operating systems?
26
votes
23answers
2k views

How do you design object oriented projects?

I'm working on a large project (for me) which will have many classes and will need to be extensible, but I'm not sure how to plan out my program and how the classes need to interact. I took an OOD …
24
votes
13answers
551 views

Have you ever derived a programming solution from nature?

When you step back and look at ... the nature of animals, insects, plants and the problems they have organically solved perhaps even the nature and balance of the universe Have you ever been able …

1 2 3 4 5 159 next
15 30 50 per page