Cool. An unrelated minor idea:<p><pre><code> *Note: Please clear your browser cache in order to see the changes*
</code></pre>
To avoid having to ask your users to refresh just append a version number (either manual or your SVN revision number) to all JS and CSS files, like so:<p><script src="/js/something.js?1234"></script><p>You get caching just like before, but when you push new code everyone sees it right away.