
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...

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.