blog.Resource
Sponsors
hosted by punkt.de
sourceforge.net
sunsite.dk

Adventures in TYPO3

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.

Tuesday 28. of August 2007 Controlling Comment Spam for Modern Guestbook

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

Category: Ron Hall

Wednesday 01. of August 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...

Category: Ron Hall