Technology: Adobe Flex and AIR
Code: by me
Graphics: by me
Description: this Application parse Excel and CSV log files and analyze downloads trends of vaious informations from Toyota Italia affiliates.
Time: about a month of develop
Difficulties: the informations provided are without any structure, with the exception of the full path of the downloaded file, so i have to parse every record and guess it’s informations reading the words inside the path. The real drawback is the lack of multithreading support in Flex, so the analisys procedure blocks the user interface.