Category Archives for WebMatrix
Working LESS with WebMatrix
I’ve been doing some CSS work recently and wanted to try out some of the newer utilities that are supposed to make managing CSS files easier. LESS is a popular one as it allows you to use variables, mixins and … Continue reading
JavaScript Intellisense in WebMatrix v2
While editing some JavaScript in WebMatrix today, I made a simple typing mistake which led to a JavaScript runtime error. I was using KnockOut and typed: ko.obsevable(accountName); Notice that I misspelled “observable”. I didn’t realize my error until I ran … Continue reading
Using WebMatrix to Build a Node.js Application That Targets SQL Azure
Mixing and matching Microsoft and non-Microsoft technologies has never been easier and in this post, we going to do just that. We’re going to build a Node.js application that serves up data from SQL Azure using a REST endpoint. We’ll … Continue reading
Publishing Individual Files in WebMatrix
I’ve been using WebMatrix 2 (RC build) to edit this blog site. As I noted in the inaugural post for this blog, the site is running WordPress and hosted on Azure and managed via the new Azure portal. One of … Continue reading