user-activity

I want to detect whether or not a user has been active in the past 10 minutes using a batch file or some background process

时光总嘲笑我的痴心妄想 提交于 2019-12-23 06:14:12
问题 I've never worked with batch files before, but the idea behind this is that I want to simply run a program after I've been inactive for a certain period of time. It doesn't matter which program, I just want it to run concurrently with my screensaver for some lighting effects with my keyboard. I suppose another solution would be to detect whether the screensaver is running or not and start on that condition as well, I just have no idea where to begin with this one, but am willing to learn. 回答1

Activity stream design with RavenDb

旧街凉风 提交于 2019-12-11 08:00:51
问题 This is more of a design pattern / document design question than a technical one... I want to display a activity feed on my website which will list all the latest happenings users have been doing on my site...here are some of the activities i would like to display: New media uploaded (Bob has uploaded a new track) Comments on a profile (Paul has commented on Bob's profile) Comments on media (Steve has commented on Paul's track 'my track name') Status updates (Steve can write any status update

Log User Activity on ASP.NET MVC Application

十年热恋 提交于 2019-12-03 02:02:05
问题 Is there A good strategy to Log the User activity on an ASP MVC App? (ActionFilters/ HTTPModules). Something like last user activity (just like StackOverflow "Seen 23 mins ago"), and even what Pages and Controllers were used, and pushing even further what buttons or links were clicked. I have ELMAH installed but as far as i know its just for Error Logging. PD: Google Analytics is not an option. 回答1: You could try using a PostSharp aspect to perform the logging for you, it's multi-cast

Log User Activity on ASP.NET MVC Application

南笙酒味 提交于 2019-12-02 15:37:51
Is there A good strategy to Log the User activity on an ASP MVC App? (ActionFilters/ HTTPModules). Something like last user activity (just like StackOverflow "Seen 23 mins ago"), and even what Pages and Controllers were used, and pushing even further what buttons or links were clicked. I have ELMAH installed but as far as i know its just for Error Logging. PD: Google Analytics is not an option. Rory You could try using a PostSharp aspect to perform the logging for you, it's multi-cast functionality might come in handy for something like that. If it's not an option, then a Module would probably

Windows Phone 7 - Events triggered on phone-call-connect and phone-call-disconnect

孤街醉人 提交于 2019-12-02 06:09:39
问题 I'm writing an application for Windows Mobile 7 which required information about "When a voice call was placed" and "when a voice call was hanged up or disconnected". Are there any API's or events/triggers that can give me this information. 回答1: The current SDK doesn't offer this capability - generally, you cannot keep track of user activity (like calls) outside the application due to a sandboxed environment that by default doesn't offer any system process hooks. 回答2: While you can't get any