Tip of the Day
Photoshop Broke My Color
I’m on a Mac Powerbook. For months, I’ve been having trouble saving images for the web in Adobe Photoshop. What would happen is I would File > Save For Web and Devices… and find that many of the colors are de-saturated in the preview window.
What happened to my colors???
Scrolling List using Tween
We had a situation requiring up and down buttons, and we wanted them to scroll a list. The catch is how to animate the scrolling. Here’s how we did it. Continue Reading »
Flex Text Alignment & Layout
I know it’s super simple, but I’ve been banging my head on text layout for a couple of hours. I wanted 2 text boxes to have less space between them (leading) than the default. After trying many approaches, I finally figured out that I can set a negative paddingBottom to achieve the desired effect. Continue Reading »
Printing In Flex
Flex has its own printing package (mx.printing) which adds functionality to the flash.printing package, making it easier to format output (slicing and paginating).

