Blog

Recent Posts

Javascript Object oriented programming

less than 1 minute read

*JavaScript is a prototype-based language which contains no class statement. Instead JavaScript uses functions as classes. Defining a class is as easy as def...

Javascript Closures

less than 1 minute read

A closure is a special kind of object that combines two things: a function, and the environment in which that function was created. The environment consists ...

Javascript Module Pattern

less than 1 minute read

Module Pattern - It stays out of the global namespace, provides publicly addressable API methods, and supports protected or “private” data and methods along ...

How to setup MCE IR Remote for XBMC

less than 1 minute read

IR Remote model which I am using is “Noah Company MediaGate HA-IR01SV Windows Vista Home Premium and Windows Vista Ultimate MCE Remote Control, 1 Channel IR ...