Skip to main content

Liquibase goes Phing

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

I am happy to announce that bitExpert will contribute the Liquibase Phing codebase to the Phing project. The transition phase will start pretty soon. Unfortunately this means that the source code will no longer be maintained on github, instead the Phing subversion repository will be the new home for the extension.

PHPCon PL 2011

· One min read
Stephan Hochdörfer
Head of IT Business Operations

"Testing untestable code" geht um die Welt: Nach Frankfurt, Antwerpen, Nashville, Verona, Hamburg und Düsseldorf freue ich mich den Vortag bei der PHPCon PL 2011 halten zu dürfen. Die conference findet vom 21.10.2011 bis zum 23.10.2011 in der Nähe von Kielce in Polen statt.

Eclipse Plugin Smartsprites

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

I`d like to announce the release of a new Eclipse Plugin called "Smartsprites". Install the plugin via our public updatesite. The plugin acts as a frontend to the SmartSprites CSS Sprite Generator. After installation the plugin will contribute the context menu "External Tools > Generate Spritemap" to the .css files in your workspace projects. As the plugin name implies it can be used to generate CSS Spritemap files.

PHP Standard for DI Container behaviour

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

After reading a blog post about a Dependency Injection container in PHP I just tweeted for curiosity why PHP developers have not yet agreed on a common standard for the behaviour of an DI container. Stefan Koopmanschap jumped into the discussion and proposed I should start a movement in this particular area. He suggested that Fabien Potencier (Symfony Lead Developer) as well as David Zülke (Chief Agavi fanboy) and Matthew Weier O'Phinney (Zend Framework lead developer) should team up with me. David got hooked immediately, and I am looking forward to meet the gang at phpDay.it in Verona for the first round of discussions. In case you want to contribute as well feel free to join us or blog about this movement :)

Facebook iFrames im Tab

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

Seit einigen Tagen besteht bei Facebook Applikationen die Möglichkeit auf Tabseiten direkt iFrame Applikationen laufen zu lassen. Bei meinem ersten Test bin ich prompt in die Falle getappt: Nach dem Einbinden einer Applikation auf eine etwas ältere Fanpage war die Applikation nicht sichtbar. In typischer Facebook Manier war natürlich nicht erkennbar was die Ursache sein könnte. Nach einer längeren Experimentierphase fand ich die Ursache: Die Möglichkeit iFrames im Tab anzeigen zu können greift scheinbar nur bei neuen Fanseiten bzw. bei Seiten die schon auf das neue Design / Layout upgegraded wurden.

Eclipse Plugin YUICompressor

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

I`d like to announce the release of a new Eclipse Plugin called "YUI Compressor". Install the plugin via our public updatesite. The plugin acts as a frontend to the YUI Compressor console application. After installation the plugin will contribute the context menus "External Tools > Compress Javascript" and "External Tools > Compress CSS" to the respective files in your workspace projects. As the plugin name implies it can be used to compress Javascript and CSS files.

DPC 2011

· One min read
Stephan Hochdörfer
Head of IT Business Operations

Ich darf mich glücklich schätzen in diesem Jahr wieder als Sprecher auf der DPC11 in Amsterdam vertreten sein zu dürfen. Nachdem ich dort im letzten Jahr über das Management von internen Abhängigkeiten - sprich Dependency Injection - referiert habe, steht für dies Jahr das Thema externe Abhängigkeiten an. Damit sind Abhängigkeiten zu Frameworks oder anderen 3rd Party Bibliotheken gemeint. Der Vortrag wird verschiedene Wege aufzeigen wie man mit diesen externen Abhängigkeiten in sein Projekt umgehen kann bzw. sollte.

Eclipse Plugin Subversion Export By Revision

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

Welcome to our first english blog post ever. I`d like to announce the availability of a new Eclipse Plugin "Subversion Export By Revision". Install the plugin via our public updatesite. The plugin can be used to deliver incremental updates or patches for your clients.

Eclipse Plugin Spy

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

Mit jedem neuen Release von Eclipse gibt viele neue Features zu entdecken, so auch in dem Plug-in Development Environment (PDE) Projekt. Ein echter Geheimtipp ist der Plug-in Spy der seit Version 3.4 das Schreiben Eclipse-Plugins vereinfacht. Mittels der Tastenkombination Alt + Shift + F1 wird das Plugin gestartet und zeigt hilfreiche Informationen zu dem aktuell gewählten Element an. Der Plugin Spy funktioniert dabei in Views, Dialogen sowie den Einstellungs-Dialogen.