• Gears of War – Third Person UI

    This design was a small side project. I always want to make the UI of a shooter game and since third person is also quite interesting i took Gears of War and created my own ui for it. It is just a peak and a early iteration of the UI. The goal was to create a more focus centered interface. The icons and symbols are not finished but it gives an idea what the final goal is. The image footage used for this mockup was taken from Epic Games.

    InterfaceStudy - Gears of War Slider
  • Magento Bookpromo

    I created this Layout to the release of the new edition of “Magento – Das Praxisbuch”. It was planed to be a one-page design with the changes and a sneak-peak in to the new book. To solve the one-page request, i used a Shadowbox for the detailed display of Book-pages, a custom slider system for the different news and changes.

    Magento Bookpromo
  • Magento VM Design

    This design was a job created for ITABS. They needed a website for a Virtual Machine which includes a Magento installation. I created a one-page solution which shows the download and installation instructions. The final version, that can be seen at magento-vm.de, is a bit different than my original design layout.

    MagentoVirtualMachine
  • Pixshirt – Designdemo

    “pixshirt” is a design study for a fictive Online-T-Shirt-shop. The project was inspirerd by shops and pages from: threadless.com emptees.com and hereitself.com. The design combines different approaches of product visualization and comunity-based shops.

    Pixshirt

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