≡ Menu

After updating Sociable social bookmarking plugin for WordPress. I notice Sociable was gone for some of my post.

I need to go back to edit some of my posts to uncheck the Sociable disabled checkbox on the editing page.

Uncheck sociable to enable it

Uncheck sociable to enable it

 I recommend enabling sociable on the frontpage. The posts that d0 not have the sociable icons need to be fixed.

Update in later versions: The problem seems to be fixed, and I don’t experience this problem anymore.

0 comments

General Notes on RAM

I also like to note that you should wear an anti-static wrist strap and unplug your PC before you start. Hold the RAM module by its edges “the green” parts. Check your motherboard manual to make sure you bought the right kind of ram. Contact your computer manufacturer if you can not find what type and speed of ram your PC uses, and make sure you install your RAM in the right slot if you are using a motherboard which has a dual channel memory mode. Also, make sure your RAM is the same size, type, and speed as the RAM that is already installed on your PC.

Learn more about other parts of your computer you need to consider before upgrading your RAM

0 comments
Convert a mySQL DB to version 5

Convert a mySQL DB to version 5

1. Backup your mySQL 4 database in phpMyAdmin

2. Make a new mySQL 5 database and import your mySQL4 database into it by using  phpMyAdmin.

3. Edit your wp-config.php which is found in the root folder of WordPress by changing the old database name, username, password, and the host name with the new database name, username, password and hostname.

4.Save the file and upload the file to the root folder of word press.

5. you are done.

If you use 1and1 as a webhost, this link ( http://www.faq.1and1.com/scripting_languages_supported/mysql_database/10.html ) is useful.

1 comment