Browser Caching Tip
Here’s a quick tip for web developers. If you’ve made changes to your CSS or JavaScript but you’re not seeing the results that you expected and you’re sure that your code is correct, try forcing a page refresh.
You don’t have to empty the browser cache, just use the following key combinations:
IE : Ctrl F5
Safari : Ctrl + r
Firefox, Mozilla et al: Ctrl + Shift + r
Opera : Ctrl F5 or Ctrl + r
Apple users replace Ctrl with Cmd.


