<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Why you should care about CSS page performance</title>
	<atom:link href="http://boagworld.com/dev/why-you-should-care-about-css-page-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-you-should-care-about-css-page-performance</link>
	<description>Advice on web design and digital strategy from Paul Boag</description>
	<lastBuildDate>Tue, 21 May 2013 11:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Website development</title>
		<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/#comment-10312</link>
		<dc:creator>Website development</dc:creator>
		<pubDate>Tue, 01 Jan 2013 04:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7817#comment-10312</guid>
		<description><![CDATA[Hardware acceleration Javascript, you can in some rendering of CSS browser. In the mobile Safari browser, which makes GPU and 3D animation. It refers to the use of computer graphics hardware acceleration, I do not know Javascript or come out to play.]]></description>
		<content:encoded><![CDATA[<p>Hardware acceleration Javascript, you can in some rendering of CSS browser. In the mobile Safari browser, which makes GPU and 3D animation. It refers to the use of computer graphics hardware acceleration, I do not know Javascript or come out to play.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcocarag</title>
		<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/#comment-9634</link>
		<dc:creator>marcocarag</dc:creator>
		<pubDate>Tue, 29 May 2012 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7817#comment-9634</guid>
		<description><![CDATA[Great post. Seconding Adrian above on CSS abstraction libraries; it&#039;s all too tempting to pile on the specificity thanks to nesting in something like SASS. Looking forward to trying out these tools on my own sites.]]></description>
		<content:encoded><![CDATA[<p>Great post. Seconding Adrian above on CSS abstraction libraries; it&#8217;s all too tempting to pile on the specificity thanks to nesting in something like SASS. Looking forward to trying out these tools on my own sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane O'Donnell</title>
		<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/#comment-9633</link>
		<dc:creator>Shane O'Donnell</dc:creator>
		<pubDate>Tue, 29 May 2012 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7817#comment-9633</guid>
		<description><![CDATA[As far as I know, Javascript isn&#039;t hardware accelerated, but in some browsers CSS rendering can be. Namely, Safari mobile renders animations and 3D with the GPU. Since hardware acceleration refers to using the graphics chip, I don&#039;t see how Javascript comes into play.]]></description>
		<content:encoded><![CDATA[<p>As far as I know, Javascript isn&#8217;t hardware accelerated, but in some browsers CSS rendering can be. Namely, Safari mobile renders animations and 3D with the GPU. Since hardware acceleration refers to using the graphics chip, I don&#8217;t see how Javascript comes into play.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Азиз Газанчиян</title>
		<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/#comment-9632</link>
		<dc:creator>Азиз Газанчиян</dc:creator>
		<pubDate>Fri, 18 May 2012 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7817#comment-9632</guid>
		<description><![CDATA[“CSS Stress Test” doesn&#039;t respect iframes. I know they are ugly. but still...]]></description>
		<content:encoded><![CDATA[<p>“CSS Stress Test” doesn&#8217;t respect iframes. I know they are ugly. but still&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Westlake</title>
		<link>http://boagworld.com/dev/why-you-should-care-about-css-page-performance/#comment-9630</link>
		<dc:creator>Adrian Westlake</dc:creator>
		<pubDate>Tue, 01 May 2012 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7817#comment-9630</guid>
		<description><![CDATA[Good read.

Spending a lot of time getting very small amounts of time performance is definitely a waste of time, so finding the big holes is definitely sound advise. 

Bear in mind CSS specificity rules (right to left) and have an overall strategy for your CSS whether that be OOCSS, SMACSS or the best bits from both to ensure that your code doesn&#039;t become too bloated and slow. The recent trend of people using SASS/LESS worries me slightly in that it will generate a lot of poor code because people don&#039;t understand it enough. You should have total control or a full understanding of the CSS that is being generated.

Your BMW site example is probably not the best however as looking at their site it doesn&#039;t give me a good impression ;)]]></description>
		<content:encoded><![CDATA[<p>Good read.</p>
<p>Spending a lot of time getting very small amounts of time performance is definitely a waste of time, so finding the big holes is definitely sound advise. </p>
<p>Bear in mind CSS specificity rules (right to left) and have an overall strategy for your CSS whether that be OOCSS, SMACSS or the best bits from both to ensure that your code doesn&#8217;t become too bloated and slow. The recent trend of people using SASS/LESS worries me slightly in that it will generate a lot of poor code because people don&#8217;t understand it enough. You should have total control or a full understanding of the CSS that is being generated.</p>
<p>Your BMW site example is probably not the best however as looking at their site it doesn&#8217;t give me a good impression ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: boagworld.com @ 2013-05-22 18:39:14 by W3 Total Cache -->