Monthly Archive: November 2010

10 Free Tools and Resources for the DIY Business Person 0

10 Free Tools and Resources for the DIY Business Person

These days, it is not necessary to pay for website creation. If you don’t choose to spend thousands of dollars on a premium designer, there are plenty of tools out there to do it yourself. Small businesses and personal bloggers have all the tools they need to make a website...

How to change the collation for MySQL database to UTF-8? 0

How to change the collation for MySQL database to UTF-8?

Changing the collation for all tables in a MySQL database can be time consuming depending on how many tables you have.  That’s why we recommend using the following PHP script for changing the collation for all tables at a time: <?php $db = mysql_connect(‘localhost’,’DBUserName’,’DBPassword’); if(!$db) echo "Cannot connect to the...