1. Test?
  2. Works for me.
  3. Now it doesn't haha
  4. Try a hard refresh, published some kind of fix. Anyway it needs fine tuning
  5. It definitely DOES work, I like the feature very much. Well done Does it use HTML5 or what?
  6. Yeah, LiveTopics keeps up a communication channel while you have the page open. Mostly it is used to sent stuff from the server to the client. This feature sents something to the server, the server will than propagate the 'iswriting' message to all the others in the topic.

    The HTML5 part is that communication channel, it is called WebSockets.
  7. Can't wait to use some more CSS3 and newer JavaScript features I think v6 will be awesome
  8. Now we can back out of the topic before Ross posts something about Bullet the Blue Sky.
  9. Hahahaha
  10. Yeah, web sockets, I know the stuff. I always think of this when I see the name:

  11. Nice socks.
  12. Hahaha well sockets are used in normal apps, and now HTML5 introduced similar functionality for web apps.

    Basically you exchange messages between client / server.