Now that I’m diving deeply into teaching Scrum, I am profoundly interested in games that can be useful to deeply understand agile principles. These are my latest sources: http://tastycupcakes.org/category/agile/ Blog style collection of games http://www.innovationgames.com/resources/the-games/ List of games that facilitates finding a game for a specific...
MehrMy favorite new feature in Symfony 2.5: Now you can not only dump the default configuration but also the fully merged current configuration, yeah! The command for this is: app/console config:debug Read all about the background here.
MehrDas iMapping Tool (bekannt aus dem brand eins Artikel) ist eine Software zum erstellen großer Wissenslandkarten. Es bietet eine übersichtliche Methode, auch komplexere Informationsstrukturen visuell darzustellen. Laut Heiko Haller, dem Macher von iMapping, wird das Tool vor allem von Managern, Beratern und Wissenschaftlern verwendet, um sich bei komplexeren...
MehrIch habe geheiratet. Früher hieß ich Timon Schroeter. Mein ursprünglicher Nachname (Schroeter) ist einer der häufigsten in Deutschland überhaupt (Top 20, wenn die man alternativen Schreibweisen mit ö/oe und d/t mitzählt). Der Nachname meiner Frau (Fiddike) ist in Deutschland und sogar weltweit sehr selten. So selten, dass die Domain fiddike.com im Jahr 2014 noch...
MehrToday, patch versions for all actively maintained minor versions (2.5, 2.4 and 2.3 LTS) of the Symfony project have been published. The version numbers of the patches are: 2.5.4, 2.4.9 and 2.3.19 and you should update to the latest patch release of you Symfony version ASAP because they fix this set of CVE listed vulnerabilities: CVE-2014-6072 CVE-2014-5245...
MehrPHP-Schulung.de hat nun wieder vollen IPv6 Support. Erfahren Sie auf Wikipedia mehr über Version 6 des Internetprotokolls.
MehrUPDATE The SensioLabs Profiler has been replaced by the Blackfire Profiler. The new PHP Profiler by SensioLabs is now in private beta. To register for the private beta go to: profiler.sensiolabs.com. Just curious? Watch the video, it explains and demonstrates the profiler. Personally I’m very curious whether it will work for legacy PHP apps as well. Now...
MehrWährend meines Symfony Vortrags auf der Contao Konferenz 2014 habe ich die folgenden Schwerpunkte gesetzt: Warum Symfony für mich persönlich so wertvoll ist Dependency Injection Container: Einführung Event Dispatcher: Einführung Hier liegen die Folien zum Download bereit: Contao-Symfony-Timon-Schroeter.pdf
MehrOne of the central classes in the Symfony framework is: Symfony\Component\HttpFoundation\Request The front controller instanciates this object and populates it with the properties of the current HTTP Request. Controllers can easily obtain the current Request instance. Services can have the current Request object injected either directly or via the request stack...
Mehr0. Vorbemerkung Dieser Artikel richtet sich an Benutzer von Microsoft Windows. Wer stattdessen auf Mac OS X oder Linux entwickelt wird einen Blick auf Vagrant werfen wollen. Vagrant funktioniert prinzipiell auch für Windows, allerdings ist es mangels NFS nicht so leicht, damit eine gute Performance zu erzielen. Daher ist XAMPP für Windows Nutzer oft die bessere...
MehrThank you everybody for attending the Symfony usergroup meeting at Research Gate, asking interesting questions and a lively discussion on xliff editors. My slides can be downloaded here: https://php-schulung.de/download/symfony-translation-component.pdf Two different xliff capable XML editors were named in the discussion. One of them was the opensource online tool...
MehrUnser neues Büro und die Schulungsräume, die wir für PHP Schulungen in Berlin nutzen, befinden sich im Bouché Gewerbepark: Bouchéstr 12 12435 Berlin Parkplätze finden Sie vor der Einfahrt 1 (Jordanstraße). Unser Firmensitz und unsere Postadresse befinden sich weiterhin in der Prinzessinnenstraße (siehe Kontakt / Impressum).
MehrDid you ever need to list all listeners that are registered in a Symfony 2 based app? Just install the ListenersDebugCommandBundle by egulias … https://github.com/egulias/ListenersDebugCommandBundle and execute: app/console container:debug:listeners Backup fork:...
MehrEdit: At the Oxid Commons Conference 2014 the developers of the popular web shop „Oxid“ announced that they will migrate their System to Symfony 2, too. Here’s a blogpost by their community manager Marco Steinhäuser, explaining that they have chosen Symfony 2 over Yii despite Yii’s recent surge in popularity. A beautiful description of why...
MehrHere are the slides used in my Introduction to CDNs given at BePhpUg on November 6th 2013: https://php-schulung.de/download/CDN-Introduction.pdf
MehrUpdate Code is still available on Github, but the tutorial site has been offline for a week and the last change dates back to July 2013. Keeping this for the time being (in case they come back), but I removed the href property on the URL to avoid a dead link. Original Post Just got pointed to this Symfony beginners tutorial: Blog: http://tutorial.symblog.co.uk/ My...
MehrMonday, Oktober 28th 2013 19:15 – 21:45 at co.up, Adalbertstrasse 7 – 8, 10999 Berlin All details: http://www.meetup.com/backend/events/141934292// Securing Web Applications with the Symfony 2 Security Component Talk by Timon Schroeter Authentication and authorization of users need to be taken care of in most web applications. The Symfony 2 security...
MehrSymfony läuft auf der HipHop Virtual Machine (ja, die von facebook): http://labs.qandidate.com/blog/2013/10/21/running-symfony-standard-on-hhvm/ Und hier sind die ersten Benchmarks: http://alexfu.it/2013/10/22/symfony-benchmark-on-hhvm/
MehrVom 10.12.2013 bis 13.12.2013 findet der Symfony Intensivkurs in Berlin statt: Alle Infos gibt es auf de Seite: Symfony Schulung Berlin Wenn Sie Ihre Symfony Schulung in-house buchen, wählen Sie Termin und Ort (deutschlandweit).
MehrAm 20.10. halte ich auf dem monatlichen Treffen der Symfony Usergroup Wien http://symfony-austria.org/ einen Vortrag zum Thema Dependency Injection. Teil 1: Dependency Injection: Motivation Im ersten Teil wird erklärt warum lose Kopplung sehr wertvoll ist. Anhand von Code Beispielen mit generischen PHP Klassen wird gezeigt, wie einfach es ist, diese auf Dependency...
Mehr