Author Archive

  • May 2010
  • 18

VirtualBox: No IP Address After Copying VDI

After copying the virtual disk (.vdi file) from one machine to another, create a new virtual machine using the copied...

  • May 2010
  • 17

VirtualBox: Change UUID of VDI

I use VirtualBox regularly. Recently I copy the image of Virtual Disk (.vdi file) is a convenient way of duplicate the disk,...

  • Oct 2009
  • 16

Polymorphic Associations in Ruby on Rails

You might have instances where the associations could be with multiple models. For example, if you have a Picture model...

  • Oct 2009
  • 14

Using UUID as Primary Key in Ruby on Rails

You may be working on multi-master database model which required to use UUID and sometime because of using auto incrementing...

  • Oct 2009
  • 7

Introduction to Refactoring

I have presented about “Introduction to Refactoring” with Mr. Dane at BarCamp PP2. What interesting for me was “Coder Camp”...

  • Aug 2009
  • 28

Installing GeoServer on Ubuntu

Recently, I install GeoServer 1.7.6 on Ubuntu 9.04. I would like to share some information with everybody what I have...

  • Nov 2008
  • 14

Strategy Design Pattern

If you have the algorithms with conditional statements in the client code it will be messy. The Strategy pattern moves...

  • Nov 2008
  • 11

NAnt task with Red-Gate SQL Compare

It can be an easy way to do if you have a database with schema changes. You have to convert...

  • Nov 2008
  • 10

Factory Method Pattern in JavaScript

Last two months I posted about Factory Method Design Pattern in C#. Now I do the same thing in JavaScript. This...

  • Oct 2008
  • 9

Art Of Test WebAii Tests Web UI

My colleague have some problems using Selenium to test the website specifically issues with JavaScript and Ajax. Also we would...