New wc.js deployed

Posted by & filed under Uncategorized.

So the new extra cool wc.js has been deployed, it is a lot more developer friendly, and should be almost trivial to plug into YUI. It has a lot of nice features, like a much better object model, better event handlers, and even a little bit more functionality in the base client. It should work… Read more »

Captchas

Posted by & filed under Uncategorized.

I am really, really sick of spam bots. The Hab.la forum has been getting tons of spam, so last night I had to put a really simple captcha-type thing on the signup page. I hate messing with these things, so I tried to make it as simple as possible for actual people to sign up…. Read more »

A day spent refactoring!

Posted by & filed under Uncategorized.

So I spent all day today refactoring Habla’s JavaScript client code. I separated the chat server client from the chat window, and added a bunch of event handlers that developers can override to plug in their own functionality. This also makes it a lot cleaner to write code that responds to message receipts and operator… Read more »