One of the most significant development challenges of responsive web design is controlling what resources you want to load based on the conditions of the device.
Unfortunately, all current solutions require you to make significant changes to your existing site by using either server-side user-agent detection or forcing you to break semantic web standards.
In this talk, Shawn Jansepar discusses capturing in Mobify.js – a library that allows you to mitigate the pre-parser, enabling you to manipulate the DOM before any resources have loaded.