Follow Sebastiaan de Jonge on Twitter
Sebastiaan de Jonge

Blog

10Jan

Advanced Sitemaps 1.1.0

Posted on January 10, 2011 in Advanced Sitemaps by Sebastiaan de Jonge

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

27Oct

Using the database API

Posted on October 27, 2010 in Extension Development by Sebastiaan de Jonge

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

13Oct

10 Pitfalls for extension developers

Posted on October 13, 2010 in Extension Development by Sebastiaan de Jonge

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

11Oct

Code Snippets

Posted on October 11, 2010 in Extensions by Sebastiaan de Jonge

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

6Oct

Spoofing TCA columns

Posted on October 6, 2010 in Extension Development by Sebastiaan de Jonge

Sometimes, 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?

28Sep

The Extension Icon

Posted on September 28, 2010 in TYPO3 by Sebastiaan de Jonge

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

27Sep

T3BLOG: Whitelist for comments

Posted on September 27, 2010 in Extensions by Sebastiaan de Jonge

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

12Sep

Advanced Sitemaps

Posted on September 12, 2010 in Advanced Sitemaps,Extensions by Sebastiaan de Jonge

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

9Sep

TYPO3: Extending with XCLASS

Posted on September 9, 2010 in Extension Development by Sebastiaan de Jonge

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

7Sep

TYPO3 Concept: Backend Localization Filter

Posted on September 7, 2010 in Extension Development,Extensions by Sebastiaan de Jonge

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

Search

Categories

Tags

Archive

Blogroll

Syndicate