chat

  • A JQuery Chat: A Sample chat_aux.php

    In a prevous article demonstrating the development of a JQuery chat, I noted that several server-side aspects depended on the specific implementation. I thought, however, I would provide a sample chat_aux.php for the demonstration to be complete. Of course, in real-life scenarios, things would certainly be a lot more complicated than this. So let’s begin…

  • A JQuery Chat

    As much as I resented the fact that I had to learn yet another framework, there came a time when I couldn’t avoid JQuery any more. Then, in order to get a hands-on experience with it, I decided to build a simple web-based chat. The concept is fairly simple: The server keeps track of a…