30.01.2012 in PHP
Since there is no OO version of a stack data structure shipping with PHP Joachim and me implemented our own class some months ago during our trip to TYPO3 conference in San Francisco. Here's the code - we hope, you like it.
» weiter...
29.01.2012 in PHP
Nachdem ich nun mehrere Stunden damit verbracht habe, Remote Debugging mit PHPStorm und XDebug zum Laufen zu kriegen möchte ich hier aufschreiben, was ich alles gelernt und gemacht habe... da es bereits zahlreiche Blog-Posts zu diesem Thema auf Englisch gibt, bin ich mal faul genug und schreibe auf Deutsch.
» weiter...
29.01.2012 in PHP, TYPO3 und Extbase Cookbook
This article covers an implementation of nested sets with PHP. A goal of my development is to provide a nested set / category extension for TYPO3 so I'll try to show how one can implement nested set-based categories with Extbase.
» weiter...
29.01.2012 in Informatik und PHP
For a current project, I have to implement a category tree with arbitrary nesting level stored in a relational database. Nested sets is one way to do this if you have many read requests and only few write requests. This article tries to give you the required theoretical background.
» weiter...
24.01.2012 in TYPO3
This article describes how to add your own extension and its icon to the 'Contains Plugin' field of pages and sysfolders in TYPO3.
» weiter...
23.01.2012 in TYPO3
SimpleXML and PHP Garbage Collection can produce some ugly errors. Read this article if you want to know what can happen and how to prevent this problem.
» weiter...
24.12.2011 in Informatik
Mein Chef hat mich vor ein paar Tagen gebeten, eine Liste von interessanten Büchern zusammen zu stellen, welche ich im Bereich Informatik empfehlen könnte. Nachdem ich Bücher gerne mag und dachte, das interessiert vielleicht auch andere, hier meine Bücher-Liste aus der Informatik-Studium-Retrospektive.
» weiter...
02.12.2011 in TYPO3 und YAG TYPO3 Photo Gallery
After one year of development and about 2.300 Downloads from TER, we wanted to know what is "above us" in the TER gallery list. We compared 21 gallery extensions that recently are available for TYPO3 and have more downloads than yag gallery extension.
» weiter...
30.11.2011 in TYPO3
Releasing an extension to TER can be a challenging task, if you have some unit tests to be driven, documentation do be changed and git to be pulled and pushed in correct order. Here is my workflow for publishing TYPO3 extensions to TER successfully.
» weiter...
20.11.2011 in YAG TYPO3 Photo Gallery
In this tutorial you will learn how to use the power of pt_extlist to create some fancy features for yag TYPO3 gallery extension. It gives a nice introduction on how filters are used to influence result sets of lists like gallery overview.
» weiter...
19.11.2011 in TYPO3 und SOLR
Although SOLR is a mighty search server, it doesn't have a build-in facet for showing hierachical fields, e.g. page trees. When used in TYPO3 environment, it can be quite interesting to have a facet allowing the user to restrict its search results to certain pages in the page tree. This tutorial will present a solution for this problem.
» weiter...
17.11.2011 in YAG TYPO3 Photo Gallery
In this tutorial, you will learn how to create a "Latest Image Widget" with yag TYPO3 Gallery Extension. Showing latest images of galleries or albums can be an interesting feature, if you have many images in your gallery and you want to show the user an overview of what's been added recently.
» weiter...
17.11.2011 in TYPO3
Nach mehreren Jahren bloggen mit T3BLOG ging mir die Extension so auf den Sack, dass es Zeit war für was Neues. Angetan von Fabrizio Branca's Blog Lösung für TYPO3 wollte ich einem Blog rein auf TypoScript basierend eine Chance geben.
» weiter...