TYPO free

home

fighting for TYPO free code


Take the survey

Whoami

My name is Michiel Roos. I currently work for Netcreators in Holland. I like tech stuff like Linux, TYPO3, Gumstix and Roombas but I also like to dig in the dirt and try to grow veggies and other things. Some of you may know me as author of nc_staticfilecache and maintainder of the DAM project.

But why?

Well . . . I like code without typo's. It just runs better ;-)

PHP_EOL goodness

Tue, 16 Feb 2010

I did an amazing discovery today. There is a PHP constant called PHP_EOL you can use instead of "\n". This will make your script cross platform.

I honestly did not know about this. I'm happy I learnt something new today.

1 comment(s)
category: cli

Caretaker

Sat, 2 Jan 2010

A TYPO3 installation is a complex mix of TYPO3-core, TYPO3-setup and extensions which makes every installation unique. Therefore it is difficult to automatically detect the health of a TYPO3 installation, especially when new security concerns arise or different systems, extensions or partners are interacting. Currently available system-monitoring software, like nagios, can check the hardware state and much more but not the proper setup of TYPO3. . .

No comments
category: TYPO3

Dam 1.1.3 has been released

Fri, 1 Jan 2010

The DAM development team is proud to announce the release of version 1.1.3 of the DAM.

This is the first in a series of 12 monthly bugfix releases for the 1.1 branch. Every month a new bugfix version will be released that contains
the latest fixes. The next release is planned for Friday the 5th of February.

Big thanks go out to all the people who have spotted bugs, supplied patches and tested the dam. We could not have done this without. . .

No comments
category: DAM

DAM release speed

Thu, 31 Dec 2009

I recently released DAM 1.1.2 as you may have noticed. And one or two releases a year is just not enough. I'm going to do monthly bugfix releases from now on. Even if only one pesky bug is fixed, a bugfix release will be baked that month.

This means that the Mantis roadmap is no longer very usefull for bugfix releases on the 1.1 branch since we will release anyway and the bugs that are not fixed will be moved forward to the next. . .

No comments
category: DAM

DAM 1.1.2 has been released

Sun, 20 Dec 2009

The DAM development team is proud to announce the release of version 1.1.2 of the DAM. Also known as; 'Bugfix Release for the Bugfix Release after "The Big Sleep"'.

No comments
category: DAM

Help save MySQL

Mon, 14 Dec 2009

http://monty-says.blogspot.com/2009/12/help-saving-mysql.html

I, Michael "Monty" Widenius, the creator of MySQL, is asking you urgently to help save MySQL from Oracle's clutches. Without your immediate</span> help Oracle might get to own MySQL any day now. By writing to the European Commission (EC) you can support this cause and help

No comments
category: Open Source

Two great Thunderbird add-ons

Thu, 20 Aug 2009

I came accross two great Thunderbird add-ons:

Colored Diffs was mentioned on the TYPO3 dev list as a solution for syntax highlighting the diffs attached to posts on the core list. It's realy a great. . .

No comments
category: TYPO3

Enabling cookie free domains in Nginx

Tue, 11 Aug 2009

As explained in a previous article, we can save some headers by enabling cookie-free domains. Here is my configuration for Nginx. Only requests for static files should end up on this domain, so we don't put anything fancy in here.

No comments
category: Nginx

Enabling nc_staticfilecache in TYPO3 Nginx

Wed, 5 Aug 2009

In Nginx, the old Apache static file cache configuration no longer works. We will need to write a new one.

We only want to redirect to a static file if a number of conditions are met. With mod_rewrite you can just chain a number of RewriteCond's together and follow them up with a RewriteRule. In Nginx there is no way to directly chain together a series of if statements. Nesting is also not allowed. We. . .

6 comment(s)
category: TYPO3, Nginx

TYPO3 Nginx, enable gzip and expires headers

Wed, 5 Aug 2009

Nginx comes with a lot of modules. You can read all about them on the Nginx wiki. The syntax of the configuration files differs from Apache syntax, but up to now everything I need is possible. There are also a lot of nifty new features like an empty gif configuration. We can use this to serve an empty gif right from memory without having to. . .

1 comment(s)
category: TYPO3, Nginx
article 1 to 10 of 39
« first < previous 1-10 11-20 21-30 31-39 next > last »