Hi, my name is Ron Hall and I'm a web developer living near Dallas, TX.
My intention in this blog is to ramble about what I have discovered in my TYPO3 adventures and in so doing I hope to provide some help, perspective and maybe even humor to others on their own TYPO3 journey. I will talk about people I have connected with, resources I have found, give typoscript examples and recommend extensions.
If you get a chance I invite you to visit my main blog at www.busynoggin.com/blog. It contains all of these posts and more. Plus all the posts are categorized for reference.
Well, I guess I have arrived as a blogger. Comment spam is becoming a problem. And as flattering as it is to be considered worthy of spamming, I really do not have time to rush into the TYPO3 backend to delete every bogus...
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...