<?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; CSS</title>
	<atom:link href="http://webdosanddonts.com/tag/css/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>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>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>Don&#8217;t use protocol relative paths to CSS files</title>
		<link>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files</link>
		<comments>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:53:03 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=942</guid>
		<description><![CDATA[Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 7 &#038; 8 will download stylesheets twice if the http(s) protocol is missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-protocol-relative-paths-to-css-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get familiar with CSS escape sequences</title>
		<link>http://webdosanddonts.com/get-familiar-with-css-escape-sequences</link>
		<comments>http://webdosanddonts.com/get-familiar-with-css-escape-sequences#comments</comments>
		<pubDate>Sat, 02 Jan 2010 11:38:43 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Escape]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=901</guid>
		<description><![CDATA[Escape sequences are useful because they allow style sheet authors to represent characters that would normally be ignored or interpreted differently by traditional CSS parsing rules.]]></description>
			<content:encoded><![CDATA[<p>Escape sequences are useful because they allow style sheet authors to represent characters that would normally be ignored or interpreted differently by traditional CSS parsing rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/get-familiar-with-css-escape-sequences/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine screen and print styles to save a HTTP request</title>
		<link>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request</link>
		<comments>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:14:08 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=870</guid>
		<description><![CDATA[Save a HTTP request by combining print and screen styles into one single stylesheet. You can do this by using @media rules, which will speed up your website.]]></description>
			<content:encoded><![CDATA[<p>Save a HTTP request by combining print and screen styles into one single stylesheet. You can do this by using <code>@media</code> rules, which will speed up your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/combine-screen-and-print-styles-to-save-a-http-request/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>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 allow CSS caching</title>
		<link>http://webdosanddonts.com/dont-allow-css-caching</link>
		<comments>http://webdosanddonts.com/dont-allow-css-caching#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:30:00 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=130</guid>
		<description><![CDATA[When updating the HTML and CSS in your site, CSS file(s) can get cached. This can cause your site to break if your users are served the new HTML but not the new CSS. You can avoid this by adding a variable to the *.css file you are updating and prevent caching.]]></description>
			<content:encoded><![CDATA[<p>When updating the HTML and CSS in your site, CSS file(s) can get cached. This can cause your site to break if your users are served the new HTML but not the new CSS. You can avoid this by adding a variable to the *.css file you are updating and prevent caching. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-allow-css-caching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consider using Diagnostic styling</title>
		<link>http://webdosanddonts.com/consider-using-diagnostic-styling</link>
		<comments>http://webdosanddonts.com/consider-using-diagnostic-styling#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:06:13 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=681</guid>
		<description><![CDATA[Using Diagnostic Styling can help you reveal specific problems within an HTML document.]]></description>
			<content:encoded><![CDATA[<p>Using <a title="Diagnostic Styling" href="http://meyerweb.com/eric/thoughts/2007/09/07/diagnostic-styling/">Diagnostic Styling</a> can help you reveal specific problems within an HTML document.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/consider-using-diagnostic-styling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use negative CSS margins</title>
		<link>http://webdosanddonts.com/use-negative-css-margins</link>
		<comments>http://webdosanddonts.com/use-negative-css-margins#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:39:54 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[positioning]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=499</guid>
		<description><![CDATA[A clever CSS trick coders often take advantage of is the use of negative margins. It&#8217;s a technique that you, once you master it, will come back to over and over again.]]></description>
			<content:encoded><![CDATA[<p>A clever CSS trick coders often take advantage of is the use of negative margins. It&#8217;s a technique that you, once you master it, will come back to over and over again.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-negative-css-margins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
