Tag Archives: javascript

WebSockets coming with HTML5

Asynchronous full duplex channels for JavaScript – wouldn’t that be sweet? This would mean realtime applications without plugins or hacks. Ajaxian has the story: Legitimizing Comet with HTML 5 WebSocket

Using jQuery with Rails

There’s a nice plugin which acts as a dropin replacement for prototype and scriptaculous in Rails. It’s called jRails and is just a simple plugin. It replaces all the helper methods to use jQuery instead of prototype and scriptaculous.
Get it here: http://ennerchi.com/projects/jrails
Or install it with this command:
./script/plugin install http://ennerchi.googlecode.com/svn/trunk/plugins/jrails
and copy all the javascripts to your [...]