Robin Glauser


My Blog about Development, Design and my random thoughts.

Design Patterns in PHP

The Github repository domnikl/DesignPatternsPHP has a list of design patterns and their implementation in PHP. It shows the UML diagram for the pattern and explains the purpose of the pattern. AbstractFactory To create series of related or dependent objects without specifying their concrete classes. Usually the created classes all implement the same interface. The client of the abstract factory does not care … Read More


Goodui.org – Great Ideas for User Interfaces

This will just be a short post. Goodui.org is a website where you can find ideas to create great user interfaces. Some of the tips are common sense, but most of them are pretty darn useful. You can also sign up for their newsletter to always get the latest ideas.