<?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; Links</title>
	<atom:link href="http://webdosanddonts.com/tag/links/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>Remove the outline from links on :active only</title>
		<link>http://webdosanddonts.com/remove-the-outline-from-links-on-active-only</link>
		<comments>http://webdosanddonts.com/remove-the-outline-from-links-on-active-only#comments</comments>
		<pubDate>Mon, 17 May 2010 09:32:52 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1248</guid>
		<description><![CDATA[Web developers sometimes hide the outline of image replaced links, but then keyboard users have no way of seeing them when they are tabbing through the page. The trick is simple-remove the outline from links on :active only. By doing this, keyboard users still get the default outline when they tab to a link and [...]]]></description>
			<content:encoded><![CDATA[<p>Web developers sometimes hide the outline of image replaced links, but then keyboard users have no way of seeing them when they are tabbing through the page. The trick is simple-remove the outline from links on :active only. By doing this, keyboard users still get the default outline when they tab to a link and activate the :focus state.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/remove-the-outline-from-links-on-active-only/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t remove the outline from links</title>
		<link>http://webdosanddonts.com/dont-remove-the-outline-from-links</link>
		<comments>http://webdosanddonts.com/dont-remove-the-outline-from-links#comments</comments>
		<pubDate>Fri, 29 May 2009 08:09:32 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Outline]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=293</guid>
		<description><![CDATA[Removing the visual indicator of keyboard focus will give people who rely on keyboard navigation a really hard time navigating and using your site.]]></description>
			<content:encoded><![CDATA[<p>Removing the visual indicator of keyboard focus will give people who rely on keyboard navigation a really hard time navigating and using your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-remove-the-outline-from-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t underline text that is not a link</title>
		<link>http://webdosanddonts.com/dont-underline-text-that-is-not-a-link</link>
		<comments>http://webdosanddonts.com/dont-underline-text-that-is-not-a-link#comments</comments>
		<pubDate>Sat, 02 May 2009 17:45:09 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Underline]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=68</guid>
		<description><![CDATA[Website users expect links to be underlined. To avoid confusion, don&#8217;t underline text that is actually not a hyperlink.]]></description>
			<content:encoded><![CDATA[<p>Website users expect links to be underlined. To avoid confusion, don&#8217;t underline text that is actually not a hyperlink. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-underline-text-that-is-not-a-link/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Style Your Links Sensibly</title>
		<link>http://webdosanddonts.com/style-your-links-sensibly</link>
		<comments>http://webdosanddonts.com/style-your-links-sensibly#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:52:16 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=44</guid>
		<description><![CDATA[Links on your website must be styled to stand out from the rest of the text. Users should not be guessing which part of the text is a link and which is not.]]></description>
			<content:encoded><![CDATA[<p>Links on your website must be styled to stand out from the rest of the text. Users should not be guessing which part of the text is a link and which is not.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/style-your-links-sensibly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
