May 31
Three positions this week:
- Unnamed client (Carlsbad, CA) is looking for 2 Flex developers. Requirements include experience with Flex and with LiveCycle Data Services. Contact recruiter Natalie Fay at Outsource Technical - Information Technology Staffing.
- University of South Carolina (Columbia, SC) is looking for a ColdFusion developer. Requirements include knowledge of ColdFusion, DHTML, CSS, XML, and JavaScript. Knowledge of graphing, statistical and GIS software preferred. Apply via the USC Employment website, refer to requisition number 000505.
written by Flex
May 31
Vertabase Timer is a free utility to help you keep track of time spent on client projects. And the new version 1.5 is a Flex based AIR application (as described in this forum post).
written by Flex
\\ tags: AIR, Free AIR, Vertabase Timer
May 31
Adobe MAX is a special time of year. Kind-of like getting together the family for Christmas… Lots of drinking, carousing, and the gift of inspiring Flex talks by people like Ely Greenfield and Christophe Coenraets.
This year festivities take place November 16 - 19 at Moscone in San Francisco. Moscone has become like my second home so I’m glad to yet again visit that little village by the sea. Best thing about Moscone is the number of Starbucks within a block of the place.
Last year sold out fast, so go register today!
written by Flex
\\ tags: Adobe MAX, Flex, max, max 2008
May 31
The way of Linux Debug
There are generally two ways as following, we will introducing them individually: “Use debugger” and “The most primitive way: print”. Continue reading »
written by Flex
\\ tags: ActionScript, Adobe, debugger, Flex, Linux, SDK
May 25
The following source code shows three ways that how to load an image file. Continue reading »
written by Flex
\\ tags: Flex, image, imgClass, Loader, URLRequest
May 24
JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262 (ECMAScript) standard. ActionScript implements the arguments object, which supports the callee and length properties, just like JavaScript. ActionScript also implements the Array, Boolean, Date, Math, Number, Object, and String classes familiar to JavaScript programmers.Adobe AIR allows ActionScript and JavaScript base object can be convert each other.But sometimes we still need to know which is javascript objct and which is actionscript object.The following code shows how to detect Javascript objct and ActionScript. Continue reading »
written by Flex
\\ tags: ActionScript, AIR, ECMAScript, JavaScript, Object
May 23
Recently,I have read some articles about the level, features etc. of programmer. Those articles distinct the programmer’s ability. There is difference between the flex developer although they are still a small group in China( but have large growing space,maybe the same of your country). It will be helpful for these programmer on the technique improvement, If they could difine themself according the following four level correctly. Continue reading »
written by Flex
\\ tags: Flex, level, programmer
May 22
Compared with Flash development environment, the component library of flex is more attractive. But because of fully function, the size of program commonly will be very large, and to be very slow. The following is 5 advice about how to optimizate your application in Flex. Continue reading »
written by Flex
\\ tags: Advice, Flex, flex tips, RIA