Monthly Archives: May 2013

Google I/O

Posted in Thechy Stuff | Leave a comment

force download of javascript file for new deployments

I use a lot of javascript for client-side scripting, putting it into .js file and then adding script tags as follows: <script src=”js/myclient-side.js”></script> In all modern browsers the javascript files and the style sheets are cached to improve performance. The … Continue reading

Posted in Thechy Stuff | Leave a comment