Tag: open source

  • Tour of the Source Code of Ninja Tools

    Screencast of a tour of the source code of our research project, Ninja Tools, a single page application developed in Clojure and ClojureScript.

  • File input for forms in ASP.NET MVC

    I’m not sure why ASP.NET MVC was shipped without a file input type for forms. Maybe it’ll come in MVC 2.0 or 3.0. Meanwhile, I created one. I spent two or three hours trying to figure out how to go from Object to IDictionary<String, Object> to follow the same ASP.NET MVC style where you have…