Meta Keyword Generator

April 5th, 2007

Ever found your self sitting and trying to decide which meta keywords to put on your site. waste no more time on it! let the meta keyword generator do the boring job for you! Max was messing around with a plugin created by ludovic at http://lbcd78.fr that generated keywords based on the current pages title and content. I like the idea, it is easy to understand, quick to install and works like a charm. except his plugin was in his native tongue, french. Max had found an exclusion word list on the net, words that should be ignored, but it did still create alot of errors.

After looking through the code I decided to start from scratch using the old script as a base to work on and after a few hours I came up with this little nifty script.

  1. Copy the sourcecode into a new file called mkg.php
  2. Activate the plugin, go to Options > Meta Keyword Generator and tweak it to fit your requirements
  3. Insert the following line of code in your templates header file, proberly called header.php

<meta name="keywords" content="<?php mkg(); ?>" />

I have created a highlighted version of the source instead of updating and maintaining a zip archive. It can now be found right here

Blog Launched

April 3rd, 2007

So i finally settled on which system I wanted to use for my personal webpage. I have been through quite a few with the bests being Drupal, MODx and of course my final choice wordpress. The reasons why I choose wordpress is very simple, it is the best in what it does, it have a great community and is expanded every day, it is highly modifiable and I have worked with its underlying code before, helping out my very good mate, maxt.dk, when ever he seem to have hit a brick wall in his php coding.

It is currently easter and that gives me a few days to create a new, original and exciting theme for my personal blog. It should have a few unique key elements, that defines who I am and what I like to do. These “features” could perhaps be a random computer related quote, an array of images of me or things i like. These is of course not the only elements I have in mind. Site will contain 4 specific pages which are a Blog, About, Projects and Contact page. More on all of this later when I know more about what will be posted on this page.