<?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: Development tip: color coding UI by deployment platform</title>
	<atom:link href="http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/</link>
	<description>Resources for web creators</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:20:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: NET CREATIVE MIND TE</title>
		<link>http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/#comment-281</link>
		<dc:creator>NET CREATIVE MIND TE</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloper2.com/?p=861#comment-281</guid>
		<description>Hello, 
          Thanks for the great blog. I like your style of posting and useful information  
          Which you always provide. Your post is really knowledgeable... 
                                                                                                      
                                                                        Thanks Again... 
                                                                        NET CREATIVE MIND TEAM 
                                                       &lt;a href=&quot;http://www.netcreativemind.com&quot; rel=&quot;nofollow&quot;&gt;http://www.netcreativemind.com&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Hello,<br />
          Thanks for the great blog. I like your style of posting and useful information<br />
          Which you always provide. Your post is really knowledgeable&#8230; </p>
<p>                                                                        Thanks Again&#8230;<br />
                                                                        NET CREATIVE MIND TEAM<br />
                                                       <a href="http://www.netcreativemind.com" rel="nofollow">http://www.netcreativemind.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Kelleher</title>
		<link>http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/#comment-280</link>
		<dc:creator>Lee Kelleher</dc:creator>
		<pubDate>Mon, 16 Feb 2009 16:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloper2.com/?p=861#comment-280</guid>
		<description>Yes, it seems to be a reoccurring theme for me lately... the balance between ease of development versus client performance. (i.e. Cutting the fat) 
 
I think anything under a couple of kilobytes would be acceptable... otherwise an external CSS is much better! </description>
		<content:encoded><![CDATA[<p>Yes, it seems to be a reoccurring theme for me lately&#8230; the balance between ease of development versus client performance. (i.e. Cutting the fat) </p>
<p>I think anything under a couple of kilobytes would be acceptable&#8230; otherwise an external CSS is much better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/#comment-279</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 16 Feb 2009 16:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloper2.com/?p=861#comment-279</guid>
		<description>nice idea Lee, yours is a simpler solution, however it does mean delivering redundant CSS to the client - not that it would be a big problem if the overrides were nice and compact. </description>
		<content:encoded><![CDATA[<p>nice idea Lee, yours is a simpler solution, however it does mean delivering redundant CSS to the client &#8211; not that it would be a big problem if the overrides were nice and compact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Kelleher</title>
		<link>http://webdeveloper2.com/2009/02/development-tip-color-coding-ui-by-deployment-platform/#comment-278</link>
		<dc:creator>Lee Kelleher</dc:creator>
		<pubDate>Mon, 16 Feb 2009 15:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloper2.com/?p=861#comment-278</guid>
		<description>Great idea, I should implement this on a few of the sites that I have developed. 
 
An alternative way to the CSS include could be to use the hostname in the class (or ID) of the body tag. 
 
e.g. 
&lt;? if (hostname != &#039;mainsite&#039;) : ?&gt; 
&lt;body class=&quot;&lt;? echo hostname; ?&gt;&quot;&gt; 
&lt;? endif ?&gt; 
 
Then you can use a single CSS file for the styles. 
 
i.e. body.localhost {background-color:red;} </description>
		<content:encoded><![CDATA[<p>Great idea, I should implement this on a few of the sites that I have developed. </p>
<p>An alternative way to the CSS include could be to use the hostname in the class (or ID) of the body tag. </p>
<p>e.g.<br />
&lt;? if (hostname != &#039;mainsite&#039;) : ?&gt;<br />
&lt;body class=&quot;&lt;? echo hostname; ?&gt;&quot;&gt;<br />
&lt;? endif ?&gt; </p>
<p>Then you can use a single CSS file for the styles. </p>
<p>i.e. body.localhost {background-color:red;}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: webdeveloper2.com @ 2012-02-11 17:29:13 by W3 Total Cache -->
