Just ordered

I hope the delivery is soon in my “death-cold-hands”.

NASA (National-Action-Script-Association), muahahaha

51k1rtfqial_ss500_.jpg

513onvq0cl_ss500_.jpg

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.



JavaFX: A short and incomplete review.

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



basE91 encoding

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