Archive for August, 2011

Browser cache nightmare

As a developer, sometimes you might face this issue that you have modified a part of a website but the changes are not reflecting on the live! Or, the client is complaining that you didn’t do any change! This happens due to the browser cache. To bypass the cache so that the whole page is reloaded follow this instructions:

Internet Explorer & Firefox:

  • Hold the Ctrl key, and press F5. (Ctrl + F5 )
  • or: Hold the Ctrl key, and right click on page and the press the Refresh(Internet Explorer)/Reload(Firefox) button . Continue reading →