MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV

MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV.

Posted in flash | Comments Off on MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV

Comparing Strings in JAVA

Hi,

for last few weeks I am doing JAVA programming for Android, and as my background is mainly with ActionScript I wasn’t aware of JAVA nuances with String comparison, I thought that the equality operator will work i.e. a == “a”, but it isn’t. The String class (java.lang.String) offers comparison methods for that, the ones that I like are: equalsIgnoreCase and equals as they in result returns boolean value.

best regards

Posted in android, JAVA | Tagged , , , , | Comments Off on Comparing Strings in JAVA

JSFL – copy filters stack from Flash IDE into ActionScript 2 or 3 code

Hi,

working with designers one will always get into a problem of replication IDE based filters via code, it’s not a pleasant task nor quick as well, but what about if we could actually make it quick and pleasant? Well, that would be something.

Continue reading

Posted in actionscript, flash | Tagged , , , | Comments Off on JSFL – copy filters stack from Flash IDE into ActionScript 2 or 3 code

Quick AS3 tip: find out where a function was called from

Quick AS3 tip: find out where a function was called from.

Posted in actionscript, flash | Comments Off on Quick AS3 tip: find out where a function was called from

Modify admin dashboard’s default period time (“Select range”)

Hi,

by default on dashboard you will see results from last 24hours, if you want to have it by default in different time span than you will be in trouble as there is no facility to set it up.
Continue reading

Posted in magento, php | Tagged , , , , , , , , | 1 Comment