<?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>Graphics Unplugged &#187; Design</title>
	<atom:link href="http://www.graphicsunplugged.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graphicsunplugged.com</link>
	<description>The portfolio and Blog of Kyle Diedrick</description>
	<lastBuildDate>Sun, 22 May 2011 05:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Decrease Development Time Through Separate CSS</title>
		<link>http://www.graphicsunplugged.com/2010/03/decrease-development-time-through-separate-css/</link>
		<comments>http://www.graphicsunplugged.com/2010/03/decrease-development-time-through-separate-css/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:54:27 +0000</pubDate>
		<dc:creator>Kyle Diedrick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.graphicsunplugged.com/?p=80</guid>
		<description><![CDATA[<img id="thumbnail" src="http://www.graphicsunplugged.com/Images/separate_css.jpg" alt="" />Pretty much all designers are in agreement that having your styling outside of the page is a great idea.  It cuts down on clutter and decreases page load time, not to mention it makes styling many pages to look the same much easier.  However,  I have recently began to separate out my style sheets into individual files based on the overall function of certain styles.  For example, having your reset information in its own style sheet, or having the styles that govern object positions or page layout in their own file.  I think this is something that is often overlooked, so here are my thoughts on the subject.]]></description>
		<wfw:commentRss>http://www.graphicsunplugged.com/2010/03/decrease-development-time-through-separate-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

