<?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; Don&#8217;ts</title>
	<atom:link href="http://webdosanddonts.com/category/donts/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>Don&#8217;t use empty image src</title>
		<link>http://webdosanddonts.com/dont-use-empty-image-src</link>
		<comments>http://webdosanddonts.com/dont-use-empty-image-src#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:18:20 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1350</guid>
		<description><![CDATA[An HTML image, either via &#60;img&#62; tag or JavaScript Image object, that has its src set to an empty string can cause traffic spikes or user state corruption.]]></description>
			<content:encoded><![CDATA[<p>An HTML image, either via <code>&lt;img&gt;</code> tag or JavaScript <code>Image</code> object, that has its <code>src</code> set to an empty string can cause traffic spikes or user state corruption.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-empty-image-src/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t use all bold text in your content</title>
		<link>http://webdosanddonts.com/dont-use-all-bold-text-in-your-content</link>
		<comments>http://webdosanddonts.com/dont-use-all-bold-text-in-your-content#comments</comments>
		<pubDate>Tue, 17 Aug 2010 09:27:05 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[bold]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[emphasis]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1337</guid>
		<description><![CDATA[Never use all bold text in your content. All bold text is hard to read and the point of the emphasis is lost. To put emphasis on a certain part of the content, use the strong tag.]]></description>
			<content:encoded><![CDATA[<p>Never use all bold text in your content. All bold text is hard to read and the point of the emphasis is lost. To put emphasis on a certain part of the content, use the <code>strong</code> tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-all-bold-text-in-your-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t put non-ascii characters in URLs</title>
		<link>http://webdosanddonts.com/dont-put-non-ascii-characters-in-urls</link>
		<comments>http://webdosanddonts.com/dont-put-non-ascii-characters-in-urls#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:30:11 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1264</guid>
		<description><![CDATA[One thing that is rather common, especially on websites whose content is not in English, is URLs that contain unencoded characters such as space, å, ä, or ö. While this works most of the time it can cause problems.]]></description>
			<content:encoded><![CDATA[<p>One thing that is rather common, especially on websites whose content is not in English, is URLs that contain unencoded characters such as space, å, ä, or ö. While this works most of the time it can cause problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-put-non-ascii-characters-in-urls/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use splash pages</title>
		<link>http://webdosanddonts.com/dont-use-splash-pages</link>
		<comments>http://webdosanddonts.com/dont-use-splash-pages#comments</comments>
		<pubDate>Mon, 12 Apr 2010 15:20:06 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=779</guid>
		<description><![CDATA[Unless you absolutely must, do not use splash pages. Don&#8217;t waste your visitors&#8217; time on the intro page and force them to &#8220;click to enter&#8221;. If used, splash pages should contain valuable information.]]></description>
			<content:encoded><![CDATA[<p>Unless you absolutely must, do not use splash pages. Don&#8217;t waste your visitors&#8217; time on the intro page and force them to &#8220;click to enter&#8221;. If used, splash pages should contain valuable information.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-splash-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t publish undated content</title>
		<link>http://webdosanddonts.com/dont-publish-undated-content</link>
		<comments>http://webdosanddonts.com/dont-publish-undated-content#comments</comments>
		<pubDate>Mon, 22 Mar 2010 09:11:10 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=781</guid>
		<description><![CDATA[Undated information will make your content irrelevant and cause the user to leave sooner rather than later. Remember to always provide a date. A useful addition is to use a &#8220;last updated&#8221; date for articles or posts that changed after being published.]]></description>
			<content:encoded><![CDATA[<p>Undated information will make your content irrelevant and cause the user to leave sooner rather than later. Remember to always provide a date. A useful addition is to use a &#8220;last updated&#8221; date for articles or posts that <a href="http://webdosanddonts.com/use-ins-and-del-elements-for-document-changes">changed</a> after being published. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-publish-undated-content/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>Don&#8217;t be skipping heading levels</title>
		<link>http://webdosanddonts.com/dont-be-skipping-heading-levels</link>
		<comments>http://webdosanddonts.com/dont-be-skipping-heading-levels#comments</comments>
		<pubDate>Sat, 26 Dec 2009 12:55:53 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Heading]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=912</guid>
		<description><![CDATA[One of the benefits of a proper and consistent heading structure in an HTML page is that they can be repurposed to improve access to the content. Also keep in mind that skipping a heading level makes navigating by headers less usable for screenreader users.]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of a proper and consistent heading structure in an HTML page is that they can be repurposed to improve access to the content. Also keep in mind that skipping a heading level makes navigating by headers less usable for screenreader users.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-be-skipping-heading-levels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t link pages to themselves</title>
		<link>http://webdosanddonts.com/dont-link-pages-to-themselves</link>
		<comments>http://webdosanddonts.com/dont-link-pages-to-themselves#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:37:16 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=371</guid>
		<description><![CDATA[Do not include links that point to the current page, as this can only confuse the visitor. In navigational menus, omit the link to the current page to also indicate the current location.]]></description>
			<content:encoded><![CDATA[<p>Do not include links that point to the current page, as this can only confuse the visitor. In navigational menus, omit the link to the current page to also indicate the current location.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-link-pages-to-themselves/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use empty HTML elements</title>
		<link>http://webdosanddonts.com/dont-use-empty-html-elements</link>
		<comments>http://webdosanddonts.com/dont-use-empty-html-elements#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:27:07 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=640</guid>
		<description><![CDATA[You should avoid inappropriate HTML use such as putting empty elements just for float clearing.]]></description>
			<content:encoded><![CDATA[<p>You should avoid inappropriate HTML use such as putting empty elements just for float clearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-empty-html-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

