Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

41
votes
35answers
3k views

When to say when with a startup company?

I've been a bit stressed out about this for a while, and figured I'd post here to see what other developers think. I'm with a startup company... a very small one. In fact, it's just me, my boss, and ...
6
votes
7answers
543 views

Alternatives to stock options as a way to motivate software engineers

I'm in the early stages of a relatively new company that is already cash-flow positive (despite the gloomy economy!), and I soon hope to hire some software developers. I'm thinking about some kind of ...
5
votes
3answers
1k views

iphone compass tilt compensation

has anybody already programmed a iphone compass heading tilt compensation? i have got some approaches, but some help or a better solution would be cool! FIRST i define a vector Ev, calculated out of ...
3
votes
6answers
221 views

Compensating Developers with Great / Profitable Ideas [closed]

What kind of compensation should be given to a developer that comes up with a new idea or business unit for a business they work for? Should they get stock options, salary inreases, percent ownership ...
1
vote
1answer
286 views

Workflow 4 Unhandled Exception Recovery

Is there a way to recover from an unhandled exception that doesn't involve cancelling, terminating, or aborting a Workflow? What I'd like to do is have the Workflow restart or simply log the ...
1
vote
2answers
188 views

Compensating Developers in the future [closed]

We are a small C# product company that creates web-based productivity tools. I have a friend who does not have job currently and would like to do some development work in our product for future ...
1
vote
12answers
476 views

Programming Certification Etiquette and Procedure - Additional Compensation

I'm scheduled to take the Zend PHP5 Certification next month and had a few questions regarding the aftermath. Specifically, I believe it is common to be deserving additional compensation after earning ...
0
votes
0answers
292 views

Iphone compass tilt parasite

I use the heading value (return by the locationManager:didUpdateHeading:) but when the iphone is tilted this value sometimes change (from 5 to 50 degrees). Is someone faced the same problem? Is ...