You can watch a YouTube-video of my presentation about customizing the Open-Source e-learning system Ilias. Sorry, it is in German. But I have some English information in my article about Ilias Skins.
Tag Archives: Php
Ushahidi
There is an article about Ushahidi on the ACM-Website. Ushahidi is a remarkable system that was originally used for election monitoring in Kenya. The system is used to collect, evaluate, visualize and map reports or eyewitness accounts. The central element is a web server. There are mobile apps for different devices, but information can also …
Compare Strings with PHP
In my programming work I often switch between different programming languages. It’s not so difficult, but problems sometimes appear just at very simple things. Strings in PHP are really easy to compare, there is the “==” operator. But there lurks a trap: