Kore Nordmann - PHP / Projects / Politics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann :Date: Fri, 23 Nov 2007 17:03:38 +0100 :Revision: 1 :Copyright: CC by-sa ========================= PHP Professional Training ========================= :Description: By order of dynamic webpages and phpzertifizierung.eu (both german) I gave three trainings, which I just finished. The topics included: "Regular expressions", "Testdriven development with PHPUnit" and "Image creation". The slides are online now. By order of `dynamic webpages`__ and `phpzertifizierung.eu`__ (both german) I gave three trainings, which I just finished. The topics included: "Regular expressions", "Testdriven development with PHPUnit" and "Image creation". The slides are online now and can be found in my portfolio__. __ http://www.dynamic-webpages.de/ __ http://www.phpzertifizierung.eu/ __ /portfolio.html All of the tutorials lasted two hours and I just finished the last one some minutes ago. - `Regular expressions`__ After an introduction into the basics of regular expressions, I also cover the extensions in PCRE, up to the very new stuff, like recursion and conditional sub patterns. At the end I repeat the learned and build an expression for URLs wtogether with the listeners. - `Testdriven development with PHPUnit`__ In the slides I present the basics about the test driven development model and then show, how you could write simple tests with PHPUnit, using the new features like the group and dataProvider annotations. After that the talk covers the MockObjects extensions, Selenium and Continiuous Integration. - `Image Creation`__ In this talk I present different image formats, from vector based formats to bitmap formats, show the different libraries and create and explain an abstraction layer, which unifies all the different stuff in a simple API and makes the creation of images easier. __ /talks/dwp_07_regular_expressions.pdf __ /talks/dwp_07_tdd.pdf __ /talks/dwp_07_image_processing.pdf Trackbacks ========== Comments ======== - Charles Polisher at Sat, 24 Nov 2007 18:30:47 +0100 Regarding "Testdriven development with PHPUnit", very nicely done, wish I could have attended the talk! (It was not clear from your description that the slides are in English.)