TECH TIPS
Motorola Droid Icons and What They Mean
What do the icons on my phone mean? At the top of the screen, icons on the left notify you about new messages or events (flick the bar down for details). Icons on the right tell you about phone status.Notification icons report the arrival of new messages, calendar...
Working with a WordPress Vigilance Child Theme
First, create a folder called "mvigilance." In that folder, create a screenshot.png and a style.css. Here is a sample of what you paste into your style.css. (beginning of file) /*Theme Name: myvigilanceTheme URI: http://wordpress.org/Description: This is a child theme...
Motorola Droid Syncs Corporate Email but not My Corporate Calendar on Exchange 2007
If you are able to get email but not sync your Exchange 2007 calendar, then read on. First, make sure you installed Exchange 2007 SP2. Then, remove your Exchange account from the Droid (didn't reboot) and re-installed the account with the same settings from the...
Key tip when importing from one wordpress blog to another wordpress blog
Make sure you completely empty out your Trash. Otherwise, all of your trashed items will appear on your new site in a Published state.
WordPress: My Posts Are Appearing in a Random Order
This happened to me in the Admin > Posts page as well as the RSS feed (the random order matched on both). This was caused by a bad plugin -- postMash. So the morale of the story -- if you see weird behavior, deactivate all of your plugins!
Installing wordpress on Windows 2003 IIS 6.0: “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.” (Part 1 of 3)
Wordpress and the dreaded “Your PHP installation appears to be missing the MySQL” So, if you’ve setup wordpress on your own server you’ve probably seen this “Your PHP installation appears to be missing the MySQL” Terrible. really terrible. So, this is what I’ve done...