Ian Oxley
jQuery makes event handling in JavaScript easy. However, the more event handlers you define, the more memory you use, which can end up decreasing performance and making the UI sluggish. This article... Read More
Bower is a package manager for the browser. Developed by Twitter, and available via npm, it means the days of manually managing your client-side JavaScript packages could soon be a thing of the past.Read More

http-console is a Node module that gives you a command-line interface for executing HTTP commands. It’s great for debugging and seeing exactly what is going on with your HTTP requests,... Read More

Express is a web framework for Node, inspired by the Sinatra framework for Ruby. It boasts loads of features, high performance, and comes with a handy executable for creating applications quickly. In... Read More
In this article we’re going to look at setting up a static file server using Node. There’s plenty of modules available to help us do this, but we’re going to focus on three of them:... Read More
In this, the latest in the Looking Outside Ruby series, we’re going to have a look at server-side JavaScript with Node. What is Node? Node is a set of libraries that enable JavaScript to run... Read More
Haml is an X H TML A bstraction M arkup L anguage that, according to haml-lang.com : functions as a replacement for inline page templating systems such as PHP, ASP, and ERB It can be used in many... Read More



