<?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; Optimization</title>
	<atom:link href="http://webdosanddonts.com/tag/optimization/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +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’t use HTTP based resources on a HTTPS page</title>
		<link>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page</link>
		<comments>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:35:27 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=944</guid>
		<description><![CDATA[Internet Explorer interrupts the download and displays a confirmation dialog whenever it detects the use of mixed content on a secure page. In IE 7 and ealier, this dialog would cause annoyance to users but generally didn’t cause any other significant problems because most users would click on the Yes button and allow non-secure content [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer interrupts the download and displays a confirmation dialog whenever it detects the use of mixed content on a secure page.</p>
<p>In <strong>IE 7 and ealier</strong>, this dialog would cause annoyance to users but generally didn’t cause any other significant problems because most users would click on the <strong>Yes button</strong> and allow non-secure content to be downloaded. However, the wording in the <strong>IE 8</strong> version of this dialog has changed and to download the content a user would now have to click on the <strong>No button</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-http-based-resources-on-a-https-page/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>Optimize the title tags</title>
		<link>http://webdosanddonts.com/optimize-the-title-tags</link>
		<comments>http://webdosanddonts.com/optimize-the-title-tags#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:20:03 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=501</guid>
		<description><![CDATA[Optimization of the title tags is a very important item in the SEO to-do list. Keep your title tags concise and consistent while using relevant keywords. Try not to go over 70 characters and create unique titles for each page.]]></description>
			<content:encoded><![CDATA[<p>Optimization of the title tags is a very important item in the SEO to-do list. Keep your title tags concise and consistent while using relevant keywords. Try not to go over 70 characters and create unique titles for each page. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/optimize-the-title-tags/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the CSS shorthand</title>
		<link>http://webdosanddonts.com/use-the-css-shorthand</link>
		<comments>http://webdosanddonts.com/use-the-css-shorthand#comments</comments>
		<pubDate>Mon, 27 Jul 2009 13:54:37 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Shorthand]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=482</guid>
		<description><![CDATA[Use the CSS shorthand properties to save time and cut down on the CSS file size.]]></description>
			<content:encoded><![CDATA[<p>Use the CSS shorthand properties to save time and cut down on the CSS file size.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-css-shorthand/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learn to optimize JPEGs</title>
		<link>http://webdosanddonts.com/learn-to-optimize-jpegs</link>
		<comments>http://webdosanddonts.com/learn-to-optimize-jpegs#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:16:58 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=469</guid>
		<description><![CDATA[There is more to JPEG optimization than sliding the &#8220;Quality&#8221; slider in the image editor. Optimize by grid and color and learn how to use the JPEG compression.]]></description>
			<content:encoded><![CDATA[<p>There is more to JPEG optimization than sliding the &#8220;Quality&#8221; slider in the image editor. Optimize by grid and color and learn how to use the JPEG compression.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/learn-to-optimize-jpegs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize web graphics</title>
		<link>http://webdosanddonts.com/optimize-web-graphics</link>
		<comments>http://webdosanddonts.com/optimize-web-graphics#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:25:54 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=357</guid>
		<description><![CDATA[Use the appropriate file format and optimize your web graphics to make your site load faster without sacrificing the quality of the graphics.]]></description>
			<content:encoded><![CDATA[<p>Use the appropriate file format and optimize your web graphics to make your site load faster without sacrificing the quality of the graphics.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/optimize-web-graphics/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>

