Ed Andersen

Software Developer and Architect in Japan

Author: Ed Andersen

  • Free laptop wifi on the Shinkansen (or any “mobilepoint” AP)

    Ed Andersen Avatar

    by

    in

    Update November 2014: Softbank has changed their WEP keys. This will no longer work. Sorry folks. I finally figured out how to get wifi access using a laptop on the Shinkansen (Nozomi N700 only I think) or any Softbank “mobilepoint” access point. iPhone and iPad users will already have free “Softbank Wifi” access – this…

  • Fun with jQuery flot charting

    Ed Andersen Avatar

    by

    in ,

    I’ve got the Microsoft Money style cashflow chart going with the flot library and some massaging of ASP.NET MVC 3 to output JSON. The chart correctly predicts future cashflow based on your set bills and future transactions. Next up is multiple accounts and currencies at once.

  • Working on an online MS Money replacement

    Ed Andersen Avatar

    by

    in , ,

    I am finally fed up of having to install Microsoft Money and set up syncing of the data file, so I’ve decided to try and build a web based version. Mint.com does not support non-US markets and apparently does not even support adding your own transactions that have not been downloaded from a bank. “Private…

  • Thoughts on ASP.NET MVC3 Update and Entity Framework 4.1

    Ed Andersen Avatar

    by

    in ,

    Microsoft have now released an update to ASP.NET MVC3 imaginatively called “ASP.NET MVC3 Update”. This update upgrades NuGet, bundles Entity Framework 4.1 with all new templates, adds HTML5 template support and splits the jQuery libraries off into NuGet packages so they can be upgraded individually. The bundling with new MVC projects is a sign that…

  • Windows .NET Development on Mac OSX

    Ed Andersen Avatar

    by

    in , ,

    I use Windows at work so for some variety I have moved to a Mac at home. The 2010 Mac Mini is a decent little machine with the RAM upgraded to 4GB. For Windows development you need Visual Studio, which means running Windows on your Mac. Bootcamp is one way of doing this, but then…