Tuesday, May 31, 2005

Firefox Toolbar Tutorial

Born Geek: Firefox Toolbar Tutorial

Footsteps leading you toward development of Gecko based browsers (Firefox, Mozilla Suite, Camino) toolbars

MySQL Reference Manual :: 8.8 The mysqldump Database Backup Program

MySQL Reference Manual :: 8.8 The mysqldump Database Backup Program

Generate backups of your mysql database in CSV or TAB delimited format

you can use following command

Generate CSV file
This will generate table_name.txt as the CSV and table_name.sql as table creation script

mysqldump -T /folder_path --fields-terminated-by=',' --fields-enclosed-by='"' --lines-terminated-by='\r\n' -u root -p database_name table_name


Generate TAB delimited file
This will generate table_name.txt as the CSV and table_name.sql as table creation script

mysqldump -T /folder_path -u root -p database_name table_name

Thursday, May 19, 2005

Do You PHP? by Rasmus Lerdorf

Do You PHP? by Rasmus Lerdorf

any PHP guy just can't miss out on this one...
Starring PHP from its birth...

Monday, May 16, 2005

yahoo! vs. google: ruturaj

yahoo! vs. google: ruturaj

A visual comparision of the 2 mega search engines for my name