Netbeans vs. Eclipse

Netbeans was the first Java debugger I used and inspired wild dreams about hierarchic nodes in me. Eclipse simply feels faster in every respect, but it has its own pack of disadvantages.

Tags: , ,

March 26th, 2007 · 3 Comments »

Wordpress WXR and Valid XML

Wordpress WXR is one of the best features it has. But there are some issues with it. At the moment (using Wordpress 2.1.2) it’s not really valid XML. If you’re picky, it’s not even well-formed …

Tags: , , ,

March 26th, 2007 · 2 Comments »

Add Your Own Headers 0.1

This plugin allows you to add tags to the header of an individual page or post custom meta tags, external style sheet links, or embedded style tags. You no longer need to use conditional statements or separate templates just to change something like a background image, text style, etc.

Tags: , , ,

March 25th, 2007 · 27 Comments »

All in One SEO Pack

Automatic Search Engine Optimization (SEO) out of the box for your wordpress blog …
Update:
I’m glad Michael is taking over support and maintenance. Please direct any requests to him.
Download | Training | FAQ | Release History | Donate

This plugin is streamlined for some best practices for Wordpress SEO. While it gives you […]

Tags: , , , , ,

March 24th, 2007 · 5229 Comments »

Another Wordpress Meta Plugin 1.92

Now hosted at http://wordpress.org/extend/plugins/another-wordpress-meta-plugin/1.92 of Another Wordpress Meta Plugin is final!Features:

The actual category name is now used for generating keywords.

DownloadInstallation:As usual, unzip into your wp-content/plugins and enable it in your plugins admin panel. That’s it!Leave Feedback!

Tags: , , , , , , ,

March 23rd, 2007 · 45 Comments »

The Funniest Video Clip I’ve ever Watched

Youtube: Family Guy, Best of Stewie. This is easily the funniest Family Guy movie ever. Stewie rules!

Tags: , , , , ,

March 12th, 2007 · 1 Comment »

Important Eclipse Update Locations

Most projects seem to regard those update locations as a kind of secret. At least most of the projects I use regularly (see below for a list of them). For some update locations you can search ages. And if you need the unstable update locations even longer.
Some Hint for eclipse plugin developers: If you have […]

Tags: , , , , , , ,

February 24th, 2007 · No Comments »

JOGL OpenGL HelloWorld

It took a while for me to sort out the easiest JOGL HelloWorld code. There are lots of tutorials, even ports of existing OpenGL tutorials like the JOGL port of the NeHe tutorials, but they use a pretty complex infrastructure.
So here it is, your first JOGL program, modeled after the OpenGL Programming Guide Chapter 1:

package […]

Tags: , ,

February 24th, 2007 · 6 Comments »

EJB3 Persistence Cascade

What can go wrong with EJB 3.0’s CASCADE? Find it out!

Tags: , , , ,

February 16th, 2007 · No Comments »

How to Label Posts via the Blogger API

How to set a label (tag, category) with the new blogger API:

Category category = new Category();
category.setScheme(”http://www.blogger.com/atom/ns#”);
category.setTerm(”labelname”);
entry.getCategories().add(category);
So you use Categories in the API, set the right scheme and use term for the label. This term is exactly what you will then see when viewing your post.

February 4th, 2007 · 7 Comments »

  • Blogroll


  • uberdose 2.0

    L-l-look at you, hacker.