
With social networking all the rage, clients want more display of frontend input. Turns out that parseFunc is a good tool for sanitizing the input.

For the past couple nights I've been hacking away at integrating WYMEditor into TYPO3. For those of you who don't know, WYMEditor is a new RTE that aims to produce semantically correct XHTML output by focusing on what editors...

Here are some guidelines and best practices for developing HTML/CSS site templates for use in a Cast Iron Coding TYPO3 environment. At the end of the this document, I'll provide a basic slug of empty CSS so you can easily...

Using TypoScript to configure your extension's output can change the way you approach writing plugins for TYPO3, making your code more reusable and your output more configurable. Everyone wins!

Properly setting up the document type in the TypoScript configuration is important because it instructs TYPO3 how to transform content into markup. Although the XML prologue is technically the correct way to declare an XHTML...

The formmail content element is an easy way to pop a contact form on the page, but details on configuring it are sparse and incomplete. In this short article Lucas demonstates one cool thing we can do to get the most out of...

Lucas describes some of the less appetizing side effects of WYSIWYG editing, discusses how to configure and use the htmlArea TYPO3 extension to say what you mean and mean what you say.

Modifying the TCA is easy, and doing so allows you to make the backend act just as you want it to. This tutorial explains how to make a small extension to store your modifications to the TCA array.

A fresh look at the basics of the TypoScript optionSplit expression.