Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'Drupal'

Avoiding the dreaded Duplicate Content Penalty in Drupal

May 9th, 2007 · 3 Comments

Drupal, along with a decent CSS based theme, makes it much easier to build and maintain a well optimized site which Search engines can read with the greatest of ease.
That’s one of the jealously guarded "secrets" of the SEO elites. Basically, just take the viewpoint of the search engine or a blind person. […]

[Read more →]

Tags: Drupal

Tricky Drupal Javascript Loading Problem

May 7th, 2007 · No Comments

A short tale about squashing a bug.
You see, my mistrust for IE made me miss the real problem. What was happening was that in IE 7 on Vista, a site I’m building for a client was not loading any Javascript. It wasn’t even loading the base Javascript "jquery.js" and "drupal.js", so my site […]

[Read more →]

Tags: Drupal · Tips

Taxonomy Theme, how I love thee

February 20th, 2007 · 1 Comment

I’m building a new Drupal 5 site for a client, and I was dreading the hack-work I was going to have to do to make it look like what the designer had come up with. There are at least five distinct page templates in the crazy thing!So, I started trying to figure out how I would handle such a beast.

[Read more →]

Tags: Drupal · PHP