Archive for May 28th, 2008

My Alexa traffic rank(3)

Wednesday, May 28th, 2008

This post i will update every time my alexa rank was change... :)

Download song from MySpace using Safari

Wednesday, May 28th, 2008

Here the trick to download song from MySpace band pages : Find the band page you would like to download the song from. From menu bar safari Select View >> View Source or option+command+u In view source page, find (command+f) keyword embed Near the second embed,find url look like below http://lads.myspace.com/music/musicplayer.swf?ABC123DEF456 The capital letters and numbers at ...

Migration in rails 2.1

Wednesday, May 28th, 2008

Some new migration feature in rails 2.1, Migration version number was keep trak in database, that means new rails was replace 'shema_info' with a new table called 'schema migrations'.The old 'schema_info' in Rails 2.0 just save the number of latest migration that has been execute but 'schema migrations' table was created ...