<?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; JS</title>
	<atom:link href="http://webdosanddonts.com/tag/js/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>Avoid CSS expressions</title>
		<link>http://webdosanddonts.com/avoid-css-expressions</link>
		<comments>http://webdosanddonts.com/avoid-css-expressions#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:04:40 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=394</guid>
		<description><![CDATA[While JavaScript expressions in CSS have their upsides, they are very resource intensive. That will affect the speed of the website because the expressions are frequently evaluated by the browser, causing the site to be sluggish.]]></description>
			<content:encoded><![CDATA[<p>While JavaScript expressions in CSS have their upsides, they are very resource intensive. That will affect the speed of the website because the expressions are frequently evaluated by the browser, causing the site to be sluggish. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/avoid-css-expressions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use display:none to hide an element</title>
		<link>http://webdosanddonts.com/dont-use-displaynone-to-hide-an-element</link>
		<comments>http://webdosanddonts.com/dont-use-displaynone-to-hide-an-element#comments</comments>
		<pubDate>Tue, 05 May 2009 19:32:12 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=100</guid>
		<description><![CDATA[In most cases, using display:none to hide an element is a bad choice that reduces accessibility. There are alternative techniques that are less likely to cause problems.]]></description>
			<content:encoded><![CDATA[<p>In most cases, using <code>display:none</code> to hide an element is a bad choice that reduces accessibility. There are alternative techniques that are less likely to cause problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-displaynone-to-hide-an-element/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>
		<item>
		<title>Don&#8217;t Write Inline CSS and JS</title>
		<link>http://webdosanddonts.com/dont-write-inline-css-and-js</link>
		<comments>http://webdosanddonts.com/dont-write-inline-css-and-js#comments</comments>
		<pubDate>Sat, 02 May 2009 11:35:09 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=64</guid>
		<description><![CDATA[Modern web design is all about separating the content from style and behavior. Be sure not to use inline CSS and JavaScript to ensure this.]]></description>
			<content:encoded><![CDATA[<p>Modern web design is all about separating the content from style and behavior. Be sure not to use inline CSS and JavaScript to ensure this.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-write-inline-css-and-js/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
