Using jQuery DataTables

In this article we'll discuss about DataTables, an amazing jQuery plugin for rapidly creating table/grid listings. With zero configuration, we can have a good looking table with searching and sorting functionality on all columns. This library...

Static file server using node-static

node-static is a simple, rfc 2616 compliant file streaming module for Node.js which can be used for making any of your directory a static file server. You can use this as a command-line tool to make a directory to a server or as a library for...

Revealer.js - Multi-user Presentation with Reveal.js

In this article we'll learn how to create a Reveal.js presentation that can be controlled by multiple users. Reveal.js is the mostly used html based presentation framework. It has lot's of features and gives a simple Javascript API for...

Book Review : HTML5 Canvas Cookbook

HTML5 Canvas Cookbook is an excellent book for both novice and expert programmers, written by Eric Rowell (Chief editor of http://www.html5canvastutorials.com/). With plenty much good recipes, it explain us practical usages of HTML5 canvas...

Simple HTML5 canvas game

In this article we will discuss how to develop a very simple game using HTML5 canvas Api. Its a pretty basic introduction and we are not going to digg more into the details. As HTML5 is the future of the web and all web developers should essentially...