Skip to main content

All Questions

3 votes
1 answer
48 views

JavaScript idle managing structure

I am just getting into the world of javascript, coming from the world of classical inheritance. The following is a library I wrote to track when a webapp is idling and I wrote it like I write ...
mattNit's user avatar
  • 33
3 votes
0 answers
46 views

Periodically monitor if record is not updated using Node, Event and setTimeOut

Here is my scenario: Every user checks in every five minutes. If some user doesn't check in after 5 minutes, I should be able to keep track of it. If some user doesn't check in N number of times, an ...
Jay's user avatar
  • 131
3 votes
1 answer
224 views

Pomodoro Timer via setTimeout()

I've made my attempt to code timer entirely by hand using jQuery. No external libraries to manage time at all. ...
Ketus's user avatar
  • 163
3 votes
1 answer
7k views

Inactivity Timeout

I made this piece of code to detect inactivity on different aspects of my app. It is part of a set of pieces to analyze user behavior. Not saying it's ugly, but good looking constructive criticism to ...
rnrneverdies's user avatar
2 votes
1 answer
98 views

Auto change page title while bookmarking a page

Here is what I'm trying: Please review the code: ...
annn's user avatar
  • 207