Senin, 23 Mei 2011

A little bit naugty : Reset MySQL Password on Windows



Below was reality step that have been left at MySQL Documentation How to Reset the Root Password #http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html


We need to

1. Create a text-file

2. Execute command in command prompt

3. Test the change with a login to MySQL Server
4. Guarantee it works Guys.


Selasa, 17 Mei 2011

How to Find Javascript Error Message on Mozilla Firefox


In this post i try to show a manner to Find Javascript Error Message , usually it was hard to find the detail of javascript error directly, however, the error message at the browser can help us to find the line where our code was error.

Below are the steps if we use Mozilla Firefox :
1. Open Tools, Error Console
2. See the error message and try to find at our code.

3. Try to minimize the quantity of error message to make the program works.


Hope this manner can help you to fix your problems.