Thinking outside the box!

Drupal

Beginner's Guide to WYSIWYG, TinyMCE and Image Assist on Drupal

Drupal 6.9

How to setup Image Assist and TinyMCE

http://drupal.org/node/297506

Correct way to add code to .inc

http://drupal.org/node/350480

Backing Up and Restoring 1and1 SQL Database for Drupal

I am sure there are tons of you out there that know exactly how this works but I had to figure it out and unfortunately there wasn't one single article on how this would work with Drupal, SQL and 1and1.

As a subplot the reason I had to do this, other then needing to have database backups, was because I wanted to upgrade to the lastest version of Drupal and it requires MySQl 5.0 and higher. So that means exporting/backingup the original MySQl 4 database and then importing it into the newly created 5.0 database. Read more

Setting Up Drupal in 10 minutes - 5.7

This is a step by step setup guide for installing and setting up Drupal 5.7 in under 10 minutes. Now there is always something that comes up along the way that may take longer, but about 10 mintues is all it takes.

I put this together because the Drupal documentation assumes that you already know almost everything before you read it. If you are looking to setup a multisite version of Drupal check out my article: Installing a Multi-Site Drupal System. It allows you to run multiple sites on a sinlge code base of Drupal. Read more

Google serves different SERP to different computers

I have been trying to increase the rating of my new site The World's Greatest Guy on Google's SERP. I had been #1 on Google for the first 9 months of the sites's life and then it just went away. If was a huge disappointment... Google changed its mind. Yahoo and MSN both list the site as #1 for, of course "the world's greatest guy". Read more

Digg your way to better SERP

About 1 year ago I bought the domain name theworldsgreatestguy.com as kind of an in-side SEO joke around our office at the start-up PrivaSign. I was trying to SEO our company site and once over beers joked that it would be funny to say to someone in a bar that according to Google I was the "world's greatest guy". Well for about 9 months that is exactly what Google said with very little SEO effort of my own. Read more

Installing a multi-site system on Drupal in less than 10 minutes

Someone had posted a comment on my Setting Up Drupal in 10 minutes. This is the response to that reader's questions. Hi Isaac, Great job with the install post! I can't wait for the Testing, Site Structure and Creating Content episodes. You had mentioned previously that you had setup two installs running a total of 10 sites. The multi-site funcionalty sounds amazing! Can you walk me through how you implemented those multi-func setups? Read more

Turn 404 missing pages into results with Drupal's Search 404

Like everyone else, I hate arriving to a 404 'page not found'. It's like showing up to a party at the wrong house. Sure you can call and find out where the real party is but in the mean time your just lost. Surfers that arrive to missing pages, if they are like me, will more than likely just leave. After all, google has about another 1,000 results waiting for me. Read more

301 Redirects on the Drupal .htaccess file for non-www to www

How to redirect non-www requests to the www.site to reduce risk of SEO penalty Numerous posts regarding SEO mention that search engines may punish sites for having 'duplicat content' even if that apperant copy is on your own site. For example a site might be available to both https AND http or http://www AND non-www. Due the magic of the internet this could appear to be two sites with the exact same content. Engines don't like seeing content copied for many of the same reasons that we don't like and often fear copies in the real world. Read more

301 Redirects on the Drupal .htaccess file for non-www to www

How to redirect non-www requests to the www.site to reduce risk of SEO penalty

Numerous posts regarding SEO mention that search engines may punish
sites for having 'duplicat content' even if that apperant copy is on
your own site. Read more