-
TYPO3 Code Sprint in Freiburg / Germany in July 2012
Announcing an additional TYPO3 Code Sprint in Freiburg/Germany from July 13 - July 15. -
Sempre Wireless USB stick WU300-2 on Raspberry Pi
The first models of Raspberry Pi computers were shipped and I was happy to receive one this week. RasPi is a SoC computer for ~25€ with Broadcom BCM2835 (ARM) CPU, 256MB, Ethernet, USB, HDMI and 3.5mm audio jack. I completed the equipment with an additional wireless USB adapter. Let me describe how to I managed to get the device working. !!!! UPDATE (2012/07/22) I recommend to use the raspbian image with a prebuild wireless module working out of the box. -
Automaketemplate is dead, long live FLUIDTEMPLATE!
Here comes another article by guest author Tomaž Zaman. He demonstrates the mapping of TypoScript with Fluid/HTML Templates using the FLUIDTEMPLATE cObject. He also delivers some easy to understand example code, which includes support for backend layouts (grids). -
Slides and video of our talk at TYPO3 Conference (T3CON11) about Lazy development using the Extension Builder
Here are the slides and a video of our talk about Lazy development using the Extension Builder. The talk was held together with Nico de Haen at the TYPO3 Conference 2011 in Hanau. -
Hiding repeated segments with RealURL
This article demonstrates how to remove parts of an URL in TYPO3 using RealURL. Especially the excessive use of getParams of Extbase plugins results in superfluous repeated parts in URLs. Guest author Tomaž Zaman will show you how to tackle that problem. -
Sample data to test performance of TYPO3 Extbase (Update)
At the time of writing this article, there's a lively discussion going on in the TYPO3 developer mailinglist about performance and architecture of TYPO3 Extbase Extension. This article tries to contribute something practical to the discussion by providing sample data for testing performance with the blog_example extension. -
Debug Helper Extension for Extbase
Extbase in TYPO3 4.5 LTS has no built-in possibility to debug model objects. Whenever you try to var_dump() a model object or log it to t3lib_div::devLog(), you'll probably end up in out-of-memory exceptions. This article introduces an extension as a temporary solution for that. -
TYPO3 caching framework throws CLIENT_ERROR with broken php5-memcache package from Debian Squeeze
The TYPO3 caching framework in TYPO3 4.5.0 runs into troubles when using memcached backend on Debian Squeeze. It seems that Squeeze ships a broken php5-memcache package, which does not fit the API of memcached 1.4.4. Since Squeeze is already released, there will be no fix in the official stable repository. But I provide a fixed package for download. -
Book review of "TYPO3 4.3 Multimedia Cookbook" by Dan Osipov
The title "TYPO3 4.3 Multimedia Cookbook" by Dan Osipov is another book about TYPO3 published by Packt Publishing in January 2010. It's generally good to see more English books about TYPO3 in the market since there are still very few compared to German publications. The topic of cooking multimedia in TYPO3 is nowadays very relevant, since the demand to manage rich media in content management systems grows and there's no other publication in the English book market with the same focus. So let's see what's in... -
Combining Fluid ViewHelpers and TypoScript in TYPO3 - 5 basic examples
Here comes another blog article about TYPO3 after a long time of absence. This time I introduce the Fluid cObject ViewHelper, which brings together the power of TypoScript and Fluid. I will demonstrate the usage of this ViewHelper in five basic examples.
subscribe via RSS