ThinkRooms is a application development studio at Bandung. We do application development based on web technology. Our services are develop application, PSD/PNG to HTML, and CMS template development. You can check our official website at http://www.thinkrooms.com

 

Javascript function to parse URL

This javascript function help you to parse the URL to an object that easy to use. You can use to extract some parameters from URL and use it for your application. An example that using this function is parse Youtube or Vimeo URL and get the video ID.

Handlebars.js - Javascript Template Engine

Simple and easy to use template  engine. Write your template by preserve data using {{data}} and compile it in to html with JSON data.

Global Variables in JavaScript - Snook.ca

Interesting article about global variable in javascript. I just realized when we declare a global variable it will automatically added to window object.