Subscribing to the comments feed

If you would like to be notified of the comments written on this blog, then you can subscribe to the comments feed.
This is the URL:
http://javablog.pearlchain.net/wordpress/?feed=comments-rss2

Syntax highlights

Robby has just installed WP-Syntax. A feature to enable syntax highlighting for java, and other languages.
More information can be found on the wordpress website.

/*
* Pretty colors
* @return some text
*/
public String getHello() {
return "Hello PearlChain!";
}

Showing the author’s name in wordpress

I didn’t really like the fact that all posts on the blog had the account name of the author above them.  Instead I just wanted to display our real names, which in my opinion is a bit less techy.
It’s really easy if you know which template tags to use.  After a few tests I found out [...]