Recently by Mike Slinn

Evaluation Questions for Flex Programmers

February 25, 2010 | | Comments (3)
AddThis Social Bookmark Button
Mike Slinn
Evaluation Questions for Flex Programmers
Sometimes I am asked to interview potential Flex programmers for clients. A common requirement is to assess the candidate's ability to design and develop custom components. Today's blog post is dedicated to the hiring manager who called after regular business hours today and illustrates some great skill tests for evaluating flex programmers, code included.

Mounting compressed folders / Looping back zip files

February 19, 2010 | | Comments (2)
AddThis Social Bookmark Button
Mike Slinn
Big file systems make computers run more slowly.  This problem is most noticeable for laptops. On a project that I am currently working on, I am using multiple versions of three frameworks: The Flex SDK (source and asdoc), the MicroStrategy...

TODO: FIXME

January 27, 2010 | | Comments (4)
AddThis Social Bookmark Button
Mike Slinn
Java programmers have long been able to embed notes in their code prefaced with TODO or FIXME. Eclipse summarizes these notes in the Task view for quick, easy reference. FIXME is essentially a higher priority TODO reminder. There is a...

Bashing together Method References

January 20, 2010 | | Comments (5)
AddThis Social Bookmark Button
Mike Slinn
The ActionScript compiler generates SWFs (Flash applications) by compiling source code for classes that you write and linking in classes from SWCs (libraries) that are referenced by your code. Classes that are not referenced are not included in the SWFI...

Flex Fashionistas

December 22, 2009 | | Comments (4)
AddThis Social Bookmark Button
Mike Slinn
The software industry has been trendy for decades. Now that the days of green screens are ancient history, and Steve Jobs has contributed black iTurtlenecks to the fashion lexicon, computer fashion is visual as well as intellectual.There are many examples...

Disabling events in Flex

December 16, 2009 | | Comments (5)
AddThis Social Bookmark Button
Mike Slinn
Flex does not provide a way to temporarily disable event listeners and re-enable them later.  You may want to do this to prevent endless loops.  For example, when some code modifies the selectedIndex of a List, an event is fired. ...

Fixed: "An internal build error has occurred" with FB3 & Galileo

September 30, 2009 | | Comments (16)
AddThis Social Bookmark Button
Mike Slinn
James Ward surprised us today with a patch for Flex Builder 3 that makes it work with Eclipse Galileo SR1. James solved the dreaded "An internal build error has occurred" problem. His solution was to replace ProblemManager with his...

Flex's coopetition: HTML5

August 14, 2009 | | Comments (7)
AddThis Social Bookmark Button
Mike Slinn
Flex's coopetition: HTML5
It won't be ready for prime time this year, and probably not next year, but the HTML5 specification is firming up and current implementations suggest a that HTML5 will be a strong platform for RIAs. People familiar with other versions of HTML might assume that Flex would have a few advantages over HTML5: AIR (no browser required) and data services (distributed computing.) The neologism 'coopetition' might be an apt term for the relationship between HTML5 and Flex.

Certified Adobe Flex 3 with AIR ACE

August 6, 2009 | | Comments (12)
AddThis Social Bookmark Button
Mike Slinn
I've joined the growing number of people with this certification. Candidates are allowed 85 minutes to answer 50 questions when they take the exam. I was given the orientation, answered a short quiz, took the test, reviewed my answers, was...

Enabling compression

AddThis Social Bookmark Button
Mike Slinn
Web servers will transport data more quickly if compression is enabled. The degree to which compression speeds up data transfer is data-dependent; many instances of repeated patterns, such as zeros, are necessary for compression to be effective. You can see an example of the benefits of data compression with James Ward's Census application; click on Navigator, then run some benchmarks with GZip enabled and disabled.

<< 1 2 3 4


Tag Cloud

iPad

What's your take on the iPad? (Putting aside the Flash/iPad flame war)

Answer

Latest Features

Recommended for You

@InsideRIA on Twitter

Archives

  • Or, visit our complete archive.  

About This Site

Welcome to the premiere community site for all things RIA sponsored by O'Reilly Media and Adobe Systems Incorporated.