Swiz 0.0.5 Released

The next version of the Swiz framework was released in the beginning of January and finally I have the time to blog about it!

Chris Scott has a blogged about the changes and a deep view on runtime validation of mediators. I also contributed some stuff and I can say that I am very glad and thankful [...]

Bye, Bye Adobe and Hello Brazil

Happy new year for all of you guys!

2009 already began with a big change for me. I have left Adobe to move over to Brazil. I had this plan in mind for a longer time and it was really hard to leave Adobe and my dear colleagues behind. During the two years I worked in the [...]

Adobe MAX 2008 SF Review

The MAX Conference in San Francisco which just ended brought up so much cool stuff and I tried to summarize a but to give an overview of what is all announced and released.

Adobe AIR 1.5

Adobe DevNet article
New: Encrypted local database, Flash Player 10 and WebKit update

CoCoMo beta

“Codename “Cocomo” is a Platform as a Service that allows [...]

Flex Camp Hamburg

Last week we had the first Flex Camp in Hamburg and in parallel also in Bucharest and Vienna!

I think the event was a great success and all speakers did a great job. The Flex Usergroup Hamburg did a great job organizing this event and I hope the location at Adobe was comfortable enough.

Below you see Adobe [...]

AIR HTML with “_blank” Links Part II – Using HTMLHost

I few days ago I blogged about how to open target=”_blank” anchor links in the system browser and leaving normal links in the HTML control of AIR. Since that I learned a bit more and people pointed me to the AIR docs. There you can find a great chapter about “Defining browser-like user interfaces for HTML [...]

AIR HTML with “_blank” Links

I have played with the WebKit engine of AIR which is exposed to Flex with the HTML control.

You can set the content by specifying a http location or by setting the htmlText which should be HTML code as a String. Let’s play with the HTML so create a new Flex/AIR project in Flex Builder and use [...]