Looking for a bolt on DJango app to compress/minify your JavaScript and CSS files? I created the staticcomp Django app for just that purpose.
Benefits:
- Ability to compress/minify JS/CSS files on-demand
- Increase website performance by reducing the total number of JS/CSS file requests
- Build modular JS/CSS files by page / section instead of relying on large files
- No need to use date-based file names or query string values to force the browser to download changes to your JS/CSS files
- Improved Google Page Speed score and SEO benefits from a faster overall website
- Integrated with UglifyJS, the same JavaScript compressor used by jQuery
- Allows you to create your own backends or use one of the four existing


ThePiepers.net serves the compressed JS and CSS files using the
Looking for a way to track your 404 pages using Google Analytics? Modify the ‘_trackPageview’ function call.
Looking for a simple way to enable JSON submissions for your
I recently went through the fairly painless of process of upgrading thepiepers.net to html5. This will allow me more flexibility in the future as more browsers expand their support for html5. In addition, html5 has a number of improvements over html4 that will make my front-end work a little easier.