Follow Sebastiaan de Jonge on Twitter
Sebastiaan de Jonge

Blog

1Sep

Blog update!

Posted on September 1, 2010 in Personal by Sebastiaan de Jonge

If you are re-visiting, you may have noticed. I've updated my blog! I've did quite some design, as well as technical changes. And I'm also planning to actually start writing some nice new articles for you guys (and perhaps gals).

16Apr

TYPO3: Flash Messages in your Backend modules

Posted on April 16, 2010 in Extension Development by Sebastiaan de Jonge

Ever wondered how to create nice warnings, errors and notices in your own TYPO3 back-end modules and extensions? The way TYPO3 itself does this?

I'm working currently on a project, where I wanted to display a nice notice above the form when editing a content record. Now I could have done some hooking and marker overwriting.. but why not just use something that already exists? :-) If you have used 4.3.x already you've probably seen something similar around.

31Mar

Pimp my Backend: Extending the "clear cache" menu

Posted on March 31, 2010 in Extension Development,Extensions,RealURL: Clear cache by Sebastiaan de Jonge

I will use an example extension that I have created prior to writing this article. It's allows you to clear RealURL's cache quickly, through the "Clear cache" menu. Which might be useful for testing or reconfiguring.

15Mar

Pimp my Backend: TCAmanipulate

Posted on March 15, 2010 in Extension Development,Extensions,TypoScript by Sebastiaan de Jonge

A while back we a colleague of mine discover this sweet extension in the TER, after experimenting with it a little we discovered that it was actually quite cool and very useful! Basically, it allows you to reset and rearrange any TCA settings with TypoScript through Page TSconfig.

5Feb

TYPO3: Kick butt, with hooks!

Posted on February 5, 2010 in Extension Development by Sebastiaan de Jonge

In my daily line of work I develop TYPO3 websites. Creating a website usually involves grabbing something from the TER, now because some customers have very... let's say 'exclusive' wishes ;-) what we find is not always what we really need. Most of the times we have some overkill features, or worse.. missing features.

4Feb

Cool TypoScript: Display any record

Posted on February 4, 2010 in TypoScript by Sebastiaan de Jonge

TypoScript can be so useful sometimes! In this example I will display how we can create a nice output of any record in the front-end. And all this without the use of any silly extension.

26Jan

TYPO3: Page output optimization

Posted on January 26, 2010 in Extensions by Sebastiaan de Jonge

In my opinion, TYPO3 does not generate very pretty HTML output by default. But with some tweaking we can still make something nice out of it! Follow the steps to make your TYPO3 website(s) output clean code.

25Jan

Cool TypoScript: Display random content elements

Posted on January 25, 2010 in TypoScript by Sebastiaan de Jonge

If you're not aware of the capabilities of TypoScript, you would start looking in the repository for something usable. I immedeatly remember using something simular for getting a content element from a different page, and displaying it. Combining this with a COA_INT, to prevent caching of the element, I was able to do this in under 5 minutes with only 15 lines of TypoScript code (including marker assignment).

12Jan

Cool TypoScript: Alphabetical selector/list

Posted on January 12, 2010 in TypoScript by Sebastiaan de Jonge

The idea for the project was to generate an alphabetical list of products for a tt_products webshop. To make the process list the right products I extended the search a little with a new functionality. However this was not really the challenge! The challenge came with writing the navigation for this. I wanted to do this entirely with TypoScript. And I (we, got a little help from Pim Broens ;-)) did it!

16Dec

TYPO3: Debugging SQL queries

Posted on December 16, 2009 in Extension Development,PHP by Sebastiaan de Jonge

Imagine all the time you will put into trying to reverse engineer what the DBAL wrapper function you use is trying to generate, when we could just print ANY query that was generated with ANY one of the DBAL wrappers!

Search

Categories

Tags

Archive

Blogroll

Syndicate