Microsoft.AspNet.Web.Optimization Minifies Mediaqueries wrong
Update: The bug mentioned here is now fixed in both WebGrease (making sure there are leading spaces) and in Chrome (making sure it parses mediaqueries without leading spaces in front of keywords). However, since this is a proposal in the future CSS spec that
Creating a reusable base for WP7 apps - Commands
Commands In Part 2 [http://www.novanet.no/blog/yngve-bakken-nilsen/dates/2012/3/creating-a-reusable-base-for-wp7-apps/] we looked at how we could solve navigation in a managable way. I did this by the assumption that one view would have one viewmodel, and apparently this caused some
Creating a reusable base for WP7 apps - Navigation
Navigation In Part 1 [http://www.novanet.no/blog/yngve-bakken-nilsen/dates/2012/3/wp7-boilerplate/] we covered the basic stuff like ViewModels, setting up the project structure. In this part we'll move forward, and see how we can implement navigation and commands in
Creating a reusable base for WP7 apps - Groundwork
Laying the groundwork New project Let's start out by creating an standard Windows Phone 7 app (selecting version 7.1 as the framework) ![New Project Screenshot](/content/images/2014/10/new-project.png) This should leave us with a codetty empty solution with