<?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: CSS Performance tips and Internet Explorer</title>
	<atom:link href="http://www.idle-hacking.com/2009/01/css-performance-tips-and-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idle-hacking.com/2009/01/css-performance-tips-and-internet-explorer/</link>
	<description>Ruby, XUL/Javascript, C/C++, and more...</description>
	<lastBuildDate>Fri, 06 Aug 2010 01:22:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Taina P. // Sitegrinder</title>
		<link>http://www.idle-hacking.com/2009/01/css-performance-tips-and-internet-explorer/comment-page-1/#comment-3930</link>
		<dc:creator>Taina P. // Sitegrinder</dc:creator>
		<pubDate>Wed, 06 May 2009 09:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/?p=482#comment-3930</guid>
		<description>Oh, I wasn&#039;t aware about these techniques. I think first technique is really useful, even if it requires only minimal modification. I always used to have cluttered CSS codes, because I might do the long form for the margins, but then use the shorter form for something else. Now I can keep my style sheet organized. I&#039;ll practice that technique when coding my next webpage. Thanks for this!</description>
		<content:encoded><![CDATA[<p>Oh, I wasn&#8217;t aware about these techniques. I think first technique is really useful, even if it requires only minimal modification. I always used to have cluttered CSS codes, because I might do the long form for the margins, but then use the shorter form for something else. Now I can keep my style sheet organized. I&#8217;ll practice that technique when coding my next webpage. Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alif</title>
		<link>http://www.idle-hacking.com/2009/01/css-performance-tips-and-internet-explorer/comment-page-1/#comment-2669</link>
		<dc:creator>Alif</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/?p=482#comment-2669</guid>
		<description>Nice, I think the margin reads:
margin: Top Right Bottom Left;

So, 
margin-left:0px;
margin-right:10px;
margin-top:5px;
margin-bottom:8px;

Would be:
margin: 5px 10px 8px 0;

When you have 0px, its better to avoid writing &#039;px&#039;, removing extra 2 characters would provide better performance (especially if the CSS file is large). 

Thanks,

&lt;abbr&gt;&lt;em&gt;&lt;abbr&gt;&lt;em&gt;Alifs last blog post..&lt;a href=&quot;http://www.itsalif.info/content/carousel-jsjquery-php-json-file-gracefully-degrades&quot; rel=&quot;nofollow&quot;&gt;Carousel of JS/jQuery, PHP with JSON File that gracefully degrades&lt;/a&gt;&lt;/em&gt;&lt;/abbr&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Nice, I think the margin reads:<br />
margin: Top Right Bottom Left;</p>
<p>So,<br />
margin-left:0px;<br />
margin-right:10px;<br />
margin-top:5px;<br />
margin-bottom:8px;</p>
<p>Would be:<br />
margin: 5px 10px 8px 0;</p>
<p>When you have 0px, its better to avoid writing &#8216;px&#8217;, removing extra 2 characters would provide better performance (especially if the CSS file is large). </p>
<p>Thanks,</p>
<p><abbr><em><abbr><em>Alifs last blog post..<a href="http://www.itsalif.info/content/carousel-jsjquery-php-json-file-gracefully-degrades" rel="nofollow">Carousel of JS/jQuery, PHP with JSON File that gracefully degrades</a></em></abbr></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CharlySan</title>
		<link>http://www.idle-hacking.com/2009/01/css-performance-tips-and-internet-explorer/comment-page-1/#comment-2297</link>
		<dc:creator>CharlySan</dc:creator>
		<pubDate>Sat, 31 Jan 2009 23:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.idle-hacking.com/?p=482#comment-2297</guid>
		<description>You shouldn&#039;t forget to mention CSS Minifiers, when you speak about CSS Performance, they are really useful!

Greets, CharlySan

&lt;abbr&gt;&lt;em&gt;&lt;abbr&gt;&lt;em&gt;CharlySans last blog post..&lt;a href=&quot;http://codecocktail.wordpress.com/2009/02/01/vim-plugin-align/&quot; rel=&quot;nofollow&quot;&gt;Vim plugin Align&lt;/a&gt;&lt;/em&gt;&lt;/abbr&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t forget to mention CSS Minifiers, when you speak about CSS Performance, they are really useful!</p>
<p>Greets, CharlySan</p>
<p><abbr><em><abbr><em>CharlySans last blog post..<a href="http://codecocktail.wordpress.com/2009/02/01/vim-plugin-align/" rel="nofollow">Vim plugin Align</a></em></abbr></em></abbr></p>
]]></content:encoded>
	</item>
</channel>
</rss>
