Ed Andersen

Software Developer and Architect in Japan

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

    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…

    Read more…

  • Fun with jQuery flot charting

    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.

    Read more…

  • Working on an online MS Money replacement

    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…

    Read more…

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

    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…

    Read more…

  • Windows .NET Development on Mac OSX

    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…

    Read more…