Projects

On this page you can find all the things I released to the public. They are categorized into projects, utilities and tests. While projects need a certain size to be called a project, utilities are small, neat things that help you with a very specific task. At last there’re the tests I wrote: pieces of code that test a new technology or just an idea.

If you’re searching for everything WordPress have a look at this page.

Projects

WordPress jQuery UI Slider plugin
WordPress plugin that either allows you to display your four most recent posts or the four latest WP e-Commerce products in a slider.
WordPress Trainingstagebuch Plugin
The WordPress Trainingstagebuch plugin integrates your workouts in your blog.
WordPress ThickBox Plugin
This WordPress plugin helps you to embed ThickBox into any post or page
WordPress SmoothGallery Plugin
This WordPress plugin helps you to embed JonDesign's SmoothGallery inside your blog
WordPress ShowHiddenDIV Plugin
This plugin helps you to reveal some content that is hidden to the user when the page loads.
WordPress List Posts with Custom Field Plugin
This plugin provides a shortcode that displays a list of posts with a certain custom field.
WordPress Hierarchical Navigation Plugin
This plugin helps you to embed a simple hierarchical navigation menu and breadcrumbs into your site.
WordPress Extension Manager
This plugin lets you install, update, delete and search plugins and themes from various locations
WordPress Dashboard Helper Plugin
Tries to add some sensible widgets to the dashboard doing things you'd be doing manually all the time.
WordPress BibSonomy Plugin
This plugin helps you to embed BibSonomy in your WordPress blog
Confluence BibSonomy Plugin
This plugin helps you to display your BibSonomy tags, publications and more in Confluence
Christian's WordPress Utils
This plugin collects useful code for WordPress which in turn eases plugin and theme development
BibSonomyExporter
This tool helps you to export your BibSonomy posts into other social bookmarking sites like del.icio.us, Mister Wong, Furl, you name it

Utils

CharacterCounter
CharacterCounter is a tool written in Java that helps you to count characters contained in text files and to print statistics
WebStatsSpammer
This tool helps you to generate HTTP requests with custom referrers
LinkStatusChecker
Checks your bookmarks from BibSonomy and del.icio.us for broken links
WebChangeMonitor
WebChangeMonitor monitors any resource on the web for you: websites, news feeds, you name it...
set-context
Helps you to upgrade Linux VServer from 2.0 to 2.2

Tests

Friday the 13th with Joda Time
Presents Java code that uses Joda Time to find the next Friday the 13th dates.
Caching with AspectJ
Shows how to use AspectJ and annotations to implement a simple cache that speeds up your application
Java Bean mapper performance tests
Performance comparison between Java Introspector, Commons BeanUtils, Spring BeanUtils and Dozer
Singletons with AspectJ
Although I wouldn't recommend it this post shows you how to implement the Singleton-Pattern with AspectJ 5
Profiling with AspectJ
This post shows how to profile applications easily with AspectJ
Logging with AspectJ
This post shows how to add logging to your application with AspectJ
Webservices with Hessian and Burlap
How to develop web services with Hessian and Burlap
Testing web applications with Jetty
Shows how to deploy and test your servlets with Jetty - everything inside a JUnit test
AOP with AspectJ
This post is about AspectJ and why you might want to use it every day
Performance tests for introspection of JavaBeans
Tests the performance of the Java Introspector class
Comparison between Guice, PicoContainer and Spring
This post shows my comparison of Google Guice, PicoContainer and Spring
Performance comparison between Groovy and Java
Presents a test that compares the performance of Java and Groovy code in several use cases