Forward- and back-button support in Silverlight

I noticed in the screencast below, that Silverlight seems to offer a great implicit way of supporting browser’s forward- and back-buttons. The basic idea is to modify the current url by adding or removing tags without forcing a page refresh. Example: In the video below, a basic Twitter client is being developed using Silverlight. The […]


My best practice for MVC with Adobe Flex3

I often read in Flex-tutorials and -books, that it’s difficult to completely implement a project using the concept of the MVC (Model-View-Controller) pattern. It is being said that the fact that MXML files inherit both, application logic (through ActionScript) and the declarative way of building graphic user-interfaces using MXML syntax, makes it almost impossible to […]

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 […]

Volksbank-Abzocke die Zweite

Wie ich schonmal berichtet habe, ist das Abheben von Bargeld an manchen Volksbank-Automaten gebührenpflichtig, obwohl man selber Kunde dieser Bank ist. Dieser Umstand hat mich total verwirrt, da die bekannten Aufkleber, die jeden dieser orangen-farbenen Kästen zieren, etwas anderes behaupten, nämlich dass das Geld-Abheben für VR-Card besitzer kostenlos wäre. Eine solche Karte besitze ich. Warum […]

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 […]