in a rush

experience is everything

in a rush header image 4

Entries Tagged as 'Flash Platform'

Free Flash Builder 4 Licenses

June 8th, 2010 · No Comments

Adobe gives away free copies of the new Flash Builder 4 Standard edition to students, teachers, and unemployed developers. To apply for your free copy, visit http://bit.ly/FreeFlashBuilder

[Read more →]

Tags: Flash Builder · Flex

Flash Player is not open == big fat lie; HTML5 is the saviour

May 10th, 2010 · 8 Comments

Flash Player is open and SWF is documented The core of Flash Player is the Tamarin Virtual Machine, which is an open source project under Mozilla. While the SWF file format is not fully open, it is documented by the community on osflash.org. Additionally, there are numerous open source products that read and write SWF [...]

[Read more →]

Tags: Best Practise · Flash · Flash Platform · Flex · RIA

License your Flex and AIR applications

March 24th, 2010 · 2 Comments

If you need an easy and affordable way to secure your application against license sharing and ‘keygen cracks’, Zarqon just may be the answer you’ve been looking for. A good friend of mine, Cliff Hall, is most known for the PureMVC framework which was inspired by his his lack of love for the Cairngorm framework. [...]

[Read more →]

Tags: AIR · Best Practise · Flash Platform · Flex · PureMVC

How to install Adobe AIR on Linux

March 19th, 2010 · No Comments

Download Adobe AIR from the Adobe downloads. Open a terminal window. cd to download directory chmod the AdobeAIRInstaller.bin to 755 su -m enter password ./AdobeAIRInstaller.bin

[Read more →]

Tags: AIR

Platform as a Service (PaaS) vs. Managed Virtualization

March 12th, 2010 · No Comments

I’ve been reading a few discussions on how to more effectively manage development of a Flex project. And the reason many are looking for a solution has nothing to do with Flex, per say, but has more to do with the complexity of our development environments.
Using the cloud is a popular BINGO word, but in reality… I think desktop virtualization is the better fit.

[Read more →]

Tags: Best Practise · Flex

List, ItemRenderer, toolTip… oh my!

March 11th, 2010 · 1 Comment

On my latest project, I was going through several areas of the application adding toolTips to make some of the data that is clipped visible if desired. In doing so, I found out that I needed to use a combination of the different types of tips available. Most components have a toolTip property that you [...]

[Read more →]

Tags: Components · Flex · RIA

Free Flex Training in Denver

November 2nd, 2009 · No Comments

The event is Flex Training for ColdFusion Developers A free full-day, hands-on training session, where attendees can learn how to build their first Flex application using the latest Flash Builder 4 beta software. This training is designed to help experienced ColdFusion developers get started in understanding how to add rich UI to existing and new [...]

[Read more →]

Tags: Events · Flash Builder · Flex · RIA · Training

Adobe Flex/AS3 Code Quality Tool (PMD)

September 3rd, 2009 · 1 Comment

Adobe recently released (August 2009) the Flex implementation of PMD tool which is extensively used at J2EE shops for code quality management. FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices. The Flex PMD tool is locate on the Adobe Open Source Projects [...]

[Read more →]

Tags: Best Practise · Flex · RIA

Adobe Flash and Flex Accessibility with Screen Readers

September 2nd, 2009 · 1 Comment

If you are dealing with 508 compliance and wondering if a Flex application is accessible, this is your post. First, yes, screen readers can read Flex applications. And yes, its fairly easy. But, I’ll discuss how in a future post. But, if you’d rather send people to your old HTML version of your site when [...]

[Read more →]

Tags: Flash · Flash Platform · Flex · RIA

Swiz API reference documentation

July 29th, 2009 · No Comments

Swiz is a framework for Adobe Flex that aims to bring complete simplicity to RIA development. But, until recently, the documentation was limited. But now… Swiz Framework Site: http://swizframework.org/ Swiz 0.6.2 Actionscript API Reference: http://on3solutions.com/swiz062/ Swiz Framework Source: http://code.google.com/p/swizframework/ Enjoy guys. Now start coding!

[Read more →]

Tags: Best Practise · Flash Platform · Flex · RIA · Software Frameworks · Swiz