PHP Stammtisch München

Am Donnerstag, den 15.04.2010 findet das erste Treffen in diesem Jahr zum PHP Stammtisch in München statt. Hierzu sind alle Interessierten herzlich eingeladen. Startschuss für die Vorträge ist um 19:00 Uhr. Mehrere grossartige Speaker nehmen an diesem Event mit folgenden Themen teil: Stefan Priebsch Stefan Priebsch: „Die fünf goldenen OOP-Regeln für PHP“ Anatoliy Belsky –…

PHP_CodeBrowser Release version 0.1.0

Mayflower is proud to announce the release of the open source tool PHP_CodeBrowser in the current version 0.1.0-alpha. What is PHP_CodeBrowser PHP_CodeBrowser is a tool mainly intended to be used in conjunction with CruiseControl. It provides a code browser for PHP files with syntax highlighting and colored error-sections found by quality assurance tools like PHPUnit…

„Agile Estimation and Planning“ talk @Mayflower – Munich

Am kommenden Donnerstag, den 30.07.2009 findet wieder ein öffentlicher Vortrag im Mayflower Büro in München statt. Begin ist um 18:00 Uhr, Thema des Vortrages ist „Agile Estimation and Planning“. In diesem Vortrag gibt es einen Einblick in die Grundlagen der Agilen Software Entwicklung, der Planung und Abschätzung. Wer teilnehmen möchte kann sich auf Facebook dafür…

PHP 5.3 BBQ Release Party Munich

The PHP 5.3 BBQ Release Party in Munich, that took place on Friday the 17th of July 2009 at the Waldwirtschaft has been a complete success. About 100 PHP enthusiasts joined this event and were celebrating and used this event for further communications or exchanging experiences. The sunny weather from the afternoon unfortunatelly turned into…

FTP via Proxy with cURL

There should be no problem to download files dynamically via FTP and user/password authentication. But what if using an http proxy in between? Well, there are some useful options you may set with curl_set_option but in our case most were not accepted. The main problem was getting the list of files laying on the ftp…