in a rush

experience is everything

in a rush header image 4

Entries Tagged as 'Best Practise'

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

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

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

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

Coding in the correct Font

April 28th, 2008 · No Comments

Having used a dozen or so IDE over the years, I appreciate it when they provide a way for me you use my favorite font (Bitstream Vera Sans Mono). You can set the font in Flex Builder from Windows > Preferences dialog window. Select the General > Appearance > Colors and Fonts category. Then in [...]

[Read more →]

Tags: Best Practise · Eclipse

Getting Started with Flex

April 28th, 2008 · No Comments

When teaching or consulting Flex, you will often be asked for examples of how to do “xyz”. Here are few links that will help.Flex and CF: Integrate Flex with CF security File Upload: File Upload in Flex/Flash in Internet Explorer File Upload Using Flex/Central/Java Architecture Ideas: Cairngorm and an associated Breezo that will help explain [...]

[Read more →]

Tags: Cairngorm · ColdFusion · Flex