Not happy with the responsive handling of the app in the browser I decided to go the Bootstrap route. So […]
Datepicker without dependencies
I was searching for my current project for a nice javascript date picker. I tried a lot of them, so […]
BumpyWheels new gameplay mode
A new release of BumpyWheels is coming soon and we are very excited to introduce a new gameplay mode. One […]
iOS Universal links
Implemented Universal Links today. I think this is essential for a platform in which you can share content through links […]
Current project entering new fase
Upgraded to Laravel 5.2. Moderation, management, security are now all implemented on top of the basic functionality. Performance looks good. […]
Bumpy Wheels update
We found the bug in Bumpy Wheels which made the game unusable in iOS 9. So we fixed it and […]
Laravel/blade ajax architecture
The current project has an architecture which uses a plain laravel/blade template approach. In the future we want to replace […]
iOS 9 and Bumpy Wheels
There are some issues with Bumpy Wheels and iOS 9, we are looking for a fix.
Laravel pagination and Nginx
So we are still benefitting the completeness of the Laravel framework and started using the Pagination functions of Laravel. Which […]
Implementing date/time functions
Since our current project will need to be available in multiple countries we needed to tackle the timezone challenge. However […]