layh.com

Whatever...TYPO3...FLOW3...and more...

Archiv der Kategorie ‘Web development‘

 

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 …

Productivity with PHPStorm

Since there are a lot of people out there working with PHPStorm I thought I try to write an article about how I try to get the maximum productivity out of this IDE. Also I have the hope that there are some other people out there who have some good tips for me.

Here I …

PHPStorm and TYPO3 code formatting

I was searching for the import function almost forever until I figured out how to use the TYPO3 code formatting xml file provided in the TYPO3 wiki.

So here is a short article how to import the file and where to find it.

Download the xml file from: http://wiki.typo3.org/File:Standard.xml
Open the xml file in the editor …

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 …

Erweitern des TYPO3 Caching Frameworks

Ich musste mich vor einiger Zeit mit dem TYPO3 Caching Framework beschäftigen. Da ein Fallback auf abgelaufene Einträge im Cache erwünscht waren musste ich sowohl das Frontend und auch das Backend des Caching Frameworks erweitern.

Einen sehr guten Artikel zum Einsetzen des Caching Frameworks gibt es auf der Seite von Daniel Lienert:

Caching Framework in eigener …

Mal wieder – Relaunch von layh.com

Ich weiß selber nicht woran es liegt, aber nach einer gewissen Zeit wird mir mein eigenes Layout doch irgendwann immer langweilig. Da ich eh mal ein wenig mit HTML5 rumspielen wollte habe ich meiner Seite mal wieder ein neues Layout verpasst und dieses Wochenende ist es dann endlich mal fertig geworden.

Getwittert habe ich es …

Einsatz von git für das Deployment auf twitcode.org

Aus Gründen der Weiterbildung hatte ich mich zu beginn des Relaunches von Twitcode.org dazu entschieden git einzusetzen. Für mein Setup habe ich insgesamt 3 Systeme auf denen das Projekt läuft und zwei Branches in git. Der erste Branch ist der master-Branch, den ich dafür benutze die aktive Entwicklung auf meinem Entwicklungssystem voranzutreiben. Der zweite …

Relaunch von twitcode.org

Es ist nun wirklich passiert. Es war schon ein Stückchen Arbeit aber nun ist es doch geschafft. Gerade habe ich den Relaunch von http://twitcode.org auf der Basis von FLOW3 abgeschlossen.

Ich bin sehr gespannt wie sich FLOW3 im Production Context verhält und ob auch alles so funktioniert wie ich es mir vorgestellt habe.

Für den Relaunch …

Neuer Bereich meiner Webseite – FLOW3 / Fluid

Von der Template Engine Fluid bin ich schon seit einer längeren Begeistert. Ich hasse PHP-Code im Template und Fluid geht da einfach den richtigen Weg.

Ebenfalls fasziniert bin ich momentan von FLOW3. Das Framework scheint zumindest in weiten Teilen so wie ich das bisher beurteilen kann einsatzbereit zu sein. Momentan bin ich dabei mein kleines …

CodeIgniter – schnelles und einfach zu erlernendes PHP Framework

Mit dem Start des twitcode.org Projektes begab ich mich auf die Suche nach einem geeigneten PHP Framework, welches meine Anforderungen erfüllt und nicht zu mächtig ist. Hierbei bin ich auf meiner Suche auf CodeIgniter gestoßen. Nach der Installation und der Konfiguration, welche problemlos und schnell von der Hand ging, konnte auch direkt mit dem …