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.
March 26th, 2007 · 3 Comments »
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: valid, wordpress, wxr, xml
March 26th, 2007 · 2 Comments »
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: header, headers, plugin, wordpress
March 25th, 2007 · 27 Comments »
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: all-in-one-seo, all-in-one-seo-pack, plugin, seo, seopack, wordpress
March 24th, 2007 · 5229 Comments »
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: description, keywords, meta, meta-description, meta-keywords, plugin, seo, wordpress
March 23rd, 2007 · 45 Comments »
Youtube: Family Guy, Best of Stewie. This is easily the funniest Family Guy movie ever. Stewie rules!
Tags: clip, family, family-guy, guy, video, youtube
March 12th, 2007 · 1 Comment »
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: eclipse, jboss, jbosside, location, locations, php, phpeclipse, update
February 24th, 2007 · No Comments »
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 […]
February 24th, 2007 · 6 Comments »
What can go wrong with EJB 3.0’s CASCADE? Find it out!
Tags: cascade, ejb, ejb 3.0, ejb3, persistence
February 16th, 2007 · No Comments »
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 »