Extension Entwicklung
Empfehlenswerte Fachbücher, Zeitschriften sowie Tutorials, Dokumentationen und Extensions zur Extension-Entwicklung auf typo3.org.
Bücher
TYPO3 Extension Development
Developer's guide to creating feature rich extensions using the TYPO3 API
- Covers the complete extension development process from planning and extension generation through development to writing documentation
- Includes both front-end and back-end development
- Describes TYPO3 areas not covered in the official documentation (such as using AJAX and eID)
- Hands on style, lots of examples, and detailed walkthroughs
- Written by Dmitry Dulepov, TYPO3 core developer and developer of TYPO3 extensions such as RealURL and TemplaVoila
TYPO3 - Das Handbuch für Entwickler
- Eigene Extensions programmieren
- TypoScript professionell einsetzen
- Internationalisierung, barrierefreie Websites und Migration
TYPO3 ist unbestritten der hellste Stern am Himmel der CM-Systeme. Kein anderes System konnte bisher so viele Anwender und Entwickler überzeugen. Dieses Buch hilft auch fortgeschrittenen Administratoren und Agenturen bei der Umsetzung ihrer Projekte. In jeder Phase begleitet Sie dieses Buch, angefangen von der Installation und den ersten Schritten bis hin zu professionellen Themen wie Performanceoptimierung, Migration bestehender Projekte, Extension-Entwicklung, TypoScript, Workflows sowie der Gestaltung barrierefreier Webseiten.
www.galileocomputing.de/katalog/buecher/titel/gp/titelID-927
Zeitschriften
T3N Magazin
Das T3N Magazin ist das Printmagazin zum Thema TYPO3. T3N berichtet über aktuelle Entwicklungen von TYPO3 und stellt für Administratoren und Entscheider darüberhinaus relevante Open-Source-Projekte und -Lösungen vor. Zielgruppe: Die breite Masse der IT-Anwender, vom Freelancer bis zum Entscheider.
Tutorials
Basic Extension Tutorial
With the basic extension an image and a text field shows up on the frontend. Additionally an extra text field will be added and also displayed on the frontend. This can be done one the one hand through php code and on the other hand with typoscript.
typo3.org/documentation/document-library/tutorials/player_profile_basic/current/
Form Extension Tutorial
Wie programmiere ich in TYPO3 ein eigenes Formular und wie werte ich die eingetragenen Werte aus?
extkey: form_extension_tut
typo3.org/documentation/document-library/extension-manuals/form_extension_tut/current/
Extensions für die Extension-Entwicklung
Extension Kickstarter
Ein Muss der Extension-Entwicklung. Der Kickstarter ermöglicht die Menü geführte Extension Entwicklung (Basis). Der Kickstarter ergänzt den Extension Manager mit dem Menü: Kickstarter.
extkey: kickstarter
typo3.org/documentation/document-library/extension-manuals/kickstarter/current/
Extension Development Evaluator
A backend development module that offers tools to help developers evaluate, clean, optimize and document their PHP scripts developed for TYPO3.
extkey: extdeveval
typo3.org/documentation/document-library/extension-manuals/extdeveval/current
Library for Extensions
The TYPO3 extensions lib and div in combination build a library to program TYPO3 frontend plugins using the Model-View-Controller (MVC) design pattern. It can be used instead of the non MVC class tslib_pibase. The controller can be extended by registration, so that the debatable XCLASS technology can be avoided. Templating is done by simple but mighty PHP templates. Internationalization and Localization are supported. The library is specially recommended for larger, professional projects.
extkey: lib
typo3.org/documentation/document-library/extension-manuals/lib/current/
