yEd Graph Editor
For my work I regularly need flowcharts to display data and structures. Today I will introduce you yEd. It is a free graph editor and even I tried several alternatives I stick to it. I use it mostly for custom diagrams like the display of pages and button structures. Usually I try not to make [...]
Baggage WIP Icons
I am currently working on “BAGGAGE” an icon-theme for a client. It is produced for a 28x28px resolution. After finishing up, I will maybe release a free version of it. Currently it consists of 32 icons, perfect for shops.
Adobe Air and Save XML in a local File
In my earlier post I talked about loading local or online XML data. But how about saving. Since it is nice to save settings for an App. Here is my solution: import flash.filesystem.File; import flash.filesystem.FileStream; import flash.filesystem.FileMode; import flash.events.Event; /* Determine Path of Loaded and Saved File */ var appDirectory:File = File.applicationStorageDirectory var newFileStream:FileStream [...]
Load XML Files with Adobe Air
I am currently working on an Air2 application and had also work with XML. Last time I had the honor to fight with XML files I was using ActionScript 2 and Flash, so I was happy to switch to ActionScript 3. But like always, there is a small problem. Air2 handles XML a little bit [...]



