Technical insights and software architecture

Deep dives into PHP development, Horde Framework evolution, and practical software engineering. Focused on real-world solutions for complex technical challenges.

Core Topics

PHP, Horde Framework, authentication systems, composer workflows, and modern development practices.

Long-form Analysis

Comprehensive technical articles exploring architectural decisions, migration strategies, and lessons learned from real projects.

Code & Community

Open source contributions, framework development, and sharing knowledge with the PHP developer community.

Month: February 2012

  • Horde 5 is coming / Horde 3 support ends

    Horde 5 planned for April 2012 / Horde 3 Support ends / OpenSUSE 12.2 will get Horde 5 if schedule permits / Horde 3 dropped from factory / Eleusis dropped

  • Horde Config: How to fill dropdowns with application data with configspecial

    Horde provides system wide customisation and configuration of applications through php configuration files. These files can be edited by hand or written from an administrator config UI. This ui is automatically generated from a file called conf.xml located in your $application/config/ directory. The config xml allows dropdowns, multiselect fields, tick boxes, radio buttons and even…

  • The Author

    The author is a developer and trainer in perl and PHP with several years of professional experience in both areas. While leaning strongly towards solutions involving the horde framework he also solved problems with perl catalyst, moose, CakePHP, wordpress, facebook api, PHP Symfony and Zend Framework. Get my GPG key for secure communication. —–BEGIN PGP…

  • Distributed applications with Horde 4

    Synopsis Horde’s powerful RPC API has been used numerous times to allow integration of horde-based data into external applications or remote sites. It also provides an easy to set up basis for distributed applications with headless workers. In this article I will give you a brief introduction on how to build a scalable distributed architecture…