Category Archives: Uncategorized

Logging in Eclipse Plugins with JUnit Support

Logging can be used for a lot of different of use cases, ranging from debug messages during development upto application monitoring in production. In the past, log4j was set as a de facto standard, slf4j and the java internal java.util.logging … Continue reading

Posted in Eclipse, Eclipse Plugin Development, Uncategorized | Leave a comment

Talks at WCOP 2012 and CompArch 2012

On monday the 25th, I will give a talk at the 17th international Workshop on Component Oriented Programming (WCOP) in Bertinoro, Italy. The talk is about respecting component architecture in the process of migrating customized product copies into a software … Continue reading

Posted in Uncategorized | Leave a comment

Typo3: Image Magick “There was no result from the ImageMagick operation”

Since a couple of days I noticed that all Typo3 installations on 1und1 hosting packages did not succeed in processing images. Checking the image processing in the Typo3 installation tool the tests did not succeed but returning the error message … Continue reading

Posted in Uncategorized | Leave a comment

Publication Network Visualisation by Microsoft Academic Research

A pretty cool online tool to browse academic publication networks and communities and to see relationships between individual researchers has been provided by Microsoft Academic Resrearch: http://academic.research.microsoft.com/VisualExplorer#3616114 They provide textual search as well as a very advanced visual explorer enabling … Continue reading

Posted in Uncategorized | Leave a comment

Typo3 Copyright Note with Automatic Year Update

Most professional websites place a copyright note in the footer of all sites. Placing this in the html is like nothing. Updating this every year often becomes a mess and is forgotton by time or at least is not done … Continue reading

Posted in Uncategorized | Leave a comment

IE cut’s off Animated Gifs at the bottom

If the Internet Explorer has to display animated GIFs, it may happen that it cut’s off some pixels from the bottom of the image. To make the confusion even harder, it does not cut off pixels from all animiation frames … Continue reading

Posted in Uncategorized | Leave a comment