Kore-nordmann - kore-nordmann.de - Kores random thoughts
General Information:
Latest News:
PHP Subconference at FrOSCon 2013 25 May 2013 | 11:59 am
This years FrOSCon – one of the most awesome open source software conferences – is right ahead and we are organizing a PHP project room again this year. Read more for details…
Zeta Components retired from Apache 29 May 2012 | 08:54 pm
The Zeta Components project retired from Apache and is now available on Github. All components are now installable via Composer. Read more for details…
PHP Subconference at FrOSCon 2012 7 May 2012 | 10:21 pm
This years FrOSCon - one of the most awesome open source software conferences - is right ahead and we are organizing a PHP ubconference gain this year. Read more for details.
Generating XML schemas from XML data 29 Mar 2011 | 10:21 pm
Already some time ago I published a tool on Github which allows you to generate (or learn) XML schemas from XML data. You provide the tool with a set of XML files and you get a nice, human readable, X...
static considered harmful 2 Mar 2011 | 10:42 pm
This is a provoking title, but, in my honest opinion, a very valid rule of thumb. During the last years of teaching other developers, developing PHP libraries and applications and doing quality assura...
PHP @ FrOSCon 2010 3 Aug 2010 | 06:25 pm
This years FrOSCon - one of the most awesome open source software conferences - is right ahead and we are organizing a PHP track again this year. Read more for details.
Presenting: PHP Commit Hooks 20 Jul 2010 | 09:28 pm
In our company blog I blogged about a pet project of mine: PHP Commit Hooks. This is a follow up to my earlier blog posts: SVN commit hooks, which was inspired by a discussion on an earlier PHP Unconf...
PHP quality assurance tools 1 Jun 2010 | 10:55 pm
Some of the most important tools for quality assurance in PHP projects are PHP_Depend and PhpUnderControl. In the future Qafoo will provide support for both, read on for details.
Starting Qafoo logo contest 10 May 2010 | 11:21 pm
We are starting a logo contest for Qafoo now, and you can win 350€ (~450$) in it! Read more for details.
Native parallel PHP job queue 7 May 2010 | 03:42 am
To make use of multiple cores for some rather long processing operations I needed a way to fork multiple workers from a single PHP script multiple times lately. So I created a small project on github ...