Category Archives: Typo3 Extension Development

Posts about developing extensions for the typo3 content management system.

Powermail 1.6 – Custom JavaScript Validation

Powermail is one of the most mature and recomendable Typo3 extensions for online forms. It is easy to use, extend and maintain. I used it in many different projects with different requirements such as spam protection, visitor registration, questionairs, and … Continue reading

Posted in Typo3, Typo3 Extension Development, Typo3 Extensions | Leave a comment

Email Subject in Typo3 Extension with spam protection

Developing a typo3 extension which is generating output, presenting a link for an email address is no matter using the function getTypoLink(). But as soon, as you try to add a predefined subject with space characters to the mail and … Continue reading

Posted in Typo3, Typo3 Extension Development | Leave a comment

Typo3: Output of the Last Executed SQL Query in an Extension

While developing a Typo3 extension you might send queries to your database table to read or write some data. Typo3 supports different comfortable functions to ease up the query definition. Due to this, there is no point in your code … Continue reading

Posted in Typo3, Typo3 Extension Development | Leave a comment

Typo3: Email Link Subject in Extension with Spam Protection

Developing a typo3 extension which is generating output, presenting a link for an email address is no matter using the function getTypoLink(). But as soon, as you try to add a predefined subject with space characters to the mail and … Continue reading

Posted in Typo3, Typo3 Extension Development | Leave a comment