Aviary describe themselves as follow “Aviary is a suite of web-based applications (RIAs) for people who create. From image editing to typography to music to 3D to video, we have a tool for artists of all genres.”
Sunday afternoon session, some Flex3, some Air. Simple Browser build up on Air (you will need Adobe Integrated Runtime to run), using mx.controls.HTML component for HTML rendering. Use “Browse” button to render an specific URL. The only available protocol is HTTP and it is not possible to see any flash content. JavaScript and AJAX works. [...]
I am currently working on a big project where automation is very important because of huge content. I wanted to give the other project members a little introduce into “Intelligent Resizing” and have shown them the available Jave-Demo and finally i have to say, it’s not an alternative for a human bean in some cases. [...]
First i have to say, i do not have started a JavaFX related project until today, so this is a review about existing code snippets and Sun’s documentation libraries not an in too depth analysis. By the way, JavaFX is not Java at all, i like Java much and so i have to mark up [...]
I’m currently looking for the best way to encode and decode ASCII data into text-representive-binary. Nearly every programmer knows the common base64 method. The only problem with this is that it generates an overhead off about up to 30% and more. So i decided to have a look at basE91 found after some research in [...]