First AJAX Instant Messenger
ajax im ("asynchronous javascript and xml instant messenger") is a browser-based instant messaging client. It uses the XMLHTTPRequest object in JavaScript to send and receive commands to and from the server. No refreshing of the page is ever needed for this "web application" to work, as everything is updated in real-time via JavaScript.
Pretty basic at the moment but good idea anyway to demonstrate the feature. Strange enough works only with Firefox and Safari and not Internet Explorer ?? (They reject the blame on IE for some Javascript incompatibility; I don't understand really why but I am sure it's easy to fix)
Download (zip file)