Originally posted on devblog.coolblue.nl. Penalties. In a soccer game, they should be a done deal as it is a relatively simple thing. The ball is at a free range at 11 meters with just one goalkeeper in a very wide goal. Simple right?
Continue reading...Sites not working after upgrading to apache 2.4.6
Recently I’ve upgraded to the apache 2.4.6 on my machine. After that the sites weren’t working anymore and the a2ensite/a2disste stopped working. Also I’ve received this error message in the log: [core:notice] AH00094: Command line: ‘/usr/sbin/apache2’ The solution is pretty easy. Make sure your site configurations in sites-available end with .conf. If they do, enable them again and reload apache. This will solve your problems.
Continue reading...Poulegegevens van handbal.nl op eigen website tonen
Voor Westlandia heb ik vorig jaar een koppeling geschreven die competitie gegevens van handbal.nl kan tonen. Voor veel verenigingen is dit een gewenste functionaliteit om te hebben op de eigen site. De afgelopen tijd heb ik regelmatig wat vragen gekregen hoe ik dit op de site van Westlandia voor elkaar heb gekregen.
Continue reading...Adding Interceptor Filters via annotation in Joomla
If you have read my other articles about Joomla and automated binding or Using Doctrine in Joomla then you probably know that I also heavily develop in Java. Java heavily makes use of Annotations which combined with the principle of Aspect-oriented programming gives developers some great power in controlling the flow of the application. One thing we use regularly in our application are called Intercepting Filters. Basically you set a ‘insertion point’ where code can be executed before executing the application code. In this post I’ll show you an implementation like I have done in a hobby project of mine.
Continue reading...Joomla and Doctrine, experimenting with automated binding
In my day to day job at the moment I’m working more on Java projects then PHP applications. In our Java project we are using the a very sophisticated framework called Spring Framework. So when I started to work on an new, private PHP project with Joomla I was feeling a bit blunt by all the basic things I have to do to process forms into their representing entities.
Continue reading...Spotify client crashes in Ubuntu with segmentation fault
For a day I’ve had problems with the spotify client crashing on startup. When starting the application in terminal I’ve got the error ‘Segmentation fault’. I’ve solved this issue by clearing the spotify cache in ~/.cache/spotify. Just remove everything in that folder and you can startup the client again. Enjoy your music!
Continue reading...
Recent Comments