I wrote some code that will allow you to use CORS / cross-origin resource sharing on your Web API controllers / actions. Feel free to use it as well!
Read MoreA sample project for this discussion is available over on my Github. There are countless use cases where I found myself needing to use Razor syntax (in ASP.NET MVC 3+) inside Javascript, CSS and other asset files. While there are many different ways to get Razor output into external JS files (for example, getting a [...]
Read MoreHow do you set up the dotless package to automatically compile your LESS CSS files on build? This guide will show you how.
Read MoreUnder no circumstance should any website store anyone’s password, whatever their service may be. From the looks of it, BPI and BDO may be doing just that however.
Read MoreOne thing I’ve noticed all this time in teaching is just how difficult it is to make developers do one simple thing in jQuery: convincing jQuery developers to use delegate more in their code has got to be one of the more resilient challenges for someone teaching the jQuery craft.
Read MoreOne of the easiest things you can do to make sure the dreaded Internet Explorer 6 is up to reasonable snuff is to include a single Javascript snippet on your page.
Read MoreWhy the blackout? Why the care for stopping SOPA and PIPA?
Read MoreInternet Explorer definitely bites when you’re creating web pages. Learn how to make it IE behave easier, as shown by code snippets from the HTML5 Boilerplate.
Read MoreRead about the HTML5 Boilerplate’s take on conditional comments and CSS hacks, along with what alternative it proposes and why.
Read MoreThe new .on() and .off() functions both make you a better jQuery programmer just by using them. It’s magic. No, seriously.
Read More
Discussion