<?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; Intermediate</title>
	<atom:link href="http://webdosanddonts.com/category/level/intermediate/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>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>Compose to a vertical rhythm</title>
		<link>http://webdosanddonts.com/compose-to-a-vertical-rhythm</link>
		<comments>http://webdosanddonts.com/compose-to-a-vertical-rhythm#comments</comments>
		<pubDate>Mon, 23 Aug 2010 07:51:47 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[rhythm]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=695</guid>
		<description><![CDATA[Composing to a vertical rhythm using font size, line height and margin or padding and take your web typography to a new level. Vertical rhythm will help your reader down the page and increase readability.]]></description>
			<content:encoded><![CDATA[<p>Composing to a vertical rhythm using font size, line height and margin or padding and take your web typography to a new level. Vertical rhythm will help your reader down the page and increase readability.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/compose-to-a-vertical-rhythm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the text-transform property to specify the case of letters</title>
		<link>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters</link>
		<comments>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:58:46 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[All-caps]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[text-transform]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=744</guid>
		<description><![CDATA[As we know, writing in all-caps is a no-no. For all-caps text, you should use the text-transform property (unless you are actually SHOUTING), and the same property shod be applied if you want to use lowercase text. This means that in the content layer, you must use proper structure and semantics, and leave the styling [...]]]></description>
			<content:encoded><![CDATA[<p>As we know, <a href="http://webdosanddonts.com/dont-write-in-all-caps">writing in all-caps is a no-no</a>. For all-caps text, you should use the text-transform property (unless you are actually SHOUTING), and the same property shod be applied if you want to use <em>lowercase</em> text. This means that in the <strong>content layer</strong>, you must use proper structure and semantics, and leave the styling for the <strong>presentation layer</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-text-transform-property-to-specify-the-case-of-letters/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use inline validation in web forms</title>
		<link>http://webdosanddonts.com/use-inline-validation-in-web-forms</link>
		<comments>http://webdosanddonts.com/use-inline-validation-in-web-forms#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:35:26 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=783</guid>
		<description><![CDATA[Use inline validation in forms to provide real-time feedback and enhance the usability. Not only will it make the web forms easier to use, but it will decrease the completion times and errors made and increase the success rate.]]></description>
			<content:encoded><![CDATA[<p>Use inline validation in forms to provide real-time feedback and enhance the usability. Not only will it make the web forms easier to use, but it will decrease the completion times and errors made and increase the success rate.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-inline-validation-in-web-forms/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>Specify unique values for the accesskey attribute</title>
		<link>http://webdosanddonts.com/specify-unique-values-for-the-accesskey-attribute</link>
		<comments>http://webdosanddonts.com/specify-unique-values-for-the-accesskey-attribute#comments</comments>
		<pubDate>Wed, 16 Jun 2010 08:05:01 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[accesskey]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1261</guid>
		<description><![CDATA[If you use accesskeys, make sure the value of the accesskey attribute is unique. If two or more elements share the same accesskey value, browsers will not interpret it consistently.]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>accesskeys</strong>, make sure the value of the accesskey attribute is <strong>unique</strong>. If two or more elements share the same accesskey value, browsers will not interpret it consistently. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/specify-unique-values-for-the-accesskey-attribute/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use CSS for generating purely presentational content</title>
		<link>http://webdosanddonts.com/use-css-for-generating-purely-presentational-content</link>
		<comments>http://webdosanddonts.com/use-css-for-generating-purely-presentational-content#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:42:09 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1256</guid>
		<description><![CDATA[The content property was introduced in CSS 2.1 to add generated content to the :before and :after pseudo-elements. Given that IE 8 also now supports content, we really are getting to the point where can use this CSS feature in our production work. Just be sure to use it only in appropriate circumstances, and be [...]]]></description>
			<content:encoded><![CDATA[<p>The <code>content</code> property was introduced in CSS 2.1 to add generated content to the <code>:before</code> and <code>:after</code> pseudo-elements. Given that IE 8 also now supports <code>content</code>, we really are getting to the point where can use this CSS feature in our production work. Just be sure to use it only in appropriate circumstances, and be mindful of the accessibility implications that generated content still has.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-css-for-generating-purely-presentational-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>
	</channel>
</rss>

