Posts Tagged ‘TYPO3’

08.10.2009 23:20

I was doing some benchmarking and performance analyzing on servers running WordPress and TYPO3 websites and the result was not than good actually. My setup could use quite a bit of website optimization to get the pages loaded faster.

So. How do one find extra performance, without buying new expensive…

read on
08.10.2009 22:46

Have you ever had the need for inserting extra stylesheet or javascript files in your TYPO3 template? I am used to having a TemplaVoila setup, which has the nice feature of mapping part of the header as part of the template, but this is not really that flexible when using…

read on
21.08.2009 22:28

During the development of a gallery extension for TYPO3, I was having some performance issues when during the on-the-fly image scaling.

When displaying the images in the frontend, I would scale the images to a size specified in the plugin configuration. I was using the following code:


read on
29.07.2009 13:07

If you are building a site, which should support more than one language, there are two ways of doing this. Okay, perhaps there are more than two, but I will only give two examples.

The two I will cover is:
1. Manually adding language page
2. Integrated TYPO3…

read on
03.07.2009 22:19

There it was. A very basic TemplaVoila setup with two content elements. A content and a rightbar. The content is of course for all the regular stuff on the page, and the right bar has some standard highlights.

When both the content and the rightbar is of the type Content

read on
01.07.2009 22:05

This post will be about how to setup a TYPO3 template, with the option to have a different image on top of each page.

I’m using TemplaVoila with a very simple setup. 3 fields – header image, menu and a content-element. The focus will be on the header image element,…

read on