Quote:
Originally Posted by XiZa
Don't think the javascript would be intenstive at all, class selectors are used everywhere in most every ajax script. Just write something like $('#chatbox .user_25') to select all his/her messages (note jquery syntax, but can ofcourse be adapted to any framework..) point i'm trying to make is that if you use a #chatbox (<table id="chatbox">) it will only search there for specific classes so that will take much less resources. And most of the time there aren't going to be any chat messages anyway or messages won't be deleted so none of this will be executed anyway.
Much better to send an empty response versus the 55kb sent every 10 seconds (i checked).
|
Humm. That's a good point ! I'll make some research on that and see if I can use jquery to do that as it seems interesting.
Quote:
Originally Posted by XiZa
The issue is that there is no space between the date and "to/from"
It is:
06:29To lala
But should be
06:29 To lala
|
Oh ok, noted !
Quote:
Originally Posted by XiZa
I hope you will at least fix the dialog popups that don't display properly see my earlier attachment.
|
I haven't understood when that problem has occured to you ?
Quote:
Originally Posted by XiZa
When I talked about the initial state I meant the messages that were posted in the chatbox when you load the page. On one, it showed all, on the other, it showed nothing. Permissions are the same as far as i can see.
|
There shouldn't be any difference then.
You can reproduce it recurently ?