TYPO free

home

fighting for TYPO free code

MindState - Michiel Roos

Whoami

My name is Michiel Roos. I currently work for MaxServ 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 ;-)

Replace Content extension relased

Fri, 22 Mar 2013

The Replace Content extension searches for patterns in the generated TYPO3 page using one or more regular expressions and then replaces those instances with a replacement. The search and replace takes place after the complete page has been generated by TYPO3. It uses the tslib_fe hook for post-processing of page content cached/non-cached: 'contentPostProc-all'. The extension can be configured using TypoScript. You define an array of. . .more »

No comments
category: TYPO3

Table Cleaner extension released

Fri, 15 Mar 2013

When a record is deleted in TYPO3, most of the times it is not actually deleted. Many tables just set a value of 1 on the 'deleted' field. Some sites can get pretty big and a lot of content is added and removed. This means that some tables will fill up with deleted records. There are also tables that just keep on growing. Take sys_log for example. That logs system events from the time the system was first started to the present day. In. . .more »

No comments
category: TYPO3

Wizard Create Pagetree extension updated

Thu, 14 Mar 2013

I finally came aroud to update the Wizard Create Pagetree extension. It will soon be available in TER (once that has done its thing) as version 1.0.2. A friendly wizard that will create a page tree for you. Feed it with a space indented tree structure of the desired pages and the pages will be created for you. A great help when setting up a new site with a known sitemap. Changes:

No comments
category: TYPO3

MindState, a cheaper I-doser

Wed, 23 Jan 2013

I've always been interested in exploring the mind. One way to reach altered states is through Brain entrainment or Brainwave entrainment. By using EEG it is now known that for different mental states, the brain resonates at different frequencies. These frequencies range from 0-100 Hz (and over 100). The EEG page has a nice table explaining the states that go with the frequencies. The idea of brain machines, is to stimulate your mind using. . .more »

No comments

TYPO3 Nginx configuration v2

Thu, 14 Jul 2011

It's been a while since I posted my Nginx configuration for TYPO3. It's been updated recently. I run several sites that use similar configuration options, so I split off parts of the configuration into include files.more »

5 comment(s)
category: TYPO3, Nginx

Check your PHP code for deprecated features

Thu, 12 May 2011

In the latest stable version of PHP (5.3 at the time of writing) a number of ini directives and functions have been deprecated. Love it or hate it, the code that uses these ini directives and functions will behave badly when run in PHP 5.3. The TYPO3 core has been fine with PHP 5.3 for a while now, but the majority of the 5000+ extensions still uses deprecated functions. PHP 5.3 has been out for a while now in several distributions. With the. . .more »

4 comment(s)

TYPO3 Templates, book review

Sat, 12 Mar 2011
TYPO3 Templates

I have just finished reading a TYPO3 book titled 'TYPO3 Templates' with the subtitle; 'Create and modify templates with TypoScript and TemplaVoila'.

The author of the book is Jeremy Greenawalt, web director of Vintage 56. I had never before heard of Jeremy. In fact I didn't know any Jeremies at. . .more »

No comments
category: TYPO3

Book review coming up

Fri, 14 Jan 2011

I'm going to review a book called TYPO3 Templates. It's a step-by-step guide to creating and modifying templates with TypoScript and TemplaVoila.

This book starts with the basics of creating an example TYPO3 site before showing you how to add your own stylesheets and enhanced JavaScript to the. . .more »

No comments
category: TYPO3

Storing PHP sessions in MemCached

Sat, 10 Jul 2010

Memcached is a Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page. . .more »

2 comment(s)
category: TYPO3, OSX, Debian

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.more »

1 comment(s)
category: cli
<< First < Previous 1-10 11-20 21-30 31-40 41-48 Next > Last >>