RSSWindows 8 fix: Failed to schedule Software Protection service for re-start - 0x80070005
I have had some weird problems on my Windows 8 laptop, and while fixing those I noticed a recurring Error event on my event log: “Failed to schedule Software Protection service for re-start at … more
How to survive a 12 hour drive with your kids (a nerd edition)
It is again winter holiday time here in Finland, and as our land is mostly flat, you need to travel a long way to reach any hills suitable for real downhill skiing. For me that means ~12 hour drive … more
Techdays 2013 – SignalR
A week ago we had Microsoft TechDays 2013 at Finlandia Hall, Helsinki. For me this was fifth year in a row talking at Finnish Techdays; once I have talked about Azure, all the other talks have been … more
Web site that narrates input text (for kids)
Last year, when my kids got interested in learning to read and write, I decided to do what I tend to do: bring technology to the table. I created a simple web site that narrates input text, and shows … more
TypeScript, the new CoffeeScript?
Today Microsoft’s Anders Hejlsberg introduced TypeScript, which basically is a language that compiles into JavaScript, very similar to CoffeeScript. There are some differences, though: whereas … more
Using PowerShell to narrate text
I visited NDC 2012 and enjoyed the conference a lot. Again. Awesome speaker lineup without too much product group advertisements. Lots of thought provoking lessons. Lots of fun tongue-in-the-cheek … more
First impressions of Nokia Lumia 800
I know I’m late to the game but I received my Lumia only yesterday. I’ve had a Windows Phone 7 LG E900 a.k.a LG Optimus 7 for 16 months now and I’ve generally been very happy with … more
Problems with Internet Explorer compatibility view
A while ago I blogged about forcing site rendering to be done with Internet Explorer’s latest engine. This feature is very well documented by Microsoft. Not that well documented is that adding … more
Different ASP.NET MVC master page for authenticated and unauthenticated users
I guess this is a common problem: you need to have different web site layout for unauthenticated users. In simple cases this is very easy: just use masterPageFile attribute on views. But it gets more … more
SSL, IE8 and strict cache headers (will not work)
Recently I encountered a bug that only some users saw, and which did not reproduce locally on development environment. The setup was:
An intranet page has an IFrame
…that is dynamically … more