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

 

Analytic Framework for Your Application

OpenWebAnalytics is a open source analytic framework that you can easily to integrate with your web application. You can use Javascript, PHP, or REST API to use it’s tracking function. You can track pageview, campaign, or ecommerce transaction.

Using Shared Dropbox as a Git Repository to Collaborate

So last month I wrote a bit about setting up your own personal Git repositories on a Linux box, and how to use that for sharing code.

I’ve had a slight epiphany since then: what if I just used the awesome Dropbox (my referral link, if you’re likely to sign up) to share Git repositories…

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.

This is one of great example how to use interactive game with Augmented Reality

gueamu:

Disney Augmented Reality in Times Square

Uniform

Uniform is a jQuery plugin to enhance your web form visualization. It’s come with theme and can change the visualization of selection dropdown, file upload field, checkbox, and radio button selection.

Periodic table of SEO

This table shows ranking of factors that affect to your website SEO.

How to make a download service using PHP

This script show how to write a PHP script to serve file for download. It’s has some important features like resume able download and big file support.

Git workflow in web development

This page show how to use git with your team in your web development. It’s shows how to auto update the website on live server everytime your team push a changes to repository.