<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 5 Tips for Better CSS Files</title>
	<atom:link href="http://www.impressivewebs.com/5-tips-for-better-css-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.impressivewebs.com/5-tips-for-better-css-files/</link>
	<description>Web Design Articles &#38; Tutorials. To make the web impressive.</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:11:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bob Sutton</title>
		<link>http://www.impressivewebs.com/5-tips-for-better-css-files/#comment-200</link>
		<dc:creator>Bob Sutton</dc:creator>
		<pubDate>Thu, 30 Apr 2009 15:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/tips-for-better-css-files/#comment-200</guid>
		<description>Your example of long-winded notation makes the point for shorthand styling, but something seems amiss. 

Here is the WC3-ordained verbose method:

#my_example {
background-image: url(../example_image.jpg);
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 0;
}

And, here&#039;s the strong, silent type:

#my_example {
background: url(../example_image.jpg) transparent no-repeat 0 0;
}</description>
		<content:encoded><![CDATA[<p>Your example of long-winded notation makes the point for shorthand styling, but something seems amiss. </p>
<p>Here is the WC3-ordained verbose method:</p>
<p>#my_example {<br />
background-image: url(../example_image.jpg);<br />
background-color: transparent;<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}</p>
<p>And, here&#8217;s the strong, silent type:</p>
<p>#my_example {<br />
background: url(../example_image.jpg) transparent no-repeat 0 0;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
