<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PSD to HTML: When To Style Text?</title>
	<atom:link href="http://www.amuhlou.com/2010/04/09/psd-to-html-when-to-style-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amuhlou.com/2010/04/09/psd-to-html-when-to-style-text/</link>
	<description>musings on work, play, and everything in between</description>
	<lastBuildDate>Mon, 16 Jan 2012 00:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: amuhlou</title>
		<link>http://www.amuhlou.com/2010/04/09/psd-to-html-when-to-style-text/comment-page-1/#comment-308</link>
		<dc:creator>amuhlou</dc:creator>
		<pubDate>Sat, 10 Apr 2010 00:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.amuhlou.com/?p=889#comment-308</guid>
		<description>Very interesting! I have similar stylesheets, but with slightly different names. Layout, widgets (the interactive type things like tabs etc), reset, and type are the main ones I use. I like the idea of separating form styling out from the rest, I&#039;ll have to try that out in the future</description>
		<content:encoded><![CDATA[<p>Very interesting! I have similar stylesheets, but with slightly different names. Layout, widgets (the interactive type things like tabs etc), reset, and type are the main ones I use. I like the idea of separating form styling out from the rest, I&#8217;ll have to try that out in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Winters</title>
		<link>http://www.amuhlou.com/2010/04/09/psd-to-html-when-to-style-text/comment-page-1/#comment-307</link>
		<dc:creator>Rob Winters</dc:creator>
		<pubDate>Fri, 09 Apr 2010 23:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.amuhlou.com/?p=889#comment-307</guid>
		<description>On larger projects that normally end up with huge css files I tend to split the css files up purly for workflow reasons.

Normally I&#039;ll do somthing like this: (first two are always the same)

reset.css to reset all my browser defaults
base.css to put some basic styles back etc
layout.css - headers, footers, columns blah blah
elements.css for bits an bobs like carousels, tabbed areas, photo gallery&#039;s etc
forms.css err for forms
and finally type.css for all the fonty bits.

When the site is no longer in development I&#039;ll merge the css files into one or use a server side script to roll them all up when the page is requested to reduce the number of http requests.

On smaller projects I&#039;ll simply stick it all in one file from the start.</description>
		<content:encoded><![CDATA[<p>On larger projects that normally end up with huge css files I tend to split the css files up purly for workflow reasons.</p>
<p>Normally I&#8217;ll do somthing like this: (first two are always the same)</p>
<p>reset.css to reset all my browser defaults<br />
base.css to put some basic styles back etc<br />
layout.css &#8211; headers, footers, columns blah blah<br />
elements.css for bits an bobs like carousels, tabbed areas, photo gallery&#8217;s etc<br />
forms.css err for forms<br />
and finally type.css for all the fonty bits.</p>
<p>When the site is no longer in development I&#8217;ll merge the css files into one or use a server side script to roll them all up when the page is requested to reduce the number of http requests.</p>
<p>On smaller projects I&#8217;ll simply stick it all in one file from the start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

