Categories
Recent posts
- 01. Fav Icon with PNG
- 02. Color Scheme Designer
- 03. Free Good to install on..
- 04. How to sync Google Cale..
- 05. Prevent Being Cached - ..
- 06. IE8 Emulate IE7
- 07. Conversion table for px..
- 08. Save HTML Title in Joom..
- 09. gzip - Compress or dec..
- 10. ls - List information..
Calendar
Counter
38.107.179.231
A21081.Y26.T25
A21081.Y26.T25
- Prevent Being Cached - CSS and JavaScript
-
Prevent Being Cached - CSS and JavaScript
Before
<link href="stylesheet.css?<?php echo time(); ?>" rel="stylesheet" type="text/css">
After
<link href="stylesheet.css?1234567890" rel="stylesheet" type="text/css">
Before
<script type="text/javascript" src="javascript.js?<?php echo time(); ?>"></script>
After
<script type="text/javascript" src="javascript.js?1234567890"></script>
Leave a Reply
