Feed von
Beiträge
Kommentare

Kategorie Archiv für 'Development'

Valid Syntax errors: Part 1

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 »

authLDAP

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 »

unserialize values

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 »

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 »

Hyphenator has moved to github

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 »

« neuere Artikel - Ältere Artikel »