PHP Barcelona Conference 2011
Am 28.10.2011 und 29.10.2011 findet in Barcelona die PHP Barcelona Conference 2011 statt. Ich freue mich in diesem Jahr als Sprecher mit dem Vortag "Real World Dependency Injection" dabei sein zu dürfen.
Am 28.10.2011 und 29.10.2011 findet in Barcelona die PHP Barcelona Conference 2011 statt. Ich freue mich in diesem Jahr als Sprecher mit dem Vortag "Real World Dependency Injection" dabei sein zu dürfen.
Just as a side note, since I lately got some trouble passing the private key to the openssl_pkey_get_private() function. I was following a hint on the net but I did not succeed. The reason was a slight misunderstanding on my side: You can pass the private key to the function in two ways: Either a string containing the private key or a string containing location of the private key file on the harddisk. The latter one was the one I was struggling with. In case you want to use a file that contains the private key you need to pass the protocol identifier. If the protocol identifier is missing the function seems to think the string contains the private key, not the location of the private key. So, if you want to refer to the file /tmp/private.key the string needs to look this: file:///tmp/private.key
I am happy to announce that bitExpert will contribute the Liquibase Phing codebase to the Phing project. The transition phase will start pretty soon. Unfortunately this means that the source code will no longer be maintained on github, instead the Phing subversion repository will be the new home for the extension.
"Testing untestable code" geht um die Welt: Nach Frankfurt, Antwerpen, Nashville, Verona, Hamburg und Düsseldorf freue ich mich den Vortag bei der PHPCon PL 2011 halten zu dürfen. Die conference findet vom 21.10.2011 bis zum 23.10.2011 in der Nähe von Kielce in Polen statt.
After reading a blog post about a Dependency Injection container in PHP I just tweeted for curiosity why PHP developers have not yet agreed on a common standard for the behaviour of an DI container. Stefan Koopmanschap jumped into the discussion and proposed I should start a movement in this particular area. He suggested that Fabien Potencier (Symfony Lead Developer) as well as David Zülke (Chief Agavi fanboy) and Matthew Weier O'Phinney (Zend Framework lead developer) should team up with me. David got hooked immediately, and I am looking forward to meet the gang at phpDay.it in Verona for the first round of discussions. In case you want to contribute as well feel free to join us or blog about this movement :)
Bei der Developer Conference die vom 20.05.2011 bis zum 21.05.2011 in Hamburg stattfindet werde ich den Vortrag "Testing untestable code" halten.
Seit einigen Tagen besteht bei Facebook Applikationen die Möglichkeit auf Tabseiten direkt iFrame Applikationen laufen zu lassen. Bei meinem ersten Test bin ich prompt in die Falle getappt: Nach dem Einbinden einer Applikation auf eine etwas ältere Fanpage war die Applikation nicht sichtbar. In typischer Facebook Manier war natürlich nicht erkennbar was die Ursache sein könnte. Nach einer längeren Experimentierphase fand ich die Ursache: Die Möglichkeit iFrames im Tab anzeigen zu können greift scheinbar nur bei neuen Fanseiten bzw. bei Seiten die schon auf das neue Design / Layout upgegraded wurden.
Ich darf mich glücklich schätzen in diesem Jahr wieder als Sprecher auf der DPC11 in Amsterdam vertreten sein zu dürfen. Nachdem ich dort im letzten Jahr über das Management von internen Abhängigkeiten - sprich Dependency Injection - referiert habe, steht für dies Jahr das Thema externe Abhängigkeiten an. Damit sind Abhängigkeiten zu Frameworks oder anderen 3rd Party Bibliotheken gemeint. Der Vortrag wird verschiedene Wege aufzeigen wie man mit diesen externen Abhängigkeiten in sein Projekt umgehen kann bzw. sollte.
Zum Neuauftakt der PHP Usergroup Frankfurt werde ich am 25.01.2011 in der Brotfabrik in Frankfurt meinen Vortag "Testing untestable code" halten.
Den Auftakt meiner Konferenz-Tour in 2011 bildet die Teilnahme an der PHPBenelux conference am 28.01 / 29.01 in Antwerpen. Ich werde dort die Sessions "Testing untestable code" und "Develop multi-tenancy PHP web applications" halten. Im März folgt die Teilnahme an der STP Spring 2011 Conference in Nashville, dort ebenfalls mit der Session zu "Testing untestable code".