The personal blog of Grahame Murray

Email me:
blog [@] grahame.com

Categories

Calendar
May 2005
S M T W T F S
« Mar   Jun »
1234567
891011121314
15161718192021
22232425262728
293031  

Recent Comments

Powered by WordPress
WordPress 1.5 [Blog, Computing]

I just installed WordPress 1.5 last night, and boy was that a pain. I had made many custom edits to extend the functionality and look & feel, which came back to haunt me. But at least 1.5 has the idea of themes, which allow for most of the visual and structural changes you could want.

I also found a cool plugin for code syntax highlithing called Geshi.

package com.grahame.test;

import java.io.File;

public class GrahameTest {
public static main(String argv[]) {
File file = new File();
System.out.println(“Hello”);
}

}

Leave a Reply

Interesting Stuff