Kategorie: PHP
-
Mitarbeit am ZendFramework
von
in PHP… über die Mitarbeit an Open-Source-Projekten Wer hat nicht schon einmal damit angefangen sein eigenes CMS/Framework zu konzipieren? Mittlerweile wird es ja schon aus Lerngründen als "best practice" angesehen, jedoch den ganzen Sicherheitskram von vorne durcharbeiten zu müssen kann genauso stressig wie langweilig sein. Das ist der Punkt wo die meisten Entwickler anfangen zu großen…
-
Contributing to ZendFramework
von
… on contribution Who hasn’t ever started writing his own Framework/CMS? It is considered best practice for learning purposes, but going through all the security stuff can be stressful and boring at the same time. That’s where most devs start to contribute to big Open Source-projects like Typo3 or the Zend Framework, because they are…
-
HTML 5 Security – Vortrag@Mayflower-Würzburg
Am kommenden Donnerstag, den 26.08.2010 findet wieder ein öffentlicher Vortrag im Mayflower Büro in Würzburg statt (Pleichertorstrasse 2, 97070 Würzburg, Straßenbahn und die Haltestelle Congress Centrum). Beginn ist um 18:00 Uhr, Thema des Vortrags ist „HTML 5 Security„. HTML 5 bietet unzählige neue und interessante Möglichkeiten. Doch gerade diese Vielfalt ist es, die das Thema…
-
MySQLnd Plugins: Writing a MySQL Query Logger in PHP
von
During the development of an application, not all time is spent on writing code. A lot of time is spent on reading debug output, crawling through log files and firing up the debugger to figure out what the application does. While the debugger helps us to inspect details of a running application on a testing environment, logfiles are often the…
-
Agile PHP Software Development – Vortrag@Mayflower-München
Am kommenden Donnerstag, den 19.08.2010 findet wieder ein öffentlicher Vortrag im Mayflower Büro in München statt (Mannhardtstraße 6, S-Bahn Isartor). Beginn ist um 18:00 Uhr, Thema des Vortrags ist Agile PHP Software Development. Scrum, Extreme Programming und Crystal Clear sind inzwischen jedem PHP Developer ein Begriff. Aber wie passen diese drei Methoden der agilen Softwareentwicklung…
-
Verteiltes Verarbeiten mit Hadoop – Vortrag@Mayflower-Würzburg
Am kommenden Donnerstag, den 19.08.2010 findet wieder ein öffentlicher Vortrag im Mayflower Büro in Würzburg statt (Pleichertorstrasse 2, 97070 Würzburg, Straßenbahn und die Haltestelle Congress Centrum). Beginn ist um 18:00 Uhr, Thema des Vortrags ist „Verteiltes Verarbeiten mit Hadoop„. Hadoop ist ein Java-Framework für sehr gut skalierende Applikationen und ermöglicht das verteilte Verarbeiten von riesigen…
-
Offizielle Piwik Mobile App veröffentlicht
von
in PHPPiwik ist eine Open Source (GPL lizenzierte) Webanalyse-Software und bietet Ihnen detaillierte Echtzeit-Berichte über die Besucher Ihrer Homepage, die genutzten Suchmaschinen und Suchbegriffe, die Sprache, Ihre beliebten Seiten und vieles mehr. Damit ist Piwik eine echte Alternative zu Google Analytics, vor allem wenn man die Daten nicht auf fremden Servern aufbewahren möchte. Da wir bereits…
-
Official Piwik Mobile App published
von
Piwik is a Open Source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. So Piwik is a real alternative to Google Analytics, especially if you don’t want…
-
PHP_CodeBrowser 0.9.0 is out
von
PHP_CodeBrowser is a tool that creates good looking web pages from your code and annotates them with problems found by checkstyle, pmd and others. We have covered the release of PHP_CodeBroser version 0.1.0-alpha some months ago, see this post. Now, we’re proud to announce version 0.9.0-beta. It features a neat interface that let you find…