May 4
Flex 3 CSS Properties List

download Flex3CSS.pdf (152.8 KB)

May 1
Flex 3 Cheatsheet, page 1 DRAFT

download Flex3ControlsCheatsheet_p1.pdf (196.67 KB)

May 1
Getting Started with Cairngorm

When I heard about Cairngorm Framework I found very good example CairngormLogin sources can be found here

This example showed  me how is working MVC model.

Then I found very useful tools Cairngen and  FCG : a Flex Code Generato

This tools helped me to generate VOs, views, events, commands, delegates  for my project

And helped me to understand for what we need all this things in our projects.

For communication between Client side and Server side I suggest to use Flash Remoting and WebORB®

more links:

Wikipedia: Cairngorm (Flex framework)

Cairngorm Microarchitecture for Adobe Flex Documentation Group

Apr 26
WebORB Introduction

WebORB® is the integration platform that enables development, deployment and runtime execution of RIAs. The product facilitates connectivity between rich clients created with Flex, Flash or AJAX and server-side applications developed with .NET, Java, Ruby on Rails, PHP or XML Web Services.
Read the rest of this entry »

Apr 26
Getter/Setter Generator

One time when I started to develop project based on Cairngorm Framework, I had a task to create a lot of Value Objects (VO)

Read the rest of this entry »

Apr 25
Simple ScrollBar

I would like to share my simple scroll bar AS2 component which you can use in your old projects

Read the rest of this entry »

Apr 22
Flex Font Embedding

When you embed fonts, Flex stores all of the font information in the SWF file so the font is displayed properly even if it’s not installed on the user’s computer. If you use a font in your sources that isn’t installed on a user’s system, and you don’t embed the font in the SWF file, Flash Player automatically selects a substitute font to use instead. Sometimes you have to embed font event if you are sure that it is installed on a user’s system, because to mask, tween and skew dynamic text fields possible only with embedded fonts.
Read the rest of this entry »

Apr 20
Java Code Conventions

download JavaCodeConventions.pdf (128.89 KB)

Apr 18
Localizing Flex Applications with ANT

To make Internationalization/Localization for your Flex applications very easy
Lets split whole process by steps
Read the rest of this entry »

Apr 6
Build optimized RSLs with ANT

Runtime Shared Libraries (RSLs) are libraries of components that are shared by applications in the same domain.
You can shrink the size of your application’s resulting SWF file by externalizing shared assets into standalone files that you can separately download and cache on the client. Multiple Flex applications can load these shared assets at runtime, but each client need only to download them once. These shared files are called Runtime Shared Libraries.
Read the rest of this entry »

« Previous Entries