I'm planning to write some articles that have to do with developing extensions for TYPO3. And maybe some other things too. Happy colorful prompt Optimizing TYPO3 backend responsiveness
Score: 0.5982453
5 May 2007 Michiel Roos There's not a lot of useful stuff on here yet . . . I want to put some time into converting and modding a nice theme first. Then I may try to post some useful articles on here. I would like to post some tutorials about (for example): how to build a preview tree structure using a data array how to write a 'clickmenu' backend extension And maybe write about some other stuff that interests me like: Xen Gentoo
Score: 0.56403106
Information wants to be free! Whenver I find bits and pieces of information that I think may be useful for other people, I share them with the universe on this site. When I write software or scripts that help me with boring tasks or speed up websites, I share them with you too. I always get a nice 'warm and fuzzy feeling' when people show their appreciation of my work. It's nice to get any kind of feedback from people. So if you have something to say . . . Give something . . . If you want to give me something, please give me a beer during the next T3DD. If you can
Score: 0.29912266
24 May 2007 Michiel Roos Some days ago I got fed up with running across odd configuration settings on our servers. We run several servers with a lot of TYPO3 installations. It would be really nice to be able to see the status of all installations at a glance. So I started out writing a shell script with a lot of grep and cut commands. Soon I realised that I would be a lot quicker writing the script in ruby. Still later I realized that turning it into a TYPO3 extension would be better still. So . . . expect one in the near future. I would be nice to make the extension itself
Score: 0.28201553
14 Dec 2009 Michiel Roos 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 help Oracle might get to own MySQL any day now. By writing to the European Commission (EC) you can support this cause and help secure the future development of the product MySQL as an Open Source project. What this text is about: - Summary of what is happening - What Oracle has not promised - Oracles past behavior with Open Source - Help spread this information (Jump
Score: 0.1994151
19 May 2009 Michiel Roos A key feature of TYPO3 is its extendability and flexibility. Writing extensions was never easier since the Kickstarter and tslib_piBase. But time doesn
Score: 0.17269854
_instance caretaker_manual caretaker_nrpe caretaker_pm caretaker_selenium caretaker_snmp caretaker_talk At the time of writing Caretaker is marked as being in 'Alpha' stage. But it's already
Score: 0.14956133
backends and do those tasks manually. We are lazy and we will write a script to automagically do the boring tasks for us. This script is not perfect but it works well on Debian systems. You can modify
Score: 0.09970755
5 Aug 2009 Michiel Roos 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 can however dream up our own variables and use them keep track of the state of things. In the configuration below, we set the $static variable to 1, and then set
Score: 0.09970755
'll write about that later) Update, May 1 22:47 This is my current setup: server { listen 8080; server_name www.typofree.org; location / { root /var/www/typofree.org; if (-f $request
Score: 0.09970755