Hello everyone! In my boredom this weekend I made a AJAX based chat room. Its a little rough around the edges, but its basic functionality does work. I just wanted to see if I could do it. I don't know guys... I really think AJAX is the future, even if it has been around quite a while. Come check it out. I dont know how server intensive this is, so just bear with it and if it crashes something, SORRY!! http://www.agoradesk.com EDIT: change your name by typing /name myName Oh, one thing I havn't done yet is make it auto scroll the window to the buttom; that is what I will do next though...
Alright. It scrolls now... Psoiden I missed your message as I was working on some homework. Feel free to come back
Yeah I am letting this idle right now I am seeing how much of a server load it is doing... probobly going to let it go all day long and see the results of processor usage / memory etc.
Will do... Right now the checks that are being done are new messages every 1 second user list = 15 seconds On the other note though, the new messages retrieved isn't the hole list again, only new messages since the last one recieved. So even with the 1 second checks, it only will have a couple of rows to retrieve...... and the rows are deleted after a minute of existing.