My Blog

All about my activities, Ideas and everything.

Month: December, 2009

Rails Tutorial : Add testing data by using migration

From previous tutorial Rails Tutorial : Beer shop Part I – Scaffolding I have show how to create a very simple scaffolding. This tutorial I will show how to create a testing data. Nobody wants to type SQL statement or add item manually every time they want to use the data. Rails has provided a [...]

Rails Tutorial : Beer shop Part I – Scaffolding

I have decided to jump to rails, because I have seen how fast to build an application and how easy it is. I have been a Java Programmer quite a long time, and played with Grails and Rails as well. So, I decided to create this tutorial for my benefit to practice my rails techniques. [...]

Tutorial – My Personal Dictionary by Google Translate

As Google provides us the AJAX support for Google translate and other very useful API to access the most powerful API from Google. I tried to play a little bit with the Google Translate to build my very simple dictionary Eng – Thai. Here is the code, which is very simple and straightforward. 123456789101112131415161718192021222324252627282930313233343536<!DOCTYPE html [...]