• The mysteries of &cHash

    Categories: Development
    Created by Kasper Skårhøj

    The &cHash parameter of frontend plugins might have puzzled quite a few developers. That's why Kasper wrote an interesting article which explains how…

    Read more
  • Become a TYPO3 Association member and support TYPO3!

    Categories: Association, Press
    Created by Dominic Brander

    <link http: association.typo3.org>Find out why you should become a member

    The application can be <link http: association.typo3.org>made here. We hope to welcome you as TYPO3 Association members soon!

    Thank you…

    Read more
  • T3BRAND workshop report

    Categories: Association
    Created by Daniel Hinderink

    On 5./6. of April we held a workshop in Munich with specialists from Interbrand, Zintzmeyer & Lux, Digital Business and marketing-minded members of…

    Read more
  • Upgrading TYPO3.org

    Created by Robert Lemke
    Last night I  upgrade TYPO3.org to the latest CVS version of 3.8.0. Due to problems with the TER I had to switch back to 3.7.0 and will try another…
    Read more
  • Using Cache-Control Headers in TYPO3

    Created by Karsten Dambekalns
    Large websites with a lot of visitors are often fighting performance problems. Since buying faster hardware isn't the best solution, TYPO3's page caching is very helpful in those cases. But this still needs server resources, so why not let the browser or a proxy cache the content? This article demonstrates how to configure TYPO3 to enable client-side caching and shows possible problems with this approach.
    Read more
  • How to use existing hooks in your own extension

    Created by Robert Lemke
    One way for extensions to take over control of certain parts of TYPO3's core is using hooks. This article gives an example of how to register your own userfunction at an existing hook and shows the best practice for using hooks in general.
    Read more
  • Using links in frontend plugins

    Created by Robert Lemke
    When it comes to links in frontend plugins, some pitfalls arise which circumvent other vital mechanisms like the “L” flag for multilingual websites and thus creates conflicts while using your extension within the TYPO3 framework. This article demonstrates how to use TYPO3's various API functions for link generation.
    Read more