<?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; Beginner</title>
	<atom:link href="http://webdosanddonts.com/category/level/beginner/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Specify HTML document’s language</title>
		<link>http://webdosanddonts.com/specify-html-document%e2%80%99s-language</link>
		<comments>http://webdosanddonts.com/specify-html-document%e2%80%99s-language#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:21:22 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Language]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1158</guid>
		<description><![CDATA[Use the language attribute(s) on the html tag to indicate the language of a HTML document, unless the content is aimed at speakers of more than one language.]]></description>
			<content:encoded><![CDATA[<p>Use the language attribute(s) on the <code>html</code> tag to indicate the language of a HTML document, unless the content is aimed at speakers of more than one language. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/specify-html-document%e2%80%99s-language/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>Make sure your site works with and without the www prefix</title>
		<link>http://webdosanddonts.com/make-sure-your-site-works-with-and-without-the-www-prefix</link>
		<comments>http://webdosanddonts.com/make-sure-your-site-works-with-and-without-the-www-prefix#comments</comments>
		<pubDate>Wed, 31 Mar 2010 09:11:01 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[redirection]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=250</guid>
		<description><![CDATA[Many websites make the mistake of not making sure the site works without the www prefix. So for instance, if you type sitename.com in your browser, you end up at a dead end. You should make sure the site works with and without the prefix by redirecting traffic.]]></description>
			<content:encoded><![CDATA[<p>Many websites make the mistake of not making sure the site works without the <strong>www prefix</strong>. So for instance, if you type <strong>sitename.com</strong> in your browser, you end up at a dead end. You should make sure the site works with and without the prefix by redirecting traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/make-sure-your-site-works-with-and-without-the-www-prefix/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>Use the CSS cascade</title>
		<link>http://webdosanddonts.com/use-the-css-cascade</link>
		<comments>http://webdosanddonts.com/use-the-css-cascade#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:33:58 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Cascade]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=956</guid>
		<description><![CDATA[Many website coders do not make good use of the cascade, ending up with more complicated code. Learn how to use the cascade properly and define the importance of individual styles.]]></description>
			<content:encoded><![CDATA[<p>Many website coders do not make good use of the cascade, ending up with more complicated code. Learn how to use the cascade properly and define the importance of individual styles. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-css-cascade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always provide an alt text in img elements</title>
		<link>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements</link>
		<comments>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:24:11 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=873</guid>
		<description><![CDATA[The alt attribute is a textual replacement for the image which is not being displayed. It must always be used, even if the image in question is purely decorative&#8211;in that case, the alt attribute should be an empty string.]]></description>
			<content:encoded><![CDATA[<p>The <code>alt</code> attribute is a textual replacement for the image which is not being displayed. It must always be used, even if the image in question is purely decorative&#8211;in that case, the <code>alt</code> attribute should be an empty string.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skip navigation links</title>
		<link>http://webdosanddonts.com/skip-navigation-links</link>
		<comments>http://webdosanddonts.com/skip-navigation-links#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:00:43 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=878</guid>
		<description><![CDATA[Provide a link to skip over navigation links, helping keyboard and screen reader users to jump to the main content of the page.]]></description>
			<content:encoded><![CDATA[<p>Provide a link to skip over navigation links, helping keyboard and screen reader users to jump to the main content of the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/skip-navigation-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organize your CSS with flags</title>
		<link>http://webdosanddonts.com/organize-your-css-with-flags</link>
		<comments>http://webdosanddonts.com/organize-your-css-with-flags#comments</comments>
		<pubDate>Fri, 27 Nov 2009 10:03:17 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[flag]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=742</guid>
		<description><![CDATA[Use flags (text hooks) in your CSS code to quickly find what you are looking for. By doing this, you can jump to certain sections of CSS and speed up your work significantly.]]></description>
			<content:encoded><![CDATA[<p>Use flags (text hooks) in your CSS code to quickly find what you are looking for. By doing this, you can jump to certain sections of CSS and speed up your work significantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/organize-your-css-with-flags/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the th element for table headers</title>
		<link>http://webdosanddonts.com/use-the-th-element-for-table-headers</link>
		<comments>http://webdosanddonts.com/use-the-th-element-for-table-headers#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:38:51 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[th]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=734</guid>
		<description><![CDATA[When marking up tables, remember to use the th element for cells that provide header information for table rows or columns.]]></description>
			<content:encoded><![CDATA[<p>When marking up tables, remember to use the <code>th</code> element for cells that provide header information for table rows or columns.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-th-element-for-table-headers/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>
	</channel>
</rss>
