AboutNico has designed and developed a desktop applicaton of Google Analytics. Give it a try, i like it.

AboutNico has designed and developed a desktop applicaton of Google Analytics. Give it a try, i like it.

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. What a bummer! ![]()
I hope the delivery is soon in my “death-cold-hands”.
NASA (National-Action-Script-Association), muahahaha


Ps.: An die Fr. Jellinek, nach dem ich dank rechtschreibkorrigierendem Fremdwirken jetzt endgültig jede Selbsicherheit beim englischen Schreiben verloren habe, ich habe über den Begriff lebende Fremdsprache nachgedacht und welche wirren Konstruktionen im Deutschen gebraucht werden, ich bin der Meinung man kann alles schreiben, so lange es jemand lesen kann.
about some people today.
I have started some experiments with autarkic objects and impulse behaviours. Continue reading
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 this big difference.
I’m going to take a look at JavaFx, Sun’s newest member of their programing languages family, today. It’s targeted to the RIA market and should allow the programers an easy and fast setup. JavaFX will compete with Flash Platform and Silverlight. Continue reading
Everyone seems to be totally fascinated about the intelligent image resizing algorythm developed by Shai Avidan and Ariel Shamir. Me too, i see
. Today afternoon i have seen the first samples written in Java and Flash AS3, they all show the manner, but i think this is not the end of the line. Continue reading
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 the www.
It’s pretty neat. The available PHP4 solution was easy to understand and so i have decided to give it a try and converted the source into an AS3 class. The result, i think, is really satisfying. The solution is quite fast and the decrease of the overhead is at least 10%. I have done a little test setup so you can try it at your own. Download BasE91 Source and .fla