Re: Time Tracking software for multiple users

2008-08-24 Thread Jeff Gladnick
Hmmm... That might be a bit overkill for what I need, but I would be happy to take a look at it. If we can use it, I'd be more then happy to give you some great feedback or fill out some microsoft surveys. Does it require a MS SQL database or can I use MySQL? We have a desktop application

RE: Time Tracking software for multiple users

2008-08-24 Thread Kevin Aebig
I'm nearly complete a more robust AIR / PHP application that has all that and a few other handy features. If you want, I can email you when it's ready to go to Beta. I might even make a port to CF. ;) !k -Original Message- From: Jeff Gladnick [mailto:[EMAIL PROTECTED] Sent: Saturday,

Re: Time Tracking software for multiple users

2008-08-24 Thread Jeff Gladnick
I would be very interested! shoot me an email at jeffglad a t ^^ gmail I'm nearly complete a more robust AIR / PHP application that has all that and a few other handy features. If you want, I can email you when it's ready to go to Beta. I might even make a port to CF. ;) !k I am

RE: Time Tracking software for multiple users

2008-08-23 Thread Adam Churvis
We have a desktop application called Timealyzer built on .NET 2.0, but it doesn't have offline capabilities (i.e., it has to always be connected to the shared database). Tracks customers, projects, deliverables, and tasks. Provides countdowns to deadlines, reports, lots of other features. Built

RE: Time tracking

2004-08-21 Thread Coldfusion
I use Prowork Flow http://www.proworkflow.com/ _ From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Saturday, August 21, 2004 3:14 PM To: CF-Talk Subject: OT: Time tracking Does anyone have recommendation for software that can be used for project/time tracking. Nothing fancy, just basic

re: Time Tracking

2004-06-23 Thread Britney Spears
Hello, I have an application that users log into using Windows authentication. I would like to track when a user logs and store that information when they log out so I can see how long they have been online using the application. Is there a add-onor code out there that I could plug into my

Re: Time Tracking

2004-06-23 Thread Cutter (CF-Talk)
Storing the time of login is fairly simple. When they login it can be written to a variable in a db table that they have done so (I even store the IP they came in on). Log out is different since so many users don't truly logout, they just jump to a different site. I'm sure there's a way, I've

Re: Time Tracking

2004-06-23 Thread Britney Spears
Guys/Gals...Any ideas on how to track when a user logs out? On Wed, 23 Jun 2004 08:18:08 -0400, Cutter (CF-Talk) wrote: Storing the time of login is fairly simple. When they login it can be written to a variable in a db table that they have done so (I even store the IP they came in on). Log

RE: Time Tracking

2004-06-23 Thread Tony Weeg
- From: Britney Spears [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 8:26 AM To: CF-Talk Subject: Re: Time Tracking Guys/Gals...Any ideas on how to track when a user logs out? On Wed, 23 Jun 2004 08:18:08 -0400, Cutter (CF-Talk) wrote: Storing the time of login is fairly simple. When

RE: Time Tracking

2004-06-23 Thread Bert Dawson
of which will might do what you're after. HTH Bert From: Britney Spears [mailto:[EMAIL PROTECTED] Sent: 23 June 2004 12:52 To: CF-Talk Subject: re: Time Tracking Hello, I have an application that users log into using Windows authentication. I would like

Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Katz, Dov B (IT)
with J2EE session ID code, but I'm not sure. Please advise -Dov _ From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 9:10 AM To: CF-Talk Subject: RE: Time Tracking If you are using J2EE sessions then you can listen out for when the J2EE sessions expires

Re: Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Thomas Chiverton
On Wednesday 23 Jun 2004 14:20 pm, Katz, Dov B (IT) wrote: Does anyone know what the risks are of making this change?Will it impact existing CF Apps? Not really. As always, YMMV, test, test, test :-) for CFID and CFTOKEN that I need to replace that code with J2EE session ID code, but I'm

RE: Time Tracking

2004-06-23 Thread Ian Skinner
As was mentioned in another post you can do something with a _javascript_ body function.This is not a perfect solution because you are running against the Stateless nature of the web.Your doSomething can call some kind of page and/or service that would log the user.But this may not work 100% of

RE: Time Tracking

2004-06-23 Thread Mark A. Kruger - CFG
PROTECTED] Sent: Wednesday, June 23, 2004 9:48 AM To: CF-Talk Subject: RE: Time Tracking As was mentioned in another post you can do something with a _javascript_ body function.This is not a perfect solution because you are running against the Stateless nature of the web.Your doSomething can call some

RE: Time Tracking

2004-06-23 Thread Ian Skinner
I would add that the current anti-popup climate has brought on a host of new pop-up blocking tools. If in your onUnload function you are calling another page, I suspect a popup blocker would take issue with that - no? -Mark I would say that is a high probability as well. Ian Confidentiality

RE: Time Tracking

2004-06-23 Thread Katz, Dov B (IT)
cation... cfset structdelete(application.online,u) /cflock !---(Do your cleanup/post-processing here) /cfif /cfloop _ From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:09 AM To: CF-Talk Subject: RE: Time Tracking I would add that the current anti-popup clima

RE: Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Dave Watts
I have a CFMX 6.1 and I'm considering moving to J2EE session variables primarily for this reason. Does anyone know what the risks are of making this change? If you're using IIS, CFMX will append the jsessionid URL identifier to all redirects, even those to static pages, and IIS doesn't care