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

04. October 2012 by Mark Berryman
Categories: CSS, LESS, WebMatrix | 3 comments

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

14. August 2012 by Mark Berryman
Categories: Intellisense, WebMatrix | Leave a comment

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

24. July 2012 by Mark Berryman
Categories: Azure, Git, Node.js, SQL, WebMatrix | 3 comments

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

19. July 2012 by Mark Berryman
Categories: Azure, Publishing, WebMatrix | 4 comments