<?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; Performance</title>
	<atom:link href="http://webdosanddonts.com/tag/performance/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:18:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Ensure quick loading times</title>
		<link>http://webdosanddonts.com/ensure-quick-loading-times</link>
		<comments>http://webdosanddonts.com/ensure-quick-loading-times#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:28:26 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1342</guid>
		<description><![CDATA[Even though today&#8217;s internet connection speeds are great, ensuring quick loading times is as important as ever. Optimize your pages and don&#8217;t make your users wait for the website to load.]]></description>
			<content:encoded><![CDATA[<p>Even though today&#8217;s internet connection speeds are great, ensuring quick loading times is as important as ever. Optimize your pages and don&#8217;t make your users wait for the website to load. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/ensure-quick-loading-times/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use protocol relative paths to CSS files</title>
		<link>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files</link>
		<comments>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:53:03 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=942</guid>
		<description><![CDATA[Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine screen and print styles to save a HTTP request</title>
		<link>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request</link>
		<comments>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:14:08 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=870</guid>
		<description><![CDATA[Save a HTTP request by combining print and screen styles into one single stylesheet. You can do this by using @media rules, which will speed up your website.]]></description>
			<content:encoded><![CDATA[<p>Save a HTTP request by combining print and screen styles into one single stylesheet. You can do this by using <code>@media</code> rules, which will speed up your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid CSS expressions</title>
		<link>http://webdosanddonts.com/avoid-css-expressions</link>
		<comments>http://webdosanddonts.com/avoid-css-expressions#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:04:40 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=394</guid>
		<description><![CDATA[While JavaScript expressions in CSS have their upsides, they are very resource intensive. That will affect the speed of the website because the expressions are frequently evaluated by the browser, causing the site to be sluggish.]]></description>
			<content:encoded><![CDATA[<p>While JavaScript expressions in CSS have their upsides, they are very resource intensive. That will affect the speed of the website because the expressions are frequently evaluated by the browser, causing the site to be sluggish. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/avoid-css-expressions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put Scripts at the Bottom</title>
		<link>http://webdosanddonts.com/put-scripts-at-the-bottom</link>
		<comments>http://webdosanddonts.com/put-scripts-at-the-bottom#comments</comments>
		<pubDate>Sun, 03 May 2009 19:51:27 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=87</guid>
		<description><![CDATA[Scripts block parallel downloads. You can get your site to load faster by moving your scripts to the bottom.]]></description>
			<content:encoded><![CDATA[<p>Scripts block parallel downloads. You can get your site to load faster by moving your scripts to the bottom.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/put-scripts-at-the-bottom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
