Blog
Advanced Sitemaps 1.1.0
Posted on January 10, 2011 in Advanced Sitemaps byAfter some time of silence it was time for an update on my advanced sitemaps extension. It took a while but all open bugs and feature request have been processed, and I'm proud to announce that version 1.1.0 of this extension is now available from the TER.
Using the database API
Posted on October 27, 2010 in Extension Development byMany times, when taking a short peek through new extensions in the TER, I find plenty of extensions that use PHP's native MySQL functions to access the database. In my previous post I already described why this something wrong, and why you should avoid it. In this article I will show you how it should be done, and how you can write less and cleaner code by doing so.
10 Pitfalls for extension developers
Posted on October 13, 2010 in Extension Development byWhile developing and reviewing TYPO3 extension, you occasionally come upon pretty funny and sometimes disturbing stuff. At some point we all have to learn new things. So we can't expect it all to go right and well from the start.
Code Snippets
Posted on October 11, 2010 in Extensions bySome days ago I got a request from someone who was interested in my code snippets plugin. At that time I couldn't really offer the extension, it was simply too specific for my own website. Now that I've made some changes, I feel more comfortable with making it public.
Spoofing TCA columns
Posted on October 6, 2010 in Extension Development bySometimes, the normal approach for adding extra fields to a table will just not do. For example, if you don't really know what the other table is going to be. I came across this challenge some days ago. I was working on my sitemaps extension and wanted to have some nice options to use inside Google Sitemaps. To keep it flexible I didn't want to predefine the tables. So how do we add fields to a table, without actually adding them to a table?
The Extension Icon
Posted on September 28, 2010 in TYPO3 byMost extension developers deal with this little image for their extension, others don't. With over 4500 extensions in the TER, theres also quite the variety of icons to be found. Let's have a closer look at those icons.
T3BLOG: Whitelist for comments
Posted on September 27, 2010 in Extensions bySince I there are several people who frequently comment in my blog articles, I thought some kind of white list for these people would be a good idea. This would save me some time, so I wouldn't have to approve all their comments. This didn't exist in t3blog yet though..
Advanced Sitemaps
Posted on September 12, 2010 in Advanced Sitemaps,Extensions byMy third extension I'm publishing already. This one allows you to create nice sitemaps. It has some nice extra features that other sitemaps don't offer you.
TYPO3: Extending with XCLASS
Posted on September 9, 2010 in Extension Development byWhen there are no hooks available to get the job done, it's most of the times possible to extend core and extension classes by using XCLASS. This article will describe the steps that need to be taken to do so.
TYPO3 Concept: Backend Localization Filter
Posted on September 7, 2010 in Extension Development,Extensions byWe all know TYPO3 supports multiple languages in as well the frontend as the backend. But this flexibility is for some major corporate websites not enough. Recently I had to deal with one that had 43 different localizations.
- newest posts
- newer posts
-
- 1
- 2
- older posts
- oldest posts


