Enterprise Web Applications

For those interested in mastering ActionScript and Flex, we do training in Singapore (together with Lab School). Both fundamental and advanced courses.

Read more…

Not quite what we call “enterprise” solution but still interesting. Visual elements are being dynamically created from media content management system.
Huafu color swatches flip book application

This is a small application where we applied our bidirectional flow layout container to layout controls for the filters (the filter form is generated dynamically from XML file)
Find & Compare module for Brother

Sometimes the design of the application requires visual elements to be placed one after another flowing from first row to the second and so on (just like words in paragraph). We’ve tried to use FlowBox container from FlexLib but it was not quite predictable (especially when it tries to measure its size), so we implemented our own flow layout container. It also has additional features:

  1. horizontal and vertical directions are supported (“direction” property)
  2. the children could be arbitrary aligned relative to each other (“alignCoeff” style)

You could see the demo and download the source code (MIT license) here

two directional flowbox flow layout

Check out the newer (but not the latest) version of Idubee spreadsheet application. While in editor, press CTRL+M to generate a column of 1000000 cells. As you’d see, perfomance of the component is not affected – it has constant rendering time regardless the amount of data.
Idubee v2 Spreadsheet Application

Posting some links to old versions of our spreadsheet application (please. note that backend is disabled so many features not working)

This is really the first version of Idubee, more of prototype

Idubee first version

This is Papervision3d component we did for flashloaded.com

This is a time tracking application we did for Elance.com.

WorkTracker

We’ve moved to the new site, powered by WordPress. Hope you like it, stay tuned :)

12