in reply to Re^3: Extra CSS for "new nodes" when viewing a thread
in thread Extra CSS for "new nodes" when viewing a thread

holli suggested marking replies newer than the last time the user clicked "I've checked all of these". That's radically different from almut's suggestion to mark replies which have been added since the thread was last visited.

tye only struct down almut's suggestion, not holli's. It's tye's post that needed rereading.

holli's suggestion is actually quite cheap. All that's needed is to fetch the RAT/NN timestamp associated with the user (which could be fetched at the same time as other user info is fetched) and the timestamp of every post (which is already fetched).

almut's suggestion would require creating a new timestamp for every thread every user visits and fetching numerous timestamps everytime a thread is displayed.

  • Comment on Re^4: Extra CSS for "new nodes" when viewing a thread

Replies are listed 'Best First'.
Re^5: Extra CSS for "new nodes" when viewing a thread
by oha (Friar) on Aug 28, 2007 at 09:59 UTC
    i still thing, btw, that doing on clientside could be nice: 15days cookies and js?
      But the information is in the PerlMonks database! The server needs to pass the information to the client. You suggested cookies, but using CSS classes is simpler, cheaper, more reliable (since it works for people without cookies) and it's even more powerful (since it allows you to use CSS instead of JS without preventing you from using JS).