Irregular Shed
  1. Search
  2. About
  3. Subscribe
  4. Archive
  5. Random

Irregular Shed

The Irregular Shed blog, v13 (or thereabouts). Work is in progress; be prepared for visual and functional shake-ups!

  • Javascript Brilliance

    Two things involving Javascript that I didn’t know about this time last week:

    Node

    Node is a standalone Javascript engine for running on servers. Lets you deal with things on a socket level, interact with the file system and so on. This means you can write all your code for both a client and a server in the same language; something you can do with haXe as well, but without the compiling down to Neko bytecode step, and in a somewhat more commonly used language.

    Gordon

    Gordon is a (currently very simple) SWF player written in pure Javascript, which gets the file running using SVG and HTML5. The only way to get Flash to run on an iPhone, at the moment - an impressive feat! Being clean Javascript, the sourcecode is all there for the taking, but that’s okay - it’s licensed under an MIT open source license!

    Tagged: javascript programming node gordon

    Posted on January 14, 2010

    Comments

Based on the Field Notes Theme by Manasto Jones. Hacked by Irregular Shed. Powered by Tumblr.

Unless otherwise noted, © 1992-2009 Irregular Shed.