Adventures in TYPO3

July 31, 2007

Getting Rid of the XML Prologue

Sometime back I learned to set my doc type in TYPO3 by using TypoScript code like this:

config.doctype = xhtml_trans

This tells TYPO3 how to render content and what to set in the final HTML for the Document Type...

July 18, 2007

SEO and TYPO3

I ran into a series I think many of you might be interested in. The articles concentrate on search engine optimization (SEO) with TYPO3 and are written by John Dawson, a developer in Los Angeles. He has a general article on the...

July 10, 2007

Developing a Flexible Code Base

I have finally started a personal project I’ve been intending to tackle. The goal is to develop a code base and set of best practices for my web development efforts.

For sometime I have seen the need and benefits of the...