
Afgelopen donderdag (6 april) ben ik naar devcon geweest. Dit is een jaarlijkse conferentie georganiseerd door Luminis en is voor en door (Luminis) developers gemaakt. Het is een…
Afgelopen donderdag (6 april) ben ik naar devcon geweest. Dit is een jaarlijkse conferentie georganiseerd door Luminis en is voor en door (Luminis) developers gemaakt. Het is een…
A while back I stumbled upon JavaScript errors that only occurred in IE. I figured out that when the dev console was closed the error occurred, but while it was open…
Flyway is an open source database migration tool developed by Boxfuse. Using Flyway you can execute plain SQL database migrations. Flyway makes it simple to keep track of the state…
In the previous blogpost Searchable dropdowns with Select2 and Bootstrap I gave an introduction to Select2 combined with Bootstrap. In that post I used static data as an example. In this post…
Select2 is a plugin for HTML dropdowns built with jQuery. Select2 makes it possible to search the options in the dropdown, which comes in handy when there are a lot…
I have worked on a demo project for Google Glass. Before this project I already had some experience in Android, which came in handy (I will explain why later). In…
Momentarily I’m working on a project in which I had some problems with the debugger. Every time I tried to install a breakpoint I got the error message ‘cannot install…