Geschrieben in Development am 25. August 2010
It took me about an hour to spot a strange behaviour in my PHP skript: Have a look at this code: What happened? Would I have used phpcs it would have been obvious. I used a semicolon instead of a bracket after the foreach statement. So instead of calling the echo command with each iteration [...]
Lese den ganzen Artikel »
Geschrieben in authLdap am 22. August 2010
This is a plugin that allows you use your LDAP to authenticate and authorise users to access your wordpress web-log. Installation should be as simple as instalaltion of every wordpress-plugin. Simply unzip the downloaded file, put it into your wordpress-installations plugins-folder and activate it. After activation you can configure the plugin via the options-panel.
Lese den ganzen Artikel »
Geschrieben in Development am 21. August 2010
Last week I had the problem, that – due to a wrong database-entry – a serialized value got scrambled. And due to that (and some missconfiguration of the server) the application broke. Instead of a search result the user simply got an error message about not being able to unserialize the value due to an [...]
Lese den ganzen Artikel »
Geschrieben in Development am 18. Juni 2010
Unit-Testing There has been much said about the advantages or disadvantages of unit-testing. So I will not recap on that. But where to go after you have choosen to use unit-testing? The following short tutorial will give you an ovberview of how to install the necessary software, how to come to unit-tests from your requirements [...]
Lese den ganzen Artikel »
Geschrieben in Development am 7. Juni 2010
Yesterday I used my time at the train to clean up some code and to adapt the build-system for Hyphenator. And now I finaly managed to move it to github. So the code as well as the distribution can now be found at github And the distribution can be downloaded here
Lese den ganzen Artikel »