Archive for July, 2008
Thursday, July 17th, 2008
We had a very busy few days here at EyePartner. After joining Flex SDK Contributor Program, yesterday we got Adobe's approval for becoming an Adobe Solution Partner.
The Solution Partner Program is designed for companies that provide solution-based sales, system integration, services, or extended products based on Adobe technology. Three levels ...
Posted in Adobe, EyePartner | No Comments »
Tuesday, July 15th, 2008
I got the confirmation from Matt Chotin that i was approved into the Flex SDK Contributor Program.
This is part of the Adobe Open Source Project where developers around the world can browse the whole project and, upon acceptance of the Contributor Agreement and review, can submit patches against the /flex/sdk/branches/3.0.x ...
Posted in Adobe, Flex | 1 Comment »
Monday, July 14th, 2008
One framework that i started using more and more is the as3commons. This contains the most important collections from Java (ArrayList, HashMap, Set etc.) along with helper classes like Arrays and Collections to be used on ActionScript projects. Although it misses some functionalities for Sorted and Tree collections for example, ...
Posted in Flex, Java, LiveCycle & BlazeDS | 2 Comments »
Sunday, July 13th, 2008
There are situation when the object serialization between ActionScript and Java causes some problems in it's default form and i'll detail that with one simple example. Let's say we have a movie application where users watch some movies online. At the building block for this application would stay a Movie ...
Posted in Flex, Java, LiveCycle & BlazeDS | 3 Comments »
Friday, July 11th, 2008
Working lately on some collaboration apps i got the need for a unified service running both messaging and presence functionalities. Prior to using LCDS for presence i was using Flash Media Server where you have the SharedObject for syncronizing data between multiple clients. But this is not a very comfortable ...
Posted in Flex, Java, LiveCycle & BlazeDS | 1 Comment »
Sunday, July 6th, 2008
Using Mac OS I was looking for some tool like Flash Tracer extension for Firefox, where you could see all traces from a Flash Player application. I'm using Safari as my default browser so FlashTracer was out of discussion. Here is how you can do it:
Go to Macintosh HD > ...
Posted in Flash, Flex | 12 Comments »