Overriding the NEOS backend login markup

Introduction

Since a new project is going on at work, which will be built using NEOS I thought I'd share a quick tip on how to modify the backend login of your NEOS page.

I was setting up the initial page, finally on PHP7 and using NEOS 4, and…

CSS enhanced hyphens fix

I haven't been posting anything lately. Although I begann writing on another topic, I didn't have the time to finish it yet. So I will just publish this small post in between. This post deals with an enhanced css-only hyphen solution, based on a solution, which was posted on css-tricks.com.…

Find Instagram user-id by username

Introduction

This week I had to integrate an Instagram-gallery within a Wordpress-installation. I was using a plugin called Instagram Feed. The only thing you need is obviously an Instagram-account. The plugin supports integrating any Instagram feeds as gallery with a shortcode.

I wanted to integrate feeds from different users, where…

Fix wrong view path resolving in ZF

I've created 40 to 50 projects based on Zend Framework 2. As you can imagine, while working on those projects I've created lots of modules myself.

One or two times a ran into a strange problem, which only occured under certain circumstances. I digged deep into the code of Zend…