background preloader

Flex

Facebook Twitter

10 Technology Skills That Will No Longer Help You Get A Job. Update: Want to know what happend to the engineer in the 1976 photo above? Click here to find out how he he managed to stay relevant for almost 40 years: How To Thrive In The Tech Industry For Decades. If you want to know the most in-demand tech skills, that info is readily available. Want to learn the programming skills most coveted by employers? Done. But what are the skills and specialties that no one wants any more? (See also the Top 7 Most In Demand Tech Skills For 2013 and 15 Programming Skills Most Coveted By Employers.) A survey of 1,100 tech-hiring professionals by Dice, a job firm for tech professionals, offers some insight. 1.

Many IT professionals, from engineers to help desk support workers to system administrators, have significant XP experience. (See also Microsoft Is Trying To Sell Windows 8 To Enterprises, But Most Want Windows 7 Instead.) 2. Web developers, app developers and designers have long relied on Adobe Flash to create interactive features. It did not. 3. 4. 5. Flex in Gedit. Man I really do like coding in simple environments - it's like walking barefoot on the beach. So, I figured, why not get acquainted with Flex not through sluggish autocompletions and feigned build magic, but rather by relying only on solid tooling, a simple text editor, and documentation. The mxml is legible and colorful, while the actionscript demands a more focused eye and takes longer to digest. This is the default syntax highlighting of mxml in Gedit - as XML.

There is no built-in support for mxml and actionscript. Luckily, someone has created mxml and as3 language definitions compatible with Gedit. Balance. In WindowsThe parallel to/usr/share/gtksourceview-2.0/language-specsin a Windows Gedit installation isC:\Program Files\gedit\share\gtksourceview-2.0\language-specs Put the MXML.lang file there and restart Gedit. A Fix for fx:Script and mx:ScriptInitially, the MXML.lang file does not handle the new fx:Script tag, which makes it impossible to use with Flex 4 code.

Then run. 10 Things A Good Flex Developer Should Know. We Recommend These Resources More Flex posts by Jeremy Mitchell can be found on blog.flexdevelopers.com It takes more to be a good Flex programmer than simply knowing how to use some built-in Flex containers and controls. It takes significantly more. Here's my take on the subject...along with some resources or some keywords that you can easily Google. Please comment on this blog if you feel like I've overlooked anything (which is inevitable) or if you know of some valuable resources that I should add. 1. The language on which Flex is based, ActionScript 3, is a fully object-oriented language. Note: Some of you may be asking - "What about design patterns?

". 2. ActionScript is the programming language used along with MXML to create Flex applications. The Flex Framework includes hundreds of ActionScript classes and interfaces used to develop Flex applications. Note: Get comfortable with the Flex Language Reference. 3. A large portion of any developer's time is spent debugging. 4. 5. 6. 7. 8.

Testing

Adobe Flash Player for Linux Info. Multiple Concurrent Uploads in Flex. June 17, 2008 2:32 PM Modern browsers impose limits on the number of connections opened to a particular host. This affects ajax calls and more interestingly, file uploads in flash / flex: Multiple uploads get queued up based on these connection limits. File upload is easily done in Flash / Flex via FileReference. Multiple file upload means multiple calls to upload() for each FileReference object. Each upload() call will result in a separate HTTP request on the server side. These uploads will happen in parallel till you hit the connection number limit. However, this impacts any timeout calculation you may attempt to perform on the flex side based on the OPEN event. A possible way to get around this connection limit is by using CNAMES. flex888 has a useful resource on Flex file uploads. CategoryFlexComment(s) [1] Documentation for FileReference says that the OPEN event is dispatched when upload of a file has started.

[#FP-40] Incorrect unicode input in linux - Adobe Bug System. Peter Pilgrim Java Champion Enterprise Weblog. Wednesday May 05, 2010 Java's Thoughts on Flash (Revisited) Let me introduce myself. My name is Peter Pilgrim, I am a Java Champion, number 91 in fact, British, living in the United Kingdom. I currently work for a top-tier investment bank in the City of London. Although I am not a chief executive officer, I am an experienced developer, designer and sometimes architect therefore can offer my wisdom on Java. Java has something to say about Steve Job's "Thoughts on Flash. " open letter. First, let's tackle the issue of "Open" from the perspective of Java world. Java was the first successful commercially-supported language, once proprietary, invented by James Gosling, who was a chief technical officer / research scientist / patriarch at Sun Microsystems. Java is open source. At least for a few years, now, Java has been known as "open", code is available and it is free to experiment or develop.

Second, Java does not say so much about the "full web". Java is inspired the "full-web". Ah ha! Ah! Java exceptions and Flex. We Recommend These Resources I’ve seen some articles about this subject but I have not found one dealing with all the cases (webservices, BlazeDS, BlazeDS and Spring, data management). Also the approach from BlazeDS is different than the one used by Spring/BlazeDS integration, and this thing can be a little bit confusing for a beginner. Let’s assume that you have a layer of services that should be invoked from your Flex application. We can expose this services as web services or as remote methods. Or we can use data management. For simplicity I will take a very short method.

Public String returnResults() throws DatabaseDownException; Below I’ll write the main use cases: a)You have to write an webservice to return the result as an xml. 1. <? 2. 3. 4. 5. In this case you will need to enhance your xml to add some structures for keeping error messages – like this: 5. 6. 7. When building the xml the <error> body is going to envelope the exception message. B)You plan to use BlazeDS and Java remoting.

Alternative Flash players