HTML - Clear HTML cache via meta tags
Search
Tag Search
AJAX
javascript
art
htaccess
flash
html
jquery
action script
subdomain
print design
301 redirect
plugin
bugs
cache
thickbox
regex
svn
apache
car
disable cache
regular expressions
php
hand drawing
seo
client-side
Recently Added
- HTML [3 items]
- SVN (Subversion) [3 items]
- jQuery [10 items]
- PHP [4 items]
Most Popular
- jQuery [10 items]
- PHP [4 items]
- SVN (Subversion) [3 items]
- HTML [3 items]
Member Options
15
Jan
Created by: robilim - Date Added: 15th January 2010 - 0 Responses
This is just a simple note that is handy to know when you are only using HTML to stop cache. It has been helpful for me to stop images from caching when I was cropping the image and saving under the same name.
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />

