This article describes how to use PhpStorm to efficiently develop and debug TYPO3 extensions.
Als Dauerbrenner scheint sich derzeit das Thema zu etablieren, dass Software-Entwickler Schwierigkeiten haben, den zeitlichen Aufwand für eine bestimmte Aufgabe richtig einzuschätzen.
The following document outlines a reasonable style guide for HTML development. These guidelines strongly encourage the use of existing, common, sensible patterns. They should be adapted as needed to create your own style guide.
The following document outlines a reasonable style guide for CSS development. These guidelines strongly encourage the use of existing, common, sensible patterns. They should be adapted as needed to create your own style guide.
I've seen many struggle when they first meet Backbone.js. In this blog post I will gradually refactor a bit of code from how I used to write JavaScript before, into proper Backbone.js code using models, collections, views and events.
When editing a page in the TYPO3 backend, there's a whole bunch of save buttons available. The "save document and view page" button allows to save the content and open a preview popup with one click.
The next generation of frameworks is upon is, and now that they're more decoupled and component-based than ever before and use the same standard for naming and autoloading, there is no reason to stick to a single framework for your projects.