I had a very big mysql database backup file, needed to divide that in may part to import in the server. but it is hard to do and time wasting. I got a very good tool to do that. you can try that too.
http://www.ozerov.de/bigdump.php
Archive for May, 2008
import very big file in mysql
Posted in MySql, tagged mysql on May 23, 2008 | 2 Comments »
HR style issue in FireFox
Posted in CSS on May 7, 2008 | 7 Comments »
I have faced an intersting problem in firefox, i have written a simple html like that
<hr style=”color:#FF9900″/>
it shows color in Internet Explorer but color was not showing in Firefox.
Finally i solve that problem is this was
<hr style=”border-top: 1px solid #bae1f7; “/>
Isnteresting browser issue

