<?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: Optimising CSS code</title>
	<atom:link href="http://jamesblogs.com/2008/09/19/optimising-css-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesblogs.com/2008/09/19/optimising-css-code/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 16:33:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Fire G</title>
		<link>http://jamesblogs.com/2008/09/19/optimising-css-code/#comment-183</link>
		<dc:creator>Fire G</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-blogs.com/?p=300#comment-183</guid>
		<description>I find it semi-funny James that you claim to be showing the &quot;optimized&quot; code, but you&#039;re really just showing them proper CSS coding method.

In fact, you&#039;re supposed to have all of the attributes for any element on 1 (one, uno, solitary, individual, single) line, even though CSS isn&#039;t white-space sensetive (spacing sensetive) it still perfers all attributes on 1 line.

You also used incorrect CSS in your background example. You gave &quot;positon&quot; it&#039;s own identitiy by placing it outside the &quot;;&quot; but infact it is part of the background attribute so it should have looked like:

background: #color url(image.png) top/bottom left/right repeat position;

Hope I helped you out a little bit buddy! I&#039;ll catch ya on IM when I get on the laptop.</description>
		<content:encoded><![CDATA[<p>I find it semi-funny James that you claim to be showing the &#8220;optimized&#8221; code, but you&#8217;re really just showing them proper CSS coding method.</p>
<p>In fact, you&#8217;re supposed to have all of the attributes for any element on 1 (one, uno, solitary, individual, single) line, even though CSS isn&#8217;t white-space sensetive (spacing sensetive) it still perfers all attributes on 1 line.</p>
<p>You also used incorrect CSS in your background example. You gave &#8220;positon&#8221; it&#8217;s own identitiy by placing it outside the &#8220;;&#8221; but infact it is part of the background attribute so it should have looked like:</p>
<p>background: #color url(image.png) top/bottom left/right repeat position;</p>
<p>Hope I helped you out a little bit buddy! I&#8217;ll catch ya on IM when I get on the laptop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

