Cast Iron Coding, Inc

Stay Connected

Complete the form below to sign up for the CIC newsletter. We send out about one message each month and we do our best to make sure it's full of useful information about TYPO3. We'll never share your email address with a third-party and should you ever change your mind, unsubscribing is a breeze.

TYPO3 Admin's Corner

TypoScript Techniques

Sanitizing FE input in TYPO3

Posted on Sunday, January 13, 2008

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.

TypoScript Techniques

Configuring Extension Output with TypoScript for Extensibility and Reusability

Posted on Thursday, September 27, 2007

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!

TypoScript Techniques

Properly Setting XHTML Document Type and Removing the XML Prologue

Posted on Friday, October 06, 2006

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

TypoScript Techniques

Understanding optionSplit

Posted on Friday, August 26, 2005

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