Posted December 29, 2008
After hanging out a bit too much in the forums for the past few days, I have one tiny problem. Right now, I have to use a Firefox addon (Check4Change) to see when a new post is added. Couldn't this be something that the forum software provides.
Here's what I have in mind:
There's a server provided url for each forum containing the timestamp of the last update. Something like this.
1. The client saves the time of the last click every time it occurs (and gets rid of the alert).
2. An open forum page fires off a request on regular intervals. Since these requests are tiny this could happen fairly regularly, like once a minute.
3. The server returns the last modified time for the forum.
4. If the returned time is after the currently saved "click-timestamp", the window title is changed to include a notification (for example a "(+)" in front of the forum title.
P.S. Reloading the page when there's anything new probably wouldn't be a bad idea either :)
Here's what I have in mind:
There's a server provided url for each forum containing the timestamp of the last update. Something like this.
1. The client saves the time of the last click every time it occurs (and gets rid of the alert).
2. An open forum page fires off a request on regular intervals. Since these requests are tiny this could happen fairly regularly, like once a minute.
3. The server returns the last modified time for the forum.
4. If the returned time is after the currently saved "click-timestamp", the window title is changed to include a notification (for example a "(+)" in front of the forum title.
P.S. Reloading the page when there's anything new probably wouldn't be a bad idea either :)
Post edited December 29, 2008 by hansschmucker
No posts in this topic were marked as the solution yet. If you can help, add your reply