VMware Fusion 3 cannot connect to shared drive on Mac OS X

It was working fine when I was using Parallels, but it stopped working when I switched to Fusion.  I had to go to System Preferences, Sharing > File Sharing.  Then on top of my local account (which was all I needed before), I had to add my network domain...

How to Use a Read More Link in WordPress

ou can split the posts of your blog so that only the first part of the post is displayed on the home and archive views. When you do this, a link will be placed directly after your excerpt, pointing the reader to the full content of the article. You can find the insert...

How do I change my wordpress URL back to its old settings

Go to your MySQL Command Line Client Enter password that you used when you set up wordpress. You will see a mysql> prompt. Select wordpress database by typing “use wordpress” or whatever wordpress database name you used. mysql> UPDATE wp_options SET...