Questions tagged [user-activity]
72 questions
0
votes
1 answer
How to avoid saving your own (office) traffic data in your database?
I'm saving user actions on my website in my database, and this data will be used for further processing. However, I want to avoid saving my own actions on the website. These are the things I have tried so far -
IP address - My ISP provides me with…

user_2000
- 1,103
- 3
- 14
- 26
0
votes
1 answer
NHibernate + ASP.Net MVC + User Activity Feed
I am looking for the most appropriate way of dealing with a user activity feed on my social networking site. At the moment i have several activities which can appear on the news feed such as:
Users joins the site
User comments on a post
User adds a…

Paul Hinett
- 1,951
- 2
- 26
- 40
0
votes
0 answers
User activity monitoring log
i need to monitor user's activity i.e mouse and keyboard activities over some period of time and to get the results in log file that provides date and time, and the activity.
Do you know about such tool that doing that or some code in C# that can do…

Aviadjo
- 635
- 5
- 17
- 36
0
votes
1 answer
Returning JSON data from a user activity POST batch request
My post in a batch request looks like:

vaene
- 189
- 2
- 12
0
votes
2 answers
Trace what user has click in certain page
just a very simple question. I want to monitor user activity in my web app.Is that any way to trace what user has been click in certain webpage?For example user click button1 in default1.aspx . A log file will be create and log that user has been…

user998405
- 1,329
- 5
- 41
- 84
0
votes
1 answer
Implement user activity logger in old application?
How to go about implementing a user activity logger in MFC application.To get to know what are all the features are used most in an existing application.

yesraaj
- 46,370
- 69
- 194
- 251
-1
votes
1 answer
How to respond to text automatically?
Okay so here is my source code.. Something keeps going wrong and getting an Force close error.
Here is the code, can someone tell me if i need to make any changes..
I have 2 classes one that sends the message and one that recieves... Here we…

theITRanger22
- 184
- 6
- 19
-1
votes
2 answers
which is better for user activity in laravel database or log file
hi im thinking about user activity in laravel application ..
and i thought is it better to keep user activity in saparated log file than keep it in database ..
like create folder in storage folder for every user ..
and create log file with date like…

softya
- 229
- 7
- 22
-1
votes
1 answer
How many accounts does a user have?-StackExchange
I am trying to make a query on stackexchange that would tell me for every user, on which stack community he is present and possibly its reputation on that specific community. It seems there is no indicator in the Sql for this purpose.
Anyone has a…

armand
- 1
- 1
-1
votes
2 answers
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
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…

Craseder
- 3
- 1
-2
votes
1 answer
Laravel Best Practice for save user activity log in database ( with considering database Performance)
I have a website (Laravel + Mysql on top of 'dedicated server') where I save all the pages that every user sees for reporting.
My site is visited 10,000 times a day and this statistic makes the database size bigger after a few months. now 'visits'…

Behzad
- 47
- 1
- 8
-3
votes
1 answer
How to do a live user activity tracking function on Codeigniter?
I'm looking for how to tracking user activity (Example: XXX commented on the post/ XXX signed in/XXX shared a post or etc; XXX are registered User/IP address) on my Codeigniter website.
Is it have any recommendations for doing this function because…

IT OA
- 11
- 1
- 3