Two weeks ago I started trying out podcasts seriously for the first time. So far I mainly tried the ones from a German news radio station (//www.dradio.de/podcast/). I downloaded the audio files about topics I found interesting and listened to them while traveling to and from work. I really enjoyed it – especially because of…
Category: IT
Information Technology
My favorite WordPress Plug-ins & Resources
Now that I gained some experiences with WordPress, here comes a list of my favorite WordPress Plug-ins:
OVal 1.0 released!
OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be configured with annotations, POJOs or XML. Custom constraints can be expressed in pure Java or by using scripting languages such as JavaScript, Groovy, BeanShell, OGNL or MVEL. Besides simple object validation OVal implements Programming by…
MyPad v1.1.6 – a PHP Editor
MyPad is a very compact PHP Editor. I developed this editor because I could not find a suitable PHP Editor with a Single Document Interface. The Editor I was searching for should look and behave like Notepad, but should be able to colorize PHP source code. Such a small Editor can be perfectly used in…
Visual Basic – Multiple Undos Class v2.04
I tried a lot of differnet multi undo solutions, but every had at least one draw back. So I had to develop my on solution. If you want to use it, you don’t have to clutter your code by pasting in lots of undo-related subs, functions and variables. Everything comes within two small class files.
Visual Basic – High Precision Timer v1.20
This code is a VB implementation of the high precision multimedia timer which can be found in the winmm.dll. I wrote this code because of the same reason I developed the multiple undo class: I wanted to have a smart solution that can be easily added to different VB projects, that doesn’t clutter the code,…