YOUR TYPO3-EXPERTS AND COMMUNITY!
Die TYPO3-Experten
Code711 ist ein Zusammenschluss von IT-Begeisterten und TYPO3-Experten der Agenturen 12bis3 und Sudhaus7. Hier wird jahrelanges Wissen geballt, gefördert, weiterentwickelt und mit der Community geteilt. Alle Blogs und Beiträge zu unseren Entwicklungen und Aktivitäten finden Sie hier!
The TYPO3 experts
Code711 is an association of IT enthusiasts and TYPO3 experts from the agencies 12bis3 and Sudhaus7. Years of knowledge are concentrated here, promoted, further developed and shared with the community. All blogs and posts about our developments and activities can be found here!
Housekeeping with the Dashboard
What projects do we have? What versions are they installed in? Has anyone updated them? And what are the next projects?
Honeypot field in your form
In the TYPO3 form framework a honeypot field is integrated by default. This tutorial shows you how to integrate such a field in a fluid form in your extension.
Get the latest version of your project
We have released an extension to retrieve the current TYPO3 release of a remote project with a simple link like
Solr Tools
Today we published a new TYPO3 extension called solr_tools, which provides 2 cli tools to manage solr in a TYPO3 setup with multiple sites
Apply DefaultQuerySettings to all magic methods in an Extbase Repository
Sometimes you want all queries in an Extbase Repository to have a certain DefaultQuerySettings, this is how to do it
Nice features in PHP8.x
PHP 8 includes several new features and improvements that make the language more efficient, secure, and developer-friendly. Here are some of the notable features in PHP 8.x.
Block Vimeo (or Youtube) in Textmedia
External videos from youtube or vimeo should be blocked until consent is given. In the textmedia element this is not given out of the box, but we can override the renderer.
Use webp instead of jpg, png and gif
Configuration of the Typo3 extension “plan2net/webp”
Minify Css and Js
A file watcher for minifying css and a script for minifying js via terser and composer.
Make the caching framework work for you (and your extensions)
How often does a Developer get to the point where the site is too slow, and the fault is often custom build extensions with expensive operations going on. Utilising the TYPO3 Caching framework seems to be an underrated and often most overlooked part in extension development. This live coding session is intended for beginner to intermediate extension developers who want to learn the patterns on how to use the caching framework in an extension and how mitigate bottlenecks with good practices, as well as having strategies to get rid of the cache dynamically when it needs to be updated.
Practical introduction to encryption in PHP
This talk wants to provide you with a boilerplate knowledge on encryption and how to encrypt and decrypt data in PHP with public and private keys. It will be demonstrated with live code for people to follow.