Tuesday, February 9th

Faye: Bayeaux protocol Comet server for Node.js

James Coglan has ported a Ruby/EventMachine Comet server to offer a new Node.js server on the Bayeux protocol. The project is Faye and you can check out the code on GitHub. On the client side: PLAIN TEXT HTML:

 

<script type="text/javascript" src="/comet.js"></script>

 

<script type="text/javascript">

    CometClient = new Faye.Client('/comet');

    CometClient.connect();

</script>

 

PLAIN TEXT JAVASCRIPT:

 

  CometClient.subscribe('/path/to/channel', function(message) {

    // process received message object

  [...]

Posted By: Ajaxian on Tuesday, February 9th, 2010 at 11:24:22. View the original post.

Think You Know Javascript? Try this Quiz!

If you know you think you know your objects from your arrays and your null from your undefined, here's a quiz for you from Perfection Kills.

I was recently reminded about Dmitry Baranovsky’s Javascript test, when N. Zakas answered and explained it in a blog post. First time I saw those questions explained was by [...]

Posted By: Ajaxian on Tuesday, February 9th, 2010 at 08:49:31. View the original post.

Javascript ePub Readers

eBooks have gone mainstream, and right now the open ePub format is getting a lot of attention, being the iPad's book format of choice. Often overlooked in gadget-centric media is the fact that ePub is based on web standards, and therefore amenable to being rendered in the browser, sans plugins. Pure Javascript ePub readers are [...]

Posted By: Ajaxian on Tuesday, February 9th, 2010 at 08:34:33. View the original post.

Monday, February 8th

Pseudo 3D tricks from old computer games for all your Canvas needs

It is quite interesting to see how technology moves in circles. With canvas being the new fun toy to play with for creating browser-based games we have to find solutions to fake a 3D environment to be really fast (sure there is Canvas 3D but it is overkill for most games). The trick is to [...]

Posted By: Ajaxian on Monday, February 8th, 2010 at 12:04:24. View the original post.

Román Cortés and Ajaxian make up with amazing CSS demos

We have been long term fans of Román and the fantastic demos and samples that he puts together, usually involving CSS goodness. We messed up the other week though when we linked to his work on a scrolling coke can. I do these postings as a labor of love, and since Ajaxian isn't my day [...]

Posted By: Ajaxian on Monday, February 8th, 2010 at 11:52:58. View the original post.

Sunday, February 7th

Mozilla Labs’ Weave can become a platform for us

Mozilla Labs has released the magical 1.0 version of Weave and the doors are now open for developers. When I was a part of Mozilla Labs day to day, I always loved the vision and team behind Weave. I kept wanting the implementation to match the vision, but it is a tough problem and it takes [...]

Posted By: Ajaxian on Sunday, February 7th, 2010 at 17:08:51. View the original post.

Blog Roll

Other Planets

Sponsored