RIA-Forum Konferenz

Ich werde sehr wahrscheinlich an der Konferenz “RIA-Forum” am 23. April in Darmstadt teilnehmen. Inhaltlich geht es um verschiedene Themen aus dem RIA-Umfeld, verteilt auf vier Vorträge. Auf der Webseite der Konferenz gibt’s Details zum Zeitplan. Neben ein paar anderen Referenten, wird auch Florian Müller, bekannt für das Buch “Professionelle Rich Client Lösungen mit Flex […]

One reason for using Flash instead of HTML5

I think, I finally found an answer to the question, why one should use Flash instead of HTML5: Binary sockets Newer Flash Player versions allow developers to open binary socket connections, which is not possible using pure HTML5/JavaScript in the browser (HTML5 only supports websockets, which are different). Thus, for example, it would not be […]

Auf’s richtige Pferd gesetzt

Über heise.de bin ich auf riastats.com gelandet, wo man über eine FLEX-Anwendung Statistiken über die Verbreitung von Technologien zur Entwicklung von Rich Internet Applications einsehen kann. Mich persönlich freut es sehr, dass Flash weiterhin die Nase vor Microsoft’s Silverlight und JavaFX hat, denn die Verbreitung und Erfahrung, die in Adobe’s Platform steckt ist meiner Meinung […]

Sort- and styleable dataGrid component for Adobe FLEX

Since I started developing FLEX applications, I continously had problems with the dataGrid component. First, I got into trouble trying to sort formated date strings, which can’t be handled by the dataGrid’s default sorting algorithm so easily, especially if it comes up to (German) date formats. While searching for a solution, I found the dataGridSortable […]

OpenLaszlo vs. FLEX

Wer sich für das Thema Rich Internet Applications interessiert wird an der Thematik “Was ist besser??” (Die freie Entwicklungsumgebung OpenLaszlo oder die proprietäre Lösung FLEX von Adobe) nicht drumrumkommen. Zu diesem Thema habe ich einen kleinen Artikel auf richability.com geschrieben. Dabei geht es insbesondere um die Gemeinsamkeiten und Unterschiede zwischen den beiden Technologien. Am Ende […]