Monday, March 3, 2014

powerful javascript debugging

Tal Bereznitskey runs a decent email newsletter... very good S/N ratio, and doesn't publish too often. This post about javascript debugging was especially good.  (TL;DR: activating the javascript debugger via the "debugger;" statement, on DOM node changes or specific Ajax calls (in Chrome), cheaply emulating different mobile devices (also in Chrome), and use of auditing tools like YSlow to tweak your pages' performance.)

Definitely worth subscribing.

No comments:

Post a Comment