Looking Back – Jweiland’s TYPO3 Best Practice Workshop | ||
Kudos to Jochen Weiland and Riona Kuthe of JWeiland.net for giving a very good TYPO3 best practices presentation at the 2008 Berlin TYPO3 conference. In citing the typical excuse of being busy, I didn’t look deeper into their workshop PDF until April 2009. What a newbie mistake That best practice workshop PDF contains lots of good advice like hosting recommendations, […] | ||
Tag Archives / Tips
TYPO3 Questionnaire Extension – Powerful and Easy to Use | ||
The past couple of weeks, I have been consumed with getting the TYPO3 Training Method Effectiveness Survey up and running and now trying to promote it so as to get maximum responses from as wide a range of TYPO3 users at all levels across the world as possible. By the way, if you haven’t taken […] | ||
Use TypoScript for Secure URLs | ||
It’s possible to let TypoScript to help you with enabling secure URLs when the incoming connection is requesting such. To do so, put the following code in your TypoScript template in Constants or Setup depending upon how you set config.baseURL or config.absRefPrefix in Setup. From our professional experience, we’ve found that a full URL for […] | ||
3 More How-to’s on Using TYPO3′s tt_news | ||
In the past, I presented 10 different ways of using tt_news for various clients. That was then followed up by couple of posts covering the how-to of the first 5 and 2 more different ways of tt_news usage. Cephalon.com news product and Archive Menu Cephalon.com is one of the world’s top ten biopharmaceutical companies with […] | ||
WAP Detect Failure in TYPO3? Use WURFL Instead! | ||
Beware of using [device = wap] in TYPO3, it’s outdated. As such Internet Explorer 8 is detected and your mobile code is activated. Try using extension wurfl, based upon the Wireless Universal Resource File, instead as follows. While I haven’t been successful getting wurfl2 working on a PHP 4 box, wurfl does fine. Though documentation […] | ||