On 07-Nov-2003 Gareth Kirwan wrote:
> The only drawback was occasionally a post would show from someone that
> didn't appear to be in the room yet.

That could be solved by having the JS refresher also be the one that
refreshes the user list.  The file returned to the refresher would be
something like 
+:userID        # user arrived
-:userID        # user left
s:userID:text   # user said something

and so on.  But then, is JS any good at text parsing like this?


> By over riding the context menu I added functionality for right clicking
> on the users and sending private messages, and seperate conferences.

Do you mean catching right-clicks?

> It now no longer works due to changes in our architecture, but I'm sure
> I could post most of the source if it's any use.
The JS refreshing code would be very interesting.

> The reason I'm interested in this is because you mention "live-streamed"
> content.
I believe he means something like the old NPH-CGI, ie no content-length,
keep connection open, continuous sending of HTML.  This keeps the throber
throbing, though, which the original poster seems to want to not do.

-Philip

Reply via email to