<?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; Coding</title>
	<atom:link href="http://webdosanddonts.com/tag/coding/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>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>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>Don&#8217;t fix, prevent</title>
		<link>http://webdosanddonts.com/dont-fix-prevent</link>
		<comments>http://webdosanddonts.com/dont-fix-prevent#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:25:48 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=422</guid>
		<description><![CDATA[The best way to deal with CSS problems is not to fix them, but prevent them. Adjust your coding style to write more efficient code.]]></description>
			<content:encoded><![CDATA[<p>The best way to deal with CSS problems is not to fix them, but prevent them. Adjust your coding style to write more efficient code.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-fix-prevent/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

