Just started to read Kraig Brockschmidt's new book (Programming Windows 8 apps with HTML, CSS and JavaScript). On page 62, Kraig makes a strong recommendation for using Blend:
Now Blend is free and also supports HTML, CSS, and JavaScript. I emphasize that latter point because it doesn’t just load markup and styles: it loads and executes your code, right in the “Artboard” (the design surface), because that code so often affects
the DOM, styling, and so forth.
After some searching all I was able to find is Blend for VS 2012 Express, which is not a good option as I am using the VS 2012 Premium. Any advices?
Nik