Planet eZ publish

From now on, German-speaking eZ publish users can share their information on a new community portal. They will find valuable resources concerning the Open Source Enterprise CMS at www.ezpublish.de in the forum, weblog and different articles.
Ab sofort können deutschsprachige eZ publish-Anwender ihre Erfahrungen auf einem neuen Community-Portal miteinander austauschen. Unter www.ezpublish.de finden sie wertvolle Informationen im Forum, dem Weblog und unterschiedlichen Artikeln rund um das Open Source Enterprise CMS.
Im Forum werden jede Art von Fragen beantwortet, ob technischer oder allgemeiner Natur. Die Artikel sind sowohl für Anfänger wie Fortgeschrittene interessant. So wird zum Beispiel aufgezeigt, wie sich das Design von eZ publish anpassen lässt, oder was es mit den eZ components auf sich hat - dem neuesten Produkt aus dem Hause eZ systems, dem Hersteller von eZ publish.
Aufgesetzt wurde das Portal auf Basis von eZ publish durch die deutschsprachige Community. Inhaltlich darf sich jeder Interessierte beteiligen; sei es durch Teilnahme an den Diskussion im Forum, einen eigenen Blog-Eintrag oder das Einstellen eigener Artikel.
Desweiteren möchte ich allen danken die bei diesem Projekt bis dato mitgeholfen haben und es in den Zukunft vorran treiben werden. Alles getreu nach dem Motto: "Share your information".
A closure represents a state => implemenation of a state pattern. This is a bit rich. Usually in OO programming the state pattern is implemented by encapsulating different protocols, for denoted states. This is simple to implement by substituting your protocol specification with a different name.
In a previous short post I describe a way to emulate closures in php. Using that technique execution environment, otherwise known as a call stack can be saved for future use. This can be put to good use. A couple of patterns or programming techniques could be useful in practice.
His example starts off with the Drupal hooks, using the State pattern to create a method of tracking "where we are" via PHP.
IIS is a multi-threaded web server available on Windows NT and 2000. From the Internet Services Manager, it is possible to tune the following parameters: Performance Tuning based on the number of hits per day, Bandwidth throttling, Process throttling, Timeout, and HTTP Compression.
He looks at tips for each of the above, as well as other things like the memory cache size and max pool threads that can be changed with the help of the registry editor...

Sebastian announced that eZ components are now available in Gentoo's portage system. This adds one more posibility for you to install the components. So, we now have 3 methods in place (if you are a lucky Gentoo user), of which the new one is the most comfortable:
1. Portage:
Simply type $ emerge ezc-eZComponents as root and you will get everything you need (including PHP 5, if not setup, yet).
2. PEAR (also feasible for other systems):
Simply type $ pear install components.ez.no/eZComponents-beta (presumed, that you have PHP 5 in place and PEAR 1.4.x installed).
3. Download ZIP or TAR (also feasible for other systems):
We provide a ZIP and and a TAR.BZ2 archive for direct download, containing the components.
Thanks to Sebastian and happy installing to all others! :)

Sebastian announced that eZ components are now available in Gentoo's portage system. This adds one more posibility for you to install the components. So, we now have 3 methods in place (if you are a lucky Gentoo user), of which the new one is the most comfortable:
1. Portage:
Simply type $ emerge ezc-eZComponents as root and you will get everything you need (including PHP 5, if not setup, yet).
2. PEAR (also feasible for other systems):
Simply type $ pear install components.ez.no/eZComponents-beta (presumed, that you have PHP 5 in place and PEAR 1.4.x installed).
3. Download ZIP or TAR (also feasible for other systems):
We provide a ZIP and and a TAR.BZ2 archive for direct download, containing the components.
Thanks to Sebastian and happy installing to all others! :)

Sebastian announced that eZ components are now available in Gentoo's portage system. This adds one more posibility for you to install the components. So, we now have 3 methods in place (if you are a lucky Gentoo user), of which the new one is the most comfortable:
1. Portage:
Simply type $ emerge ezc-eZComponents as root and you will get everything you need (including PHP 5, if not setup, yet).
2. PEAR (also feasible for other systems):
Simply type $ pear install components.ez.no/eZComponents-beta (presumed, that you have PHP 5 in place and PEAR 1.4.x installed).
3. Download ZIP or TAR (also feasible for other systems):
We provide a ZIP and and a TAR.BZ2 archive for direct download, containing the components.
Thanks to Sebastian and happy installing to all others! :)
The tool takes in whatever text input you have and performs operations on it. For example, paste in some HTML and hit the button to submit it and out the other side pops HTML formatted to echo in PHP (using print). There are other options on the tool - the ability to use printf and echo along with print, to add in newlines, and to add parenthesis (depending on your preference).
It's nothing overly impressive, but if you have a large block of HTML that you need to work with, you might check into it...
They build on the previous code, showing how to:
