PHP Application Tools < The Publications >  



Here you'll find a list of all publications by PHP Application Tools developers. As we we all live in the south of Germany (Karlsruhe to be exact), the publications normally are in German, if not stated otherwise.

Magazine Articles
This list is not up-to-date
This list is not regularly updated, as we decided to invest more time in the development of our projects instead of updating certain parts of our site. You will find a complete list of Stephan's publications on his private (German) website at www.schst.net
The XML-Swiss-Army-Knife
This article shows how to use the PEAR package XML_Serializer to create XML documents from PHP data structures like arrays and/or objects and vice versa. At the end of the article, an RSS-reader is created without worrying about the XML itself.
Author(s) : Stephan Schmidt
Appears in : PHP Magazine (International Edition) 1.2005
Pages : 53 - 57
Date : December, 14th 2004
Language : English
The XML-Swiss-Army-Knife
Neues Markup braucht das Land
This is an introduction to Mozilla's XUL I wrote for the German Java-Magazin. It's not PHP releated in any way.
Author(s) : Stephan Schmidt
Appears in : Java Magazin 1.2005
Pages : 46 - 48
Date : December, 9th 2004
Language : German
Neues Markup braucht das Land
Leseratte
This article introduces PHP5's newest XML extension, xmlreader, which is available through PECL. xmlreader is an easy to use XMLPull implementation that is based on libxml2.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 5.2004
Pages : 68 - 72
Date : July, 21st 2004
Language : German
Leseratte
Nächste Stufe der Evolution
This article shows you how to create portable client applications with Mozilla using XUL. Furthermore, it uses PHP and PEAR::XML_XUL by Stephan Schmidt to create these applications with PHP.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 5.2004
Pages : 52 - 55
Date : July, 21st 2004
Language : German
Nächste Stufe der Evolution
PHP ohne Browser
This is an introductory article on command line applications with PHP4. It explains the basics and delves into some PEAR classes that can be helpful.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 5.2004
Pages : 35 - 38
Date : July, 21st 2004
Language : German
PHP ohne Browser
Ein Colt für alle Fälle
This article is an introductory article on application configuration. It discusses INI files, security issues, PEAR::Config and patConfiguration. It is available online.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 4.2004
Pages : 16 - 20
Date : May, 19th 2004
Language : German
Ein Colt für alle Fälle
Stillstand ist Rückschritt
This article is a follow-up to "Neues über PEAR". It discusses several XML-related packages of the PHP Extension and Application Repository.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 2.2004
Pages : 67 - 79
Date : January, 28th 2004
Language : German
Stillstand ist Rückschritt
Entwickeln für PEAR
This article explains how to contribute to PEAR. It discusses coding guidelines, submission process for new code and how to write documentation for packages.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 2.2004
Pages : 52 - 56
Date : January, 28th 2004
Language : German
Entwickeln für PEAR
Cool Flash
This article explains, how PHP can be used to create a daemon that functions as a chat-server for Macromedia Flash Clients. It explains network basics and shows how patServer can be used to build a server in several minutes. Furthermore it covers XML handling with ActionScript.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 1.2004
Pages : 47 - 51
Date : November, 26th 2003
Language : German
Cool Flash
Working with PEAR::XML_Serializer
This article introduces the PEAR::XML_Serializer, a generic XML Reader and Writer that makes working with XML fun - the author describes how to get rid of the cumbersome traditional ways to access XML data, and shows how even complete objects can be serialized to XML and unserialized back in just four method calls.
Author(s) : Stephan Schmidt
Appears in : PHP Architect Nov. 2003
Pages : 44 - 51
Date : November, 12th 2003
Language : English
Working with PEAR::XML_Serializer
The Real World - Design Patterns
This article gives a quick overview of what Design Pattern are, and shows how Design Patterns can be used in modern PHP4 (and upward) applications. The author also describes some of the most useful Design Patterns and how to develop with them.
Author(s) : gERD Schaufelberger
Appears in : PHP Magazine 06.2003
Pages : ?? - ??
Date : October, 24th 2003
Language : English
The Real World - Design Patterns
Neues über PEAR
This article is a quick overview on PEAR's XML category with tutorials on XML_Util, XML_sql2xml, XML_Serializer, XML_Parser and XML_HTMLSax.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 6.2003
Pages : 75 - 80
Date : October, 1st 2003
Language : German
Neues über PEAR
Transforming XML to PDF with the help of LaTex
This article describes, how patXMLRenderer, patTemplate and LaTeX can be used to transform XML documents to PDF without the need for XSL-FO.
Author(s) : Stephan Schmidt & Gerd Schaufelberger
Appears in : PHP Architect August 2003
Pages : 10 - 15
Date : August, 8th 2003
Language : English
Transforming XML to PDF with the help of LaTex
Integrator
This article is a case study about the internet portal 1und1.com. The author describes the implementation and the problems that had to be solved. His article shows that PHP can be used for professional business-websites and is largely scalable.
Author(s) : Stephan Schmidt & Sebastian Mordziol
Appears in : PHP Magazin 2.03
Pages : 85 - 89
Date : February 2003
Language : German
Integrator
Auf Gutenbergs Spuren
This articles introduces the usage of LaTex and PHP in order to create printable documents: PDF. It describes the basics of LaTeX and how it can be used to generate PDFs. For advanced applications, the article shows how PHP can be used to remote-control LaTeX and create PDFs dynamically on the fly. This article also shows a way to transform XML-based contents to PDF.
Author(s) : Gerd Schaufelberger
Appears in : PHP Magazin 2.03
Pages : 80 - 84
Date : February 2003
Language : German
Auf Gutenbergs Spuren
Verwandlungen - XML Transformationen mit patXMLRenderer
This article discusses the concept on patXMLRenderer and explains how the renderer may be used to create webistes that rely on XML and databases.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 4.02
Pages : 73 - 76
Date : October 2002
Language : German
Verwandlungen - XML Transformationen mit patXMLRenderer
Spiel des Lebens - Usermanagement mit PHP4 und MySQL
Article which discusses the development of virtual communities and how PHP and MySQL can be used in their creation. Includes a section on patUser.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 3.02
Pages : 68 - 72
Date : August 2002
Language : German
Spiel des Lebens - Usermanagement mit PHP4 und MySQL
Das Salz in der Suppe - Einführung in XML
Article which explains XML basics and how PHP can be used to process XML data.
Author(s) : Gerd Schaufelberger
Appears in : PHP Magazin 3.02
Pages : 81 - 84
Date : August 2002
Language : German
Das Salz in der Suppe - Einführung in XML
Weltenbaum - Selbstreferenzierende Bäume in MySql
Article which explains different approaches to saving tree structures in a relational database system.
Author(s) : Stephan Schmidt
Appears in : PHP Magazin 2.02
Pages : 90 - 93
Date : May 2002
Language : German
Weltenbaum - Selbstreferenzierende Bäume in MySql
Brücke an Maschinenraum
This article discusses how interprocess communication can be used with PHP. It shows you how to use shared memory and semaphore functions to build a web chat.
Author(s) : Stephan Schmidt & Gerd Schaufelberger
Appears in : PHP Magazin 1.02
Pages : 55 - 58
Date : January 2002
Language : German
Brücke an Maschinenraum
Ein starkes Duo
Article on XML data interchange between Flash movies on the client and PHP applications on the server.
Author(s) : Sebastian Mordziol
Appears in : PHP Magazin 1.02
Pages : 74 - 76
Date : January 2002
Language : German
Ein starkes Duo
Book Essays
IPC mit PHP
Essay by Stephan Schmidt in the book 'PHP im Einsatz 2.0', which includes articles for all sessions held at the International PHP 2002 conference. This article shows, how inter-process-communication can be achieved with PHP's shared memory and semaphore functions.
Author(s) : Stephan Schmidt
Appears in : PHP im Einsatz 2.0
Pages : 51 - 63
Date : July 2003
Language : German
IPC mit PHP
XML-Socket-Server zur Kommunikation mit Flash
Another essay in the book 'PHP im Einsatz 2.0', written by Stephan Schmidt and Gerd Schaufelberger with illustrations by Sebastian Mordziol. This articles discusses patServer and explains, how patSerevr can be used to built servers that accept connections by Flash clients. This enables you to create chats or multiplayer games.
Author(s) : Stephan Schmidt & Gerd Schaufelberger
Appears in : PHP im Einsatz 2.0
Pages : 64 - 76
Date : July 2003
Language : German
XML-Socket-Server zur Kommunikation mit Flash
Dynamische Webseiten mit XML
Essay by Stephan Schmidt in the book 'PHP im Einsatz', which includes articles for all sessions held at the International PHP 2001 conference. This article discusses the basic principle and architecture of the patXMLRenderer.
Author(s) : Stephan Schmidt
Appears in : PHP im Einsatz
Pages : 397 - 410
Date : April 2002
Language : German
Dynamische Webseiten mit XML

Partnersites
PHP Application Tools

© 2001-2006
pat is watching you!

Last Updated: 2006-08-20 12:13:59 Jump to the top of the page (of course only if you're far enough down...)