Nancy Bootstrapper for Castle Windsor
On a current project I have decided to use NancyFx for services that expose data to the client via Ajax. The solution already uses Umbraco for CMS capabilities and everything is wired up using Castle Windsor for DI. From the start I was hoping to just install the nuget packages...
Using the MVC-Mini-Profiler with Umbraco
Prelude The last year I have been posting more or less the same blogposts here and at blog.vertica.dk – but my plan is to stop that going forward. I have been asked to do more blogging in Danish, and that fits pretty well with the fact that I have been postponing making a...
2011 debriefing
So, the time has come to look back on the year that has passed, and reflect a bit. I am usually more focused on making plans than writing history books, but once in a while it can be beneficial to take a look at what you have been doing, so you can make better conscious choices...
HTML5 fast-track
.fontheader {font-family: 'Lobster'; font-size:18px;} .cssheader { text-shadow: 2px 2px 2px darkgray } This December I spent a couple of days at the HTML5 fast-track course, getting up to speed on various new and coming browser features and API’s. The course was hosted by Trifork...
Implementing faceted search with MongoDB
After my last post on the faceted search I was asked to elaborate on how it was implemented with MongoDB. So that is just what I will do with this post – giving me the chance to comment a bit on the good and the bad experiences. Even though it was a good overall experience, there...