Monthly Archives for August 2012
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
Custom Domains For Windows Azure Web Sites Using Domain Masking
If you read the Azure documentation on Configuring a Custom Domain Name for a Windows Azure Web Site, it describes configuring a custom domain for a Windows Azure Web Site using a CNAME record with your domain registrar. You’ll also … Continue reading