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...
Faceted search with MongoDB and KnockoutJS
Almost two years ago I took my first look at MongoDB as my first exploration into the NoSQL. Today I still find it to be one of the most interesting NoSQL tools – rivaled mainly by RavenDB, for most what I would call common scenarios. Recently I finally had the chance to use...
Dynamic dataaccess with Webmatrix Webpages
Today I went to a talk by Hadi Hariri about dynamics which was arranged for the ANUG user group in cooperation with the goto conference . The talk happened to fit very well with the first topic I had planned for my series on Webmatrix Webpages, which is dataaccess. The talk was...
What is the Matrix?
Currently some of my spare time is spent building an application using WebPages in WebMatrix and Visual Studio Express , which has been fun and given me the chance to look at webdevelopment and quality from a different angle. WebMatrix is a free Microsoft tool that is targeted at...