Archives

Archive by

To speed up the render process of Typo3 of you may try this extension: nc_staticfilecache This extension will cache each rendered page of Typo3 into a static file. When a user tries to access this page the next time the page is delivered directly. Of course the extension takes care of the cache timeout configuration [...]

Mar 24th, 2009 | Filed under Typo3

When you setup your Typo3 installation with realURL you may also want to add a more informative 404 error page. At a first look this doesn’t seems to be a problem. Just open your localconf.php and add these lines at the end of the file. $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = 'http://www.example.com/not-found-404.html'; $TYPO3_CONF_VARS["FE"]["pageNotFound_handling_statheader"] = 'HTTP/1.1 404 Not Found'; An [...]

Mar 24th, 2009 | Filed under Typo3

If you are working on an IMAP Server and using Enigmail to crypt and decrypt mail you may encounter a problem with decoded attachments. OpenPGP is not able to decrypt the whole message since the attachment is loaded on demand. If you want to change this just set this settings in you mail client installation: [...]

Mar 19th, 2009 | Filed under Mozilla/Thunderbird

If your Tyop3 installation is a bit slow the following tips my help to speed up you site. Use a php cache module Adjust the caching parameter of you mysql Installation.For me these setting helps for a performance boost key_buffer = 32M table_cache = 128 query_cache_size = 64M query_cache_type = 1 log-bin Try this Typo3 [...]

Dec 15th, 2008 | Filed under Typo3

If you like to test the newest version of Firefox may some of you plugins will stop work. This is since they really don’t work with this version or the of the plugion author hasn’t tested it and released a new version. If you don’t like to wait to update the add-on you have some [...]

May 20th, 2008 | Filed under Mozilla/Firefox

If you like to sync your local Outlook installation with your Google Calendar or vice a via, you would be happy with this little new program. Google Calendar Sync

Mar 14th, 2008 | Filed under Google, Outlook

Have you ever wounder how to change the default sorting of the Thunderbird mail client? For me the standard default sorting it’s very annoying since I prefer the newest mail first. But out of box the my mail client shows the oldest one first. So I went out and searched for a solution. And expect [...]

Mar 14th, 2008 | Filed under Mozilla/Thunderbird

When writing your own Typo3 extension you may come to the day where you need to enter some free HTML content. This content may also include some links. No Problem so far. But if you save the stuff to the db Typo3 transforms the text. For example all a-Tags are written as <link XX>Test</link> and [...]

Feb 8th, 2008 | Filed under Typo3

When you try to write your own front end (FE) extensions with Typo3 there are common pitfalls. First of all be sure you enabled your table to hold the information. (Can be done very easy via the kickstarter). Next be sure you don’t query do much information of your table. All you need are the [...]

Dec 7th, 2007 | Filed under Typo3

If you ever want to send you queued mails quickly you may try this command: kill -ALRM `ps ax | grep qmail-send | grep -v grep | awk '{print $1}'` To check the queue you can use this command: qmail-qstat

Nov 30th, 2007 | Filed under qmail