About

Avatar von Paul Seiffert
  • 06.12. Doctrine 2 – Zend Framework Integration

    In yesterday’s article of our advent calendar, we explained the concepts underlying Doctrine 2. In today’s article, we want to use that knowledge and create a simple Zend Framework (ZF) application that uses Doctrine 2 to persist its business objects. While explaining how to integrate Doctrine 2 into Zend Framework, we will create a generic…

  • Sgp_Bazinga! – Vortrag@Mayflower-München

    Am kommenden Donnerstag, den 08.12.2011 findet ein weiterer ö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 „Sgp_Bazinga!„. In großen Projekten mit wachsenden Ansprüchen kann es passieren, dass gewisse Datenstrukturen unwartbar werden. Wenn Models zu unwartbaren Monstern werden, hilft auch die im Hintergrund arbeitende…

  • Domain-Driven-Design – Vortrag@Mayflower-Würzburg

    Am kommenden Donnerstag, den 08.12.2011 findet ein weiterer öffentlicher Vortrag im Mayflower-Büro in Würzburg statt (ACHTUNG: wir sind umgezogen! NEU: Gneisenaustraße 10/11, 97074 Würzburg, Bushaltestelle Barbarastraße mit der Linie 28). Beginn ist um 18:00 Uhr, Thema des Vortrags ist „Domain-Driven-Design„. Aco Mitevski erklärt anhand eines kleinen Beispielprojektes wie man Domain-Driven-Design mithilfe des Zend Frameworks und…

  • To Protect and Surf

    Slashdot reports, that CSS History Sniffing is back – this time utilizing the latency that your browser shows when you have visited a site already. The time a browser takes to respond differs when the resource that is linked in a page is already in the browser cache. Of course that only works when you…

  • 05.12. Doctrine 2

    Object-relational mapping (ORM) frameworks have been around for several years now and for some people, ORM is already outdated by now. As we have seen with other technologies and concepts before, PHP is not exactly what we call an early adopter among the programming languages. Thus it took some time for ORM to grow up…

  • 04.12. PDF nicht nur mit PHP

    Eine Suche nach „php pdf“ bei der Suchmaschine meiner Wahl ergibt eine Vielzahl an Tutorials, Blog-Einträgen und natürlich auch Klassen und Bibliotheken. In diesem Blog-Artikel möchte ich einen knappen Überblick über einige der gebräuchlichsten PHP-Tools zur PDF-Generierung geben und Alternativen zeigen die keine Programmierung erfordern. PHP: PDF – Manual Das erste Suchergebnis führt uns auf…

  • 03.12. Setting up an own QA Environment for Javascript

    Nearly every PHP project comes up with a great set of tools to assure the quality of source code; unit tests are a no longer a „nice to have“ feature, they are common components in new projects. While unit tests help you to provide solid interfaces and proof the functionality of a certain method, there…

  • CSS3 Produktiv nutzen

    Hier findet ihr die Folien zu dem Mayflower Vortrag „CSS3 Produktiv nutzen“. Gehalten von Alberto Assmann am 17.11.2011. CSS3 produktiv Achtung, YouTube! Datenschutz ist uns wichtig! Daher müssen wir noch kurz etwas los werden … Um das Video direkt auf dieser Seite angezeigt zu bekommen, musst Du leider folgende Cookies akzeptieren: statistik, Marketing. View more…

  • 02.12. PHP 5.3 Features in real life

    Die Veröffentlichung von PHP 5.3 vor rund 2 Jahren brachte dem PHP-Entwickler sinnvolle Neuerungen und Verbesserungen. Dazu zählen in erster Linie Namespaces, Late static binding und Closures (anonyme Funktionen). Viele Verbesserungen hat PHP 5.3 vor allem aber unter der Haube erfahren. Das neue /PHP/5.3 ersetzt libmysql mit der eigenen, nativen Implementierung mysqlnd und hat auch…