Web Metrics Monitor update

This Wednesday I successfully presented the first part of my Senior Project at AUBG - the Web Metrics Monitor (WMM) project. The purpose of the project is to provide a robust, user-friendly and accessible web analytics tool. So far I’ve implemented the basic functionality and user interface. The back-end is implemented in PHP and includes [...]

DateTimeAxis Data Points Alignment

I needed to use a DateTimeAxis for my senior project, but encountered a strange problem - data points were displayed with varying offset relative to the corresponding ticks on the x-axis. I couldn’t find anything explaining why this might be happening in the Flex documentation. Luckily, I found a very simple solution/explanation of the problem [...]