A very interesting presentation about The power of continuous deployment by AOE Media presented at T3CON10 and published on typo3-media.com. It’s something that we web developers all should master.
You May Also Like
Importing large files into a MySQL database
- Laszlo Bodor
- January 20, 2010
From time to time i have to insert really large files into MySQL. And sometimes there are problems because you don’t have access to the mysql command line utility from…
How to add a Cancel button to Drupal forms
- Laszlo Bodor
- October 5, 2009
Sometimes we need to add a Cancel button to some of the forms we are working with in Drupal. Maybe you want the user to be redirected to another page…
PHP download script for big files
- Laszlo Bodor
- January 21, 2012
Today i had a task at one customer where a directory of files needed to be downloaded using a PHP script. For one strange reason the script failed and the…
How to avoid docx and xlsx turning into zip when downloaded
- Laszlo Bodor
- June 22, 2010
I run yesterday in a very interesting problem. On one website the client had some downloadable files in docx and xlsx format. But when downloaded with Internet Explorer the files…
The right CMS for the right job
- Laszlo Bodor
- March 7, 2009
I was trying different content management systems for a long time. And sometimes choosing one for a site is a difficult job. That is because we have plenty of packages…
Typoscript: wrap only if content is not empty
- Laszlo Bodor
- August 16, 2010
Often i run into this problem in TYPO3 : i have to wrap a content element with Typoscript but ONLY if there is content. This has an easy solution but…