Tag Archives: TYPO3 Flow
Use twitcode.org and get flattred
It is a long time since I worked on twitcode.org but finally, after some hard times with the data migration, twitcode.org is up and running again. This time it is not running on FLOW3 anymore, it is using TYPO3 Flow now 😉 Besides some bugfixes, the biggest new feature is the flattr support now. No, […]
FLOW3 Tutorials updated…..
Finally after a long time I updated all my FLOW3 Tutorials to work with the current master. To be honest, it was not me who updated the tutorials. Big thanks to Linh, our trainee at AOE, who used my tutorials to get into the FLOW3 . Hey checked each part and told me what I […]
FLOW3 – Using the same Layouts and Partials for different packages
I had the problem that I want to set up a web project that contains multiple packages. It did take me some time to figure how to handle this and I am still sure, that it is not the best way. The following is, what I want to achieve. I have a base package and […]
Your ideas wanted: twitcode.org round 2
It is a while ago since I last worked on my Twitcode project. The main reason for that was, that there have been so much changes in FLOW3 and that I wanted to wait for beta1 for the next bigger update. After the release of alpha15, what is, as far as I know, pretty close […]
FLOW3 – Getting Started – Writing your own validator
Some time ago I wrote a tutorial about a registration and a login. I thought it will be a good idea to force the user to use a strong password so here is a tutorial about writing a password validator for our registration. We have to change some things in our old registration but it […]
FLOW3 – Getting Started Tutorial Updated.
Since there have been a lot of changes in #FLOW3 during the last days and I learned some new stuff at the #T3DD11 to I just updated my FLOW3 Tutorials to the current changes. Until now I only updated the source code, I will rewrite the text as soon as I find the time. The […]
FLOW3 – Getting Started – Part nine and ten – Aspects and Settings
And there they are, two more parts for the tutorial are just finished and ready to launch. Big thanks to Michael Klapper for the help with the Aspects, learned something new for myself. Working with settings Aspects Next parts will be writing your own Validator and writing TypeConverters. But it will take me until the […]
FLOW3 – Getting Started – part eight – Registration and Login
In this part we take a look how we can create a user registration and a login form. There are some more things that FLOW3 has to offer has, it is also possible to define the functions/classes that a user can call. But for now we only check the user role in the frontend. FLOW3 […]
FLOW3 – Getting Started – part seven – a simple ViewHelper
Today I managed to finish one more part of the Tutorial. Today it is time to build a simple ViewHelper, in our case we want to generate a link to GoogleMaps search. Before we can start with the ViewHelper we have to add some more stuff to our location model and to our templates. Keep […]