My Blog

All about my activities, Ideas and everything.

Month: September, 2010

Tutorial : Google Analytics excludes your own visits with dynamic IP address

Google Analytics is a great tool to gather and analyse your traffic on your website. However, if a vast majority visits of your website is only yourself, this will inflate the data on your report, such as visits and pageview. This is not good. GA provides you with filters, so that you could filter out [...]

Tutorial : Java Random with scaling

I have been playing around with Random class in Java. Unfortunately, this class doesn’t provide us some methods we need. Such as, limit the range between -50,50 or get random double from 1 – 1000. Something like this we can fine tune. I copied some good practice from this website. Here are some examples of [...]