Terminal Icon

Gabor de Mooij

» Software Architect

Hi there! On this website you can find my open source projects. I hope they might be useful for anyone. The open source projects here are all licensed new BSD and can be used free of charge anywhere (even commercial products). Have fun.

RedBeanPHP

RedBeanPHP is an easy to use object relational mapping tool (ORM). It requires zero configuration and creates all the required tables and columns on the fly. No more XML, YAML and INI files, just write your code and let RedBeanPHP take care of all the storage logic.
The project got a bit out of hand so it has it's own domain; you can find more information on redbean here: www.redbeanphp.com.

Stamp

Stamp is a compact and very robust template engine that achieves a 100% separation of template markup and presentation logic. It uses HTML valid markers to identify key parts of a template; external scripts can then manipulate the template and build new HTML output by copying and pasting marked sections. This way Stamp ensures pure and valid readable HTML markup with zero presentation logic; while also improving presentation code-reuse. Visit Stamp's microsite for more information.(old version here: Stamp's microsite)

About me

Welcome to my personal homepage. My name is Gabor de Mooij and I am a software architect, developing mainly web applications. I mainly develop in PHP and Javascript but I have some experience with Java, ActionScript and C as well, see my curriculum vitae.

Zend PHP Certified Engineer (first 1000) Zend PHP 5.3 Certified Engineer MySQL Certified Engineer

JS OOP

How to do object oriented programming in Javascript? Here I present my personal approach to do object oriented design in Javascript. Visit my JS OOP workshop.

GitHub

For more code, see my public code repository.

 



copyright © 2012 Gabor de Mooij