Automation with Fireworks CS4 Commands – Reflections

While working at Ustrive2, Inc. I initiated some redesign efforts for the Sellit Administrator tools. Focused on creating a fantastic, rich user experience, The dev team [DanM, JesseF, MichaelF, and MikeC] used Fireworks CS4 to quickly iterate through several design prototypes and deliver designs that satisfied many complex feature requirements. One aspect of those designs was to create a sense of depth [and engage the user] by judiciously highlighting key components with lighting and reflections. Many of the resulting storyboard pages contained 2 or more components with reflections. Manually...
10.0/10
read more

Flex Behavior Injection (like jQuery)

This approach to component development and architectures will change your perspective on Flex software development! Consider the myriad situations when you want to add sophisticated functionality like zoom, drag-n-drop, swapping, MDI window minimizing, etc. Instead of designing subclasses or building complex compositions of nested components, developers can create distinct behavior components. These behavior components are then dynamically attached to target components and inject functionality. I must admit that this software concept is not new. Consider the very popular JQuery UI Interactions....
9.2/10
read more