User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Software Developers' Lounge section within the Software Development category of DaniWeb, a massive community of 455,962 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,602 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Software Developers' Lounge advertiser: Programming Forums
Views: 2938 | Replies: 22
Reply
Join Date: Nov 2007
Posts: 7
Reputation: segoed is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
segoed segoed is offline Offline
Newbie Poster

Time Tracking software recommendation

  #1  
Nov 18th, 2007
Hi,

I'm sorry for offtopic, but I do not found any place to ask my question.

Is there any recommendation on good time tracking software for developers (MSVC+MSDN+other soft)? I want to track a time I spend on each project, but I am unable to find anything that can track my time without pressing start and end buttons every time I want to do a job.

Please help. Thanks.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,539
Reputation: Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of 
Rep Power: 40
Solved Threads: 972
Moderator
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Most Valuable Poster

Re: Time Tracking software recommendation

  #2  
Nov 18th, 2007
>>I want to track a time I spend on each project
Use your watch and enter the times in an Excell spreadsheet. Or maybe something like this, which you have probably already seen.
Last edited by Ancient Dragon : Nov 18th, 2007 at 12:58 pm.
<<Freelance Programmer>> << Hobby Site>>
Signature links for sale. PM me for details
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 19
Solved Threads: 200
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Time Tracking software recommendation

  #3  
Nov 18th, 2007
gosh. You want software that reads your mind and can tell what exactly you're working on at each moment?

I'm sorry, but there are telepathic computers yet.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote  
Join Date: Nov 2007
Posts: 7
Reputation: segoed is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
segoed segoed is offline Offline
Newbie Poster

Re: Time Tracking software recommendation

  #4  
Nov 18th, 2007
No, I want software that track a time I'm working in MSVC, MSDN and so on. It's possible to get the project name form MSVC title bar and save the time of activity to a log. I can write the software for myself, but I'm sure that it's already exists somewhere.

PS. Sorry my french
Reply With Quote  
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 12,855
Reputation: jbennet is just really nice jbennet is just really nice jbennet is just really nice jbennet is just really nice 
Rep Power: 32
Solved Threads: 304
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Time Tracking software recommendation

  #5  
Nov 18th, 2007
Originally Posted by segoed View Post
Hi,

I'm sorry for offtopic, but I do not found any place to ask my question.

Is there any recommendation on good time tracking software for developers (MSVC+MSDN+other soft)? I want to track a time I spend on each project, but I am unable to find anything that can track my time without pressing start and end buttons every time I want to do a job.

Please help. Thanks.


There is one but its web-based (runs off a php/mysql server) . Dont know its name but its commonly used by opensource developers.
TRY MY SUGGESTIONS AT YOUR OWN RISK

Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Reply With Quote  
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,539
Reputation: Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of 
Rep Power: 40
Solved Threads: 972
Moderator
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Most Valuable Poster

Re: Time Tracking software recommendation

  #6  
Nov 18th, 2007
You might browse this list to see if there is anything useful to you or give you ideas of how to write your on VC++ add-on macro
<<Freelance Programmer>> << Hobby Site>>
Signature links for sale. PM me for details
Reply With Quote  
Join Date: Nov 2007
Posts: 7
Reputation: segoed is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
segoed segoed is offline Offline
Newbie Poster

Re: Time Tracking software recommendation

  #7  
Nov 18th, 2007
Web-based tracker is not a solution, because it will not detect what I am working on. It just replaces excel spreadsheet.

Thanks for suggestions.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 19
Solved Threads: 200
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Time Tracking software recommendation

  #8  
Nov 18th, 2007
you'll find out that getting the project name from visual studio isn't fine grained enough.
A particular project can have many different trackable issues associated with it.
And each issue could well have multiple activities which may or may not involve visual studio and may or may not have to be logged independently as sub activities.

IOW, there's no one size fits all solution, and there's no magic mindreading software that knows what you're doing when even if it could read out visual studio (and if it did, it wouldn't know if it were the actual window you're currently working with. I use multiple computers simulataneously at work, often as many as 3 workstations and terminals open to 5+ servers. Throw in some VPN connections to remote machines and there's nothing to be gleaned from anything anymore for your super snooping automatic time tracker.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote  
Join Date: Nov 2007
Posts: 7
Reputation: segoed is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
segoed segoed is offline Offline
Newbie Poster

Re: Time Tracking software recommendation

  #9  
Nov 18th, 2007
jwenting, your work is hard to track, but mine is not. I'm a freelancer and I just working on my PC on two projects and it's easy to detect automatically what I'm doing now for sure.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 19
Solved Threads: 200
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Time Tracking software recommendation

  #10  
Nov 19th, 2007
it's not. If it's so easy you don't need some mindreading software to do it for you, you can remember it yourself.
What if you're on the phone to a customer, doing some research, etc. etc.?
No software is going to know what project that's for...

What if you're eating lunch around the corner but leave your PC turned on with that source code loaded? Are you going to charge your customer for that?
Or you forget to close your tracker overnight and it happily records 8 hours of dreamtime as hard labour.

If it's so easy to make according to you, there's nothing stopping you from making it yourself, is there?
And if there is a demand for it (which according to you there implicitly is) it's sure to make you some money too.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Software Developers' Lounge Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Software Developers' Lounge Forum

All times are GMT -4. The time now is 9:00 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC