<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Do&#039;s &#38; Don&#039;ts &#187; Caching</title>
	<atom:link href="http://webdosanddonts.com/tag/caching/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Don&#8217;t allow CSS caching</title>
		<link>http://webdosanddonts.com/dont-allow-css-caching</link>
		<comments>http://webdosanddonts.com/dont-allow-css-caching#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:30:00 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=130</guid>
		<description><![CDATA[When updating the HTML and CSS in your site, CSS file(s) can get cached. This can cause your site to break if your users are served the new HTML but not the new CSS. You can avoid this by adding a variable to the *.css file you are updating and prevent caching.]]></description>
			<content:encoded><![CDATA[<p>When updating the HTML and CSS in your site, CSS file(s) can get cached. This can cause your site to break if your users are served the new HTML but not the new CSS. You can avoid this by adding a variable to the *.css file you are updating and prevent caching. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-allow-css-caching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
