2
votes
5answers
178 views
CSS rounded corners done quickly: is this an awful technique?
Here's a quick and dirty round corners technique I've been playing around with.
<!-- assuming the div isn't statically positioned -->
<div>
<img src="box_TL.png …
0
votes
4answers
70 views
Table Variables: Is There a Cleaner Way?
I have a table that stores various clients I have done work for, separated by Government and Commercial columns. The problem is that there could be an uneven number of clients in e …
5
votes
14answers
431 views
How to debug a program without a debugger?
UPDATE: Michal Sznajderhas has given a really "best" answer and also made it a community wiki.Really deserves lots of up votes.
Interview question-
Often its pretty easier to …
0
votes
3answers
41 views
Organized Software Design
Hello everyone! I am currently trying to make a game in XNA Game Studio. Games and any software for that matter require good organization because when they get big the code starts …
3
votes
5answers
155 views
State of mind @ work [closed]
All,
I was really curious about this. If we just wait for a second while programming/ problem solving/ designing/ analyzing, and try to observe the mechanics of our mind while doi …
51
votes
26answers
2k views
What tools/techniques can benefit a solo developer?
Hello,
I am a solo developer, working in a very small web development firm. There is occasional support for development from contractors, but for the most part, if code is writte …
22
votes
67answers
2k views
Do you ever code just for fun?
Do you have projects you work on in your spare time just for the fun of it?
What do you do?
What techniques/technologies do you use? Is this a reason for the project?
Have you ga …
1
vote
3answers
73 views
Interface :- Alternative Approach
I am beginner.Practicing in C# 3.0. The requirement is "i have to design model in such a way that ,it should iterate through all classes which implement particular interface
(in t …
0
votes
4answers
145 views
Java and .NET. Software written using both technologies.
I'm trying to understand trends of the languages. This might be not a "real programming question", but i hope people will correct me promptly.
Currently there are two languages/t …
21
votes
18answers
6k views
How to detect if JavaScript is disabled?
There was a post this morning asking about: How many people disable javascript. Then I began to wonder what techniques might be used to determine if the user has it disabled. Anyon …
26
votes
26answers
973 views
What can I do to get better at estimating how long projects are going to take?
I don't want to make life hard for management. I really don't. They're nice enough guys, but every time I am assigned a new project or task and get asked "how long do you think i …
0
votes
16answers
306 views
If we create code which isn’t elegant, have we failed?
The question of 'what is elegance?' has been asked before, and rather than arguing about that, I think we could probably all agree we know it when we see it.
But I'd like to know …
7
votes
6answers
271 views
Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
What are the challenges of transition a team in a corporate atmosphere from a traditional non-iterative, spec list, gantt chart, phase dependent team to a more iterative approach? …
3
votes
5answers
270 views
In VIM, how do I break one really long line into multiple lines?
Say I have a super long line in the VIM editor (say around 300+ characters). How would I break that up into multiple lines so that the word boundaries roughly break at 80 characte …
11
votes
18answers
684 views
Hip application name
I have finished developing a quite useful small application. I would like to launch it, but I am not satisfied with it's name.
What techniques, websites do you recommend that ca …
