<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025321" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025321</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154353</link>
    <description> &lt;p&gt;no problem.&lt;/p&gt;
&lt;p&gt;like i said, easiest thing to do would be to learn php.&lt;/p&gt;
&lt;p&gt;the issue with css files and why that would cache (possible exception is if you tell your browser to check each time) is the w3c standards say that you download them once when you viist the site and keep it for that site until expired or cache cant keep it. this speeds up page loading. obviously there&#039;s some issues&lt;/p&gt;
&lt;p&gt;it looks like you&#039;re trying to use pages generated on pageload. the  best way, imho, is php.&lt;br /&gt;
asp is good but proprietary and slow to fix bugs in it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Jul 2004 20:11:37 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1154353 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks-That&#039;s the trick</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154329</link>
    <description> &lt;p&gt;Thanks for all of the great suggestions. I used them all - well, I haven&#039;t learned php &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt; , but I am using the other meta tags and it seems to be working. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Jul 2004 17:12:06 +0000</pubDate>
 <dc:creator>island597</dc:creator>
 <guid isPermaLink="false">comment 1154329 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154255</link>
    <description> &lt;p&gt;Based on the fact the pragma no-chache one looks like this in meta format:&lt;/p&gt;
&lt;p&gt;You could assume the rest would be:&lt;/p&gt;
&lt;p&gt;Whatcha reckon? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Jul 2004 10:47:46 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1154255 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154217</link>
    <description> &lt;p&gt;1: set it to expire prior to having been sent.&lt;br /&gt;
2: i&#039;m not sure how to bring this into meta, but this is a copy of the headers functions i have that stop caching&lt;/p&gt;
&lt;p&gt;  header(&quot;Expires: Sat, 24 Feb 1979 20:00:00 GMT&quot;);&lt;br /&gt;
  header(&quot;cache-control: no-store,no-cache,must-revalidate&quot;);&lt;br /&gt;
  header(&quot;cache-control: post-check=0,pre-check=0&quot;, false);&lt;br /&gt;
  header(&quot;Pragma: no-cache&quot;);&lt;/p&gt;
&lt;p&gt;3:&lt;br /&gt;
first one is item 1&lt;br /&gt;
the next three are to stop caching&lt;/p&gt;
 </description>
     <pubDate>Wed, 30 Jun 2004 20:29:36 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1154217 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154216</link>
    <description> &lt;p&gt;i&#039;d suggest learning php.&lt;/p&gt;
&lt;p&gt;however there is something else... metas that stop caching....&lt;/p&gt;
&lt;p&gt;one sec. i have to look this up since i usephp functions now since it&#039;s easier&lt;/p&gt;
 </description>
     <pubDate>Wed, 30 Jun 2004 20:18:10 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1154216 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154209</link>
    <description> &lt;p&gt;Thanks for your reply...but I have only basic html abd css knowledge, and your suggestion is a little over my head.  I wonder if there is a script that I could cut\paste into my source code....I am hosted on an apache server (if that helps).  But thanks alot anyway.&lt;/p&gt;
 </description>
     <pubDate>Wed, 30 Jun 2004 17:07:51 +0000</pubDate>
 <dc:creator>island597</dc:creator>
 <guid isPermaLink="false">comment 1154209 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/meta-tag-newbie-question#comment-1154046</link>
    <description> &lt;p&gt;I recently discovered something that might be of use for you.&lt;/p&gt;
&lt;p&gt;We were working on an online CSS editor for a client and we found that the browser was caching the stylesheet, big problem because the page needed to be updated when the user clicked save.&lt;/p&gt;
&lt;p&gt;What we did to get round it was simple:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;stylesheet.css?&amp;lt;?= time() ?&amp;gt;&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Because the url of the stylesheet called was different each time (because we appended a query string with a timestamp on it), they always got a fresh copy!&lt;/p&gt;
&lt;p&gt;CSS doesnt have the ability to parse query strings, so it didnt make a difference to the output either!.&lt;/p&gt;
&lt;p&gt;Use the same thing on your site and your problem is solved. (if you don&#039;t have php, use javascript to generate the timestamp instead).&lt;/p&gt;
&lt;p&gt;Obviously... search engines that don&#039;t like query strings or javascript links may have a problem with this, so i don&#039;t reccomend it if you need the page to be really search engine friendly.&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Jun 2004 08:39:44 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1154046 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
