Search Results

8
votes

How do I reward my developers for the little things they get right?

Walk 1000 lines of code in their shoes. Be a decent, respectful human being. Recognize work well done (good ideas already mentioned). Encourage a team culture where apathy, …
0
votes

What are your weakness points?

My weakest points are the ones I don't yet have to Up Vote Bob's answer that starts with "Be honest". …
0
votes

Which factors determine the success of an open source project?

I was just reading tonight an excellent post on the usability aspect of successful vs unsuccessful open source projects. Excerpt: A lot of bandwidth has been wasted a …
1
vote

Guides on writing documentation

Book List (with brief description) on technical writing: http://justwriteclick.com/2008/06 …
1
vote

How to deal with the developers refusing to use certain technologies or tools?

First, loosen everyone up a bit, start with a little heads-up: So, Sally, our new person up in Finance, isn't comfortable with our current payroll module, so she implemented …
1
vote

What is the best designed form you have ever seen?

How about an anti-pattern (negative example: not easy, not intuitive): http://o.rang.es/contact/ …
1
vote

How can I combat the “Not Invented Here” syndrome?

Ask them if the in-house libraries themselves provides a significant competitive advantage that you weren't aware of. Listen. Next lay out the case for open libs/utilities (which generally constant …
3
votes

Most amusing job self-description?

"The Tech guy who's not in the IT Dept so is expected to do technical work without adequate control of technical resources". That was too long, so it was shortened to "Turf Disturber". …
1
vote

What programming religious argument bothers you the most?

Constructive arguments that aren't, and instead a rant ensues. The worst variants drip with Computer -Science/-Technology Priesthood pretense; I'm not exempting myself from, at times, being …
16
votes

What are some funny loading statements to keep users amused?

Loading ... Please Wait Attentively (which is what you agreed to in the Terms and Conditions) …
2
votes

Suggestions for a Web application for a group project.

Idea: Develop a "group project contribution tracking/reporting" application. I suggest you beta test it on a handful of users - maybe five (5) or so. Could include factors such as: Lines …
2
votes

What’s your favorite Prototype framework compatible, javascript date picker?

jQuery's UI.DatePicker (Prototype compatible via JQuery.noConflict()) …
2
votes

What is the best repository system out there?

Here's a feature comparison chart with some popular version control repository systems selected (customize selections on the right side): Git | Mercurial | Subversion | Bazaar | CVS …