Chat updated, again...
Friday, 29. August 2008, 18:54:16
I'm too lazy to take a screenshot. Look here if you want to see.
New features that I remember:
Still lacking:
Interesting thing here is remote server connection. Just putting the following in a page header you'll be able to connect and see my chat. I can't be less arsed to test it though.
The Javascript files are not minified, so I guess everyone are free to study them. There's also tiny feedback form in the chat if someone wants to send me some crappy comments. That's it. One of my shortest posts.
http://joonasr.com/webchat/
New features that I remember:
- A bit more enhanced look
- Interface uses jQuery (I know I said I'd use Prototype, but jQuery was easier to implement)
- Auto-create URLs
- Text format adds: CSS3 text-shadow
- YouTube video popup window thingamajig whatchamacallit
- Sent message history (up and down arrows)
- Remote server connection (some clichés with images though, too lazy)
Still lacking:
- Database
- File-sharing
- More
Interesting thing here is remote server connection. Just putting the following in a page header you'll be able to connect and see my chat. I can't be less arsed to test it though.
<link rel=stylesheet href="http://joonasr.com/webchat/default.css" type="text/css" title="style" id="stylesheet" /> <script type="text/javascript" src="http://joonasr.com/webchat/javascript/chat-remote.js"></script> <script type="text/javascript"> var localServer = false; var debug = 1; // very optional </script>
The Javascript files are not minified, so I guess everyone are free to study them. There's also tiny feedback form in the chat if someone wants to send me some crappy comments. That's it. One of my shortest posts.
http://joonasr.com/webchat/






