time-tracking

Are there any pre-built Javascripts for checking keyboard/mouse activity?

I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse. Thought I'd ask if anybody knows of something that might work for me to save some time. Otherwise, Javascript and Aspirin here I come... lol ...

Best commandline time tracking application?

I'm looking for something that runs in a terminal and allows me to track time. I'd like it to be open source but that isn't necessary. Most time tracking apps I've found are either web or gui based and there for take longer to enter data then I'd like. ...

Free Time Tracking Web Application

Are you aware of any good time tracking web application (hosted, download) that is free or open source? I am looking for something to track the time I spend on projects and bug fixes. I am already looking at ASP .NET 2.0 Time Tracker Starter Kit but wanted to see if there is anything else out there or should I write my own application....

Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?

Background I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand for a couple of weeks. Never tried JIRA before. Basically, I'm looking for a piece of software that: Facilitates developer-client commun...

Programmers Time Tracking

It is so easy to get interested in something (including Stackoverflow) and lose a total track of time doing it, even when you have a lot of things to do. What tools and techniques do you use to track your time. I have come across hamster-applet, promodoro technique. RescueTime seems a nice tool to introspect, but there is no proper fro...

Best way to track time spent working on a project as a consultant on many projects?

I have been a consultant for many years now and find myself crossing the barriers of being at client A while working on client B...then taking part in a meeting over the phone for client C, etc. I was curious what methods other people in my shoes used to track the time across many clients, projects, and tasks. Preferably something that...

Visual Studio Time Tracking Plugin

Is there a plug-in for Visual Studio that will track time spent on a project as well as the files being worked on? It would be really useful to be able to generate a report each day with the projects worked on the files that were being worked would be used to match up a task to the time. ...

Get number of added hours in Trac's Estimation and Time Tracking plugins

We are using Estimation and Time Tracking plugin for Trac. I want to create the query that would show all additions of hours to tickets (As in Add Hours to Ticket). Let's say we have developers: John, Fred and Peter and tickets Foo and Bar. I want to see something like this: Ticket Developer At HoursTotal ---------------------...

Project Management System Script, With SVN, Issue and Time-Sheet Tracking

Hi I run a small IT business and I am a startup. I am looking for a free or open source script to be hosted in Web in my domain that can do the following. Project Planning, Scheduling & Delivery with TODO list. User Management Source Code Version Control System. (SVN Repository with Branching) Issue Tracking Time Tracking/ Time ...

Time tracking from within an IDE

Hi all, I would like to track how much time is spent on each project within my IDE. For as long as I've been developing, I've used a standalone application or even a web application. I would like it to tie into the IDE directly because it will automatically track time spent based on the open project / file (ideally). I started to rea...

Google Chart APIs for plotting data in local machine

Hi guys, Preface: I am a system programmer (who has just started his career as a S/W Engineer), so not very good @ web scripting languages, though I have just started learning them. Problem Synopsis: I want to write an app that keeps track of what I am doing and records it allowing me to analyse my time spending pattern and could he...

Time tracking solution for Windows / Eclipse PHP

Hi everybody, After seeing this movie and the introduction to Lapsus (http://synapticmishap.co.uk/synapticmishap/lapsuspromo/) I really felt that I had missed this feature in my own daily work. Are there any time tracking solution for windows that can monitor a set folder and its changes to the content files that may or may not integra...

Tracking non-idle time spent on active tab in Google Chrome for a given domain

I've never done any Chrome extension development for, but I'd like to monitor how long a certain tab is active showing a page originating from a given domain. Where should I start? And perhaps there is already an extension tool for this? ...