In an earlier post I promised that I would come back to the topic of compressing JavaScript programs efficiently, so here we go… In this post, I’ll go through some techniques for creating self extracting, compressed JavaScript programs. Since this is quite a lengthy post, here’s an outline as an overview and for quick navigation: Why compress JavaScript? The Google Closure Compiler Selecting a com

