Wednesday, September 30, 2009

Added some security

I installed Windows Security Essentials on the Office PC. This looks like the bit of software that MS has been missing for many years. I always wondered why windows would infer that your PC needed virus protection but that MS had nothing to offer to fill that gap.
I am also listening to the Pogues on the Development PC using Spotify.

Tuesday, September 15, 2009

New Tabs

I added two new tabs to the main page. A Charts tab that lists the charts, and a My Chart tab that will list the default chart for that user.
I like the concept of each user having a current or default chart. So when they log in I can take them straight to the chart they want to see. Clearly I will have to provide management pages so that the user can change their default chart.
I think a user would want to do this as, after using a charts for a while, it can become too big and contain data from a long time ago.

Wednesday, September 02, 2009

Installed Inversion Of control framework

I downloaded Castle Windsor http://www.castleproject.org/castle/download.html
So I can start testing the Chart List properly
I used the notes from "Pro ASP.NET MVC framework" but there is an alternative explanation of the set up here by Matt Hall.