Coder’s Eye

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

Coder’s Eye header image 4

Entries Tagged as 'PHP'

Importing Wordpress to Banjo

October 22nd, 2007 · 3 Comments

Thanks to Andy C I’ve finished the Wordpress import script for Banjo.
That article gives instructions for direct SQL loading of a somewhat different blog database. I couldn’t use it directly for Banjo, partially because I’m through with using MySQL. I just can’t take all the UTF problems any more. I’ve gone all […]

[Read more →]

Tags: Banjo · Django · Wordpress

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 · 1 Comment

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 · 3 Comments

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

First CubeCart Client

November 16th, 2006 · 1 Comment

My first e-commerce client is up and running with her CubeCart store.Cynthia Joba sells high-quality prints and custom commissions to individuals and corporations. She didn’t want a boring, “stock” store, so we did something very creative.The site is not my design, but all the front-end code is mine, and all the custom interfaces with CubeCart as well.

[Read more →]

Tags: PHP · Reviews

Multi-blogging for Wordpress update

August 6th, 2006 · 13 Comments

One of the first post on this site was Multi-blogging made easy.

[Read more →]

Tags: Wordpress

Fixed a Wordpress Feedburner Replacement Bug

June 10th, 2006 · 2 Comments

This morning I logged into Feedburner to check my stats. AAAARGH! 0 subscribers on all my blogs.

[Read more →]

Tags: PHP · Plugins · Wordpress

AWeber Joomla Module

May 21st, 2006 · 26 Comments

I’m using Joomla with VirtueCart for a new business venture.

[Read more →]

Tags: Joomla · PHP · Open Source

Activating Akismet anti-spam plugin

May 7th, 2006 · 3 Comments

If you are using Wordpress, and you aren’t using the built-in plugin “Akismet”, are you insane? Or are you a bit confused about that API Key thing you need?See, you need that plugin. Or at least you will once the comspammers find you.

[Read more →]

Tags: Wordpress

Related Posts plugin modifications

March 17th, 2006 · 1 Comment

I’ve been delaying using a related entries plugin because it didn’t fit with my normal way of posting. See, it uses a Wordpress custom field "keywords" to do its matching.

[Read more →]

Tags: Plugins · Wordpress · Open Source