David Ansermot Web Developer / TYPO3 Integrator

10fév/110

TYPO3 – Clean way to manage cache of your plugins

Today I want to share with you my way to manage cache of my frontend plugins.
I always implement the TypoScript option "no_cache" by this way.

3nov/100

Joomla – Detect homepage in extensions

Here's a little tip to detect, in your Joomla extensions, if the Frontend user is on the Homepage.

  1. if (JURI::base() == JURI::current()) {
  2.      // Your code for Homepage
  3. }

Tell me if it bugs for you, but for me on 1.5.21 it's ok

30nov/090

TYPO3 Version 4.3 Released

BAAR, 2009-11-30Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects.

The latest TYPO3 version 4.3 comes packed with numerous brand new features and improvements. Highlights include the completely new Frontend editing module and the integration of Extbase and Fluid. Additionally, TYPO3’s already excellent security features have been improved even further.

Read the full announce