Tagged Questions

-1
votes
0answers
63 views

How many hours do you work? [closed]

We(engineers), in Turkey, because conditions are not that good for software development, we need to work more than 11 hours per day. I wonder the conditions in other countries, such as work-hours, …
3
votes
7answers
212 views

When programming for an hourly rate, should you keep the timer running while processing code automatically in the background?

This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepted way of …
16
votes
13answers
928 views

How many concurrent projects can a senior developer handle at one time?

I am trying to find sensible resource-allocation models for developers. The department will have many different projects for different external customers, so I need to make some guidelines in order to …
1
vote
2answers
625 views

T-Sql 2005 Adding hours to a datetime field with the result within working hours

I have two Datetime fields that I wish to add together. They are in the following format: '01/01/1900 00:00:00'. The main issue with this is that I want the calculation to only include working hours. …
1
vote
5answers
170 views

What is a fair hourly charge for routine site updates?

What do you consider a fair, yet profitable hourly wage for routine updates/management (ie - information, maintenance, database management) for your average site? What factors do you use to set that …
3
votes
4answers
399 views

What is the best way to wrap time around the work day?

I have a situation where I want to add hours to a date and have the new date wrap around the work-day. I cobbled up a function to determine this new date, but want to make sure that I'm not forgetting …
3
votes
4answers
1k views

Calculating a date around working days/hours?

I am currently working on a website to track projects. In it, it is possible to create Service Level Agreements (SLAs). These are configurable with days of the week that a project can be worked on and …