Skip to content

Archive for May, 2010

24
May

MacFixIt ‘General Maintenance’ recommendations

There are many times when in our articles we will mention “General Maintenance” as part of a troubleshooting routine. If you are having software issues, either with third-party applications or the Mac OS itself, giving the computer a virtual scrub-down will many times help, or at least give you a cleaner slate upon which to do more in-depth troubleshooting.

Via MacFixIt.

A good general maintenance article from MacFixIt, which includes a mention of Yasu. Worth a read if you’re at all in the dark about how to maintain that beautiful new Mac you just switched to.

10
May

Apple may offer MobileMe for free to fight Google

A tentative new rumor asserts that Apple may turn MobileMe into a free service. The plan would drop the $99 annual fee and let anyone with an iPad, iPod, iPhone or Mac get the online sync service for free. The MDN contact wouldn’t give a launch window but hinted at it coming “sooner than later” with the launch depending on “certain facilities” going live on time.

(Via MacNN.)

I don’t know. Would I give up Google Apps in favor of MobileMe? The service would have to be pretty darned good — and free — if I did.

5
May

Bogart WordPress Theme Updated

A very quick post…

A user of my Bogart WordPress theme was kind enough to point out that there was a minor bug in the comments.php file which was causing some page rendering issues when users were required to be logged in to make comments. I quickly tracked the culprit down and squashed the bug with my big size 12…

If you’re a Bogart user, head on over to the theme page and grab a new copy. Or, if you’ve modified the theme in some way, all you really have to replace is the “comments.php” file from the new archive you download, and you’re all set.

Update: Another minor bug was found in the “archive.php” file which has corrected as well, bringing the latest version to 1.0.4.

3
May

Clean Up Your WordPress Database Collations

Easily Convert Database Character Sets

If you began using WordPress prior to version 2.2, you may notice that your database has tables with two different character sets and collations. This is because all database tables created prior to WordPress 2.2 use the latin1 character set and the latin1_swedish_ci collation, and all database tables created after WordPress 2.2 use the utf8 character set and the utf8_general_ci collation.

(Via MacManX.com.)

James Huff has written a very handy how-to for fixing your WordPress character sets & collations. I highly recommend preforming the clean up if you’re technically savvy and have access to your MySQL database. I was in bad need of a clean up myself, and this helped tremendously. I was also able to fix some other lingering link and email address issues I’ve caused by serving my WordPress install on 3 different domains over the years.