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.
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.
Well . . . I like code without typo's. It just runs better ;-)
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.
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. . .
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. . .
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
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. . .
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.
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. . .
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. . .
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. . .
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"'.