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
Catching Elephant is a theme by Andy Taylor
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.
Simple and easy to use template engine. Write your template by preserve data using {{data}} and compile it in to html with JSON data.
Interesting article about global variable in javascript. I just realized when we declare a global variable it will automatically added to window object.