Below is The Periodic Table of SEO Ranking Factors. It clearly defines what makes you important to google and other search engines. You’ll watch your website do cart wheels over the competition working on these basic “elements”. From the looks of it, quality content and connecting to others is a powerful mix.

Having trouble with WordPress’ auto update feature? Confronting errors like “could not copy file…” or is WordPress asking for FTP information?

Your problem is most likely server permissions. If you have shell access to your own VPS/dedicated server, use the lines below. If you’re using a shared hosting setup, try option #4 below, or contact your administrator for help.
Read More
Why Zen Theme?
The Zen theme is the natural first step when theming Drupal. It reduces Drupal down to the essentials, allowing for a solid foundation to build up from. The alternative? Copying files from the core themes is messy, and starting from scratch is time-consuming.
Download the Zen Theme. Included is the base zen theme and sub-theme template, STARTERKIT.
Copy everything into sites/all/themes/zen on your web server. Move the STARTERKIT folder up a level into sites/all/themes. Separating the base theme makes upgrading zen the simple matter of overwriting the zen folder with the newer version. Files within the zen folder will remain unaltered. All configuration is done within the STARTERKIT sub-theme. Read More
Basic Web Server
MAMP is great. It’s an easy way to host your PHP/MySQL site locally for testing and development. But, if you want to take advantage of Snow Leopard’s built in web server capabilities, OS X makes it easy. Go into System Preferences > Sharing, and check the “Web Sharing” box.
That’s it. You can now setup an HTML-only website locally. Where do you put the files? The default folder is /Library/WebServer/Documents/. While we’re at it, let’s setup PHP and MySQL to work locally, as well.
Test it. http://localhost. No need for a port as it will use apache’s default port 80.
PHP and MySQL will now need to be setup for a full functioning local host. Read More