<?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>Define Your Colors</title>
	<atom:link href="http://defineyourcolors.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://defineyourcolors.com</link>
	<description>Good for Accessibility, Readability, Usability</description>
	<lastBuildDate>Sat, 17 Oct 2009 00:34:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sublime Text, Not So Sublime Colors</title>
		<link>http://defineyourcolors.com/20091016/text/sublime-text-not-so-sublime-colors/</link>
		<comments>http://defineyourcolors.com/20091016/text/sublime-text-not-so-sublime-colors/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:30:13 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[Text Color Problems]]></category>
		<category><![CDATA[sublimetext]]></category>
		<category><![CDATA[sublimetext.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=310</guid>
		<description><![CDATA[
Sublime Text is a new text editor for coding. If you use it correctly, you can even fix the foreground and background colors on your website!


The Link
http://www.sublimetext.com/
The Problem
Undefined background and foreground colors across the site. 
The Fix
Pop open your new fancy text editor and open the sublime.css file and add color: #000; background-color: #fff; to [...]]]></description>
			<content:encoded><![CDATA[<p>
Sublime Text is a new text editor for coding. If you use it correctly, you can even fix the foreground and background colors on your website!
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.sublimetext.com/">http://www.sublimetext.com/</a></dd>
<dt>The Problem</dt>
<dd>Undefined background and foreground colors across the site. </dd>
<dt>The Fix</dt>
<dd>Pop open your new fancy text editor and open the <code>sublime.css</code> file and add <code>color: #000; background-color: #fff;</code> to the body selector. Save the file. Done. </dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/10/sublimetext.png"><img src="/wp-content/uploads/2009/10/sublimetext-300x210.png" alt="sublimetext.com" title="sublimetext.com" width="300" height="210" class="alignnone size-medium wp-image-311" /><br />
<br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20091016/text/sublime-text-not-so-sublime-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinEye.com has a Tin Eye</title>
		<link>http://defineyourcolors.com/20091005/background/tineye-com-has-a-tin-eye/</link>
		<comments>http://defineyourcolors.com/20091005/background/tineye-com-has-a-tin-eye/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:28:21 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=306</guid>
		<description><![CDATA[
Again, sites that deal with design, style or color should be held to a higher standard.


The Link
http://tineye.com/.
The Problem
Undefined background color. 
The Fix
The good old background-color: #fff addition to the body selector in the base.css file. Considering that there are other colors defined, leaving out the background color is a bad idea.
The Screenshot

Click to Enlarge

]]></description>
			<content:encoded><![CDATA[<p>
Again, sites that deal with design, style or color should be held to a higher standard.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://tineye.com/">http://tineye.com/</a>.</dd>
<dt>The Problem</dt>
<dd>Undefined background color. </dd>
<dt>The Fix</dt>
<dd>The good old <code>background-color: #fff</code> addition to the body selector in the base.css file. Considering that there are other colors defined, leaving out the background color is a bad idea.</dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/10/tineye.com.png"><img src="/wp-content/uploads/2009/10/tineye.com-300x156.png" alt="tineye.com" title="tineye.com" width="300" height="156" class="alignnone size-medium wp-image-307" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20091005/background/tineye-com-has-a-tin-eye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsweek&#8217;s Site Needs to Define A Background Color</title>
		<link>http://defineyourcolors.com/20090829/background/newsweek-needs-color/</link>
		<comments>http://defineyourcolors.com/20090829/background/newsweek-needs-color/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 01:04:11 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[newsweek]]></category>
		<category><![CDATA[newsweek.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=302</guid>
		<description><![CDATA[
Newsweek&#8217;s site needs a background color defined.


The Link
http://www.newsweek.com/ and all the other pages.
The Problem
Undefined background color. 
The Fix
Adding background-color: #fff; to the body selector in the CSS.
The Screenshot
Click to Enlarge

]]></description>
			<content:encoded><![CDATA[<p>
Newsweek&#8217;s site needs a background color defined.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.newsweek.com/">http://www.newsweek.com/</a> and all the other pages.</dd>
<dt>The Problem</dt>
<dd>Undefined background color. </dd>
<dt>The Fix</dt>
<dd>Adding <code>background-color: #fff;</code> to the body selector in the CSS.</dd>
<dt>The Screenshot</dt>
<dd><a href="/wp-content/uploads/2009/08/newsweek.com.png"><img src="/wp-content/uploads/2009/08/newsweek.com-123x300.png" alt="newsweek.com" title="newsweek.com" width="123" height="300" class="alignnone size-medium wp-image-303" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090829/background/newsweek-needs-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artists Should Learn CSS, Too</title>
		<link>http://defineyourcolors.com/20090825/text/artists-should-learn-css-too/</link>
		<comments>http://defineyourcolors.com/20090825/text/artists-should-learn-css-too/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 03:20:41 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[Text Color Problems]]></category>
		<category><![CDATA[neill cameron]]></category>
		<category><![CDATA[neillcameron.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=293</guid>
		<description><![CDATA[
If you are a CPA and your site&#8217;s colors are undefined, I&#8217;m not likely to care. However, if you are an artist or designer or web professional, then you should pay more attention to your site&#8217;s design and CSS. I love Neill Cameron&#8217;s A-Z of Awesomeness, but the site needs some defined colors.


The Link
http://www.neillcameron.com/ and [...]]]></description>
			<content:encoded><![CDATA[<p>
If you are a CPA and your site&#8217;s colors are undefined, I&#8217;m not likely to care. However, if you are an artist or designer or web professional, then you should pay more attention to your site&#8217;s design and CSS. I love Neill Cameron&#8217;s A-Z of Awesomeness, but the site needs some defined colors.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.neillcameron.com">http://www.neillcameron.com/</a> and all the other pages.</dd>
<dt>The Problem</dt>
<dd>Undefined background and foreground colors. I&#8217;m using my &quot;Joker&quot; color theme these days, to show the lovely purple and green.</dd>
<dt>The Fix</dt>
<dd>Getting a little tired of this part, since the fix is almost always the same thing: adding <code>background-color: #fff; color: #000;</code> to the body selector in the CSS. This site is no different. </dd>
<dt>The Screenshot</dt>
<dd><a href="/wp-content/uploads/2009/08/neillcameron.com.png"><img src="/wp-content/uploads/2009/08/neillcameron.com-296x300.png" alt="neillcameron.com" title="neillcameron.com" width="296" height="300" class="alignnone size-medium wp-image-292" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090825/text/artists-should-learn-css-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salt Lake Tribune Needs Some Colors</title>
		<link>http://defineyourcolors.com/20090823/text/salt-lake-tribune-needs-some-colors/</link>
		<comments>http://defineyourcolors.com/20090823/text/salt-lake-tribune-needs-some-colors/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:47:55 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[Text Color Problems]]></category>
		<category><![CDATA[salt lake tribune]]></category>
		<category><![CDATA[sltrib.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=286</guid>
		<description><![CDATA[
I guess all the western sun fried the designer/developer brains at the Salt Lake Tribune.


The Link
http://www.sltrib.com/news/ci_13185543 and all the other pages.
The Problem
Undefined background color, though also missing a foreground color in the comments section. 
The Fix
Adding background-color: #fff; color: #000; to the body selector in this file: http://extras.mnginteractive.com/live/css/MNGiDefaultStyles.css. Also, to fix the comment, a color: [...]]]></description>
			<content:encoded><![CDATA[<p>
I guess all the western sun fried the designer/developer brains at the Salt Lake Tribune.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.sltrib.com/news/ci_13185543">http://www.sltrib.com/news/ci_13185543</a> and all the other pages.</dd>
<dt>The Problem</dt>
<dd>Undefined background color, though also missing a foreground color in the comments section. </dd>
<dt>The Fix</dt>
<dd>Adding <code>background-color: #fff; color: #000;</code> to the body selector in this file: <a href="http://extras.mnginteractive.com/live/css/MNGiDefaultStyles.css">http://extras.mnginteractive.com/live/css/MNGiDefaultStyles.css</a>. Also, to fix the comment, a <code>color: #000</code> should be added to the <code>cmtComment</code> class.</dd>
<dt>The Screenshot</dt>
<dd><a href="/wp-content/uploads/2009/08/sltrib.com.png"><img src="/wp-content/uploads/2009/08/sltrib.com-113x300.png" alt="Salt Lake Tribune" title="Salt Lake Tribune" width="113" height="300" class="alignnone size-medium wp-image-287" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090823/text/salt-lake-tribune-needs-some-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spawn.com Should Spawn Some Color</title>
		<link>http://defineyourcolors.com/20090818/background/spawn-com-should-spawn-some-color/</link>
		<comments>http://defineyourcolors.com/20090818/background/spawn-com-should-spawn-some-color/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 22:52:34 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[spawn]]></category>
		<category><![CDATA[spawn.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=275</guid>
		<description><![CDATA[
I didn&#8217;t realize that Spawn was still around. It&#8217;s so 1990s.


The Link
http://www.spawn.com/news/ and most of the secondary pages. The home page is actually fine.
The Problem
Undefined background color, of course. 
The Fix
It is getting old, but adding background: #fff to  the /news/Styles/NewsStyle.css file will fix it. 
The Screenshot


Click to Enlarge

]]></description>
			<content:encoded><![CDATA[<p>
I didn&#8217;t realize that Spawn was still around. It&#8217;s so 1990s.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.spawn.com/news/">http://www.spawn.com/news/</a> and most of the secondary pages. The home page is actually fine.</dd>
<dt>The Problem</dt>
<dd>Undefined background color, of course. </dd>
<dt>The Fix</dt>
<dd>It is getting old, but adding <code>background: #fff</code> to  the /news/Styles/NewsStyle.css file will fix it. </dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/08/spawn.com.png"><img src="/wp-content/uploads/2009/08/spawn.com-295x300.png" alt="spawn.com" title="spawn.com" width="295" height="300" class="alignnone size-medium wp-image-276" /><br />
<br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090818/background/spawn-com-should-spawn-some-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colorsuckr&#8217;s Color Sucks</title>
		<link>http://defineyourcolors.com/20090813/background/colorsuckrs-color-sucks/</link>
		<comments>http://defineyourcolors.com/20090813/background/colorsuckrs-color-sucks/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:21:48 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[Fixed]]></category>
		<category><![CDATA[colorsuckr]]></category>
		<category><![CDATA[colorsuckr.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=257</guid>
		<description><![CDATA[
As mentioned in the comments, Colorsuckr has fixed the background color problem. And is a great tool for web designers!


Again, sites that deal with design, style or color should be held to a higher standard.


The Link
http://colorsuckr.com/.
The Problem
Undefined background color (at least for the &#34;Light&#34; theme). 
The Fix
The good old background: #fff addition to  the [...]]]></description>
			<content:encoded><![CDATA[<p class="updated">
As mentioned in the comments, Colorsuckr has fixed the background color problem. And is a great tool for web designers!
</p>
<p>
Again, sites that deal with design, style or color should be held to a higher standard.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://colorsuckr.com/">http://colorsuckr.com/</a>.</dd>
<dt>The Problem</dt>
<dd>Undefined background color (at least for the &quot;Light&quot; theme). </dd>
<dt>The Fix</dt>
<dd>The good old <code>background: #fff</code> addition to  the /css/styles.css file . I think it is funny that picking the &quot;Dark&quot; theme option does correctly define the background.</dd>
<dt>The Screenshot</dt>
<dd><a href="/wp-content/uploads/2009/08/colorsuckr.png"><img src="/wp-content/uploads/2009/08/colorsuckr-300x184.png" alt="Colorsuckr.com" title="Colorsuckr.com" width="300" height="184" class="alignnone size-medium wp-image-258" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090813/background/colorsuckrs-color-sucks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla/Google Homepage</title>
		<link>http://defineyourcolors.com/20090711/background/253/</link>
		<comments>http://defineyourcolors.com/20090711/background/253/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 02:21:58 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozilla.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=253</guid>
		<description><![CDATA[
Mozilla was doing so well, until now&#8230;


The Link
http://www.google.com/firefox?client=firefox-a&#038;rls=org.mozilla:en-US:official, which happens to be the default Firefox home page, though it seems that Google is responsible for it.
The Problem
Undefined background color. 
The Fix
The good old background: #fff addition. And, by the way, isn&#8217;t is about time that Google/Mozilla start using a non-tables layout on that page? 
The [...]]]></description>
			<content:encoded><![CDATA[<p>
Mozilla was doing so well, until now&#8230;
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.google.com/firefox?client=firefox-a&#038;rls=org.mozilla:en-US:official">http://www.google.com/firefox?client=firefox-a&#038;rls=org.mozilla:en-US:official</a>, which happens to be the default Firefox home page, though it seems that Google is responsible for it.</dd>
<dt>The Problem</dt>
<dd>Undefined background color. </dd>
<dt>The Fix</dt>
<dd>The good old <code>background: #fff</code> addition. And, by the way, isn&#8217;t is about time that Google/Mozilla start using a non-tables layout on that page? </dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/07/mozilla.png"><img src="/wp-content/uploads/2009/07/mozilla-300x168.png" alt="Mozilla" title="Mozilla" width="300" height="168" class="alignnone size-medium wp-image-254" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090711/background/253/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Here&#8217;s Something to Ask Wolfram Alpha</title>
		<link>http://defineyourcolors.com/20090504/background/heres-something-to-ask-wolfram-alpha/</link>
		<comments>http://defineyourcolors.com/20090504/background/heres-something-to-ask-wolfram-alpha/#comments</comments>
		<pubDate>Mon, 04 May 2009 23:02:11 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Background Color Problems]]></category>
		<category><![CDATA[wolfram]]></category>
		<category><![CDATA[wolfram.com]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=245</guid>
		<description><![CDATA[
Why doesn&#8217;t wolfram.com have a defined background color? Once Wolfram Alpha comes online, perhaps I&#8217;ll ask it that question. In the meantime&#8230;


The Link
http://www.wolfram.com/products/mathematica/ and most of their other pages.
The Problem
Undefined background color. 
The Fix
The background: transparent on the body selector overrides the background color. It should instead be background: #fff
The Screenshot

Click to Enlarge


For the record, [...]]]></description>
			<content:encoded><![CDATA[<p>
Why doesn&#8217;t wolfram.com have a defined background color? Once Wolfram Alpha comes online, perhaps I&#8217;ll ask it that question. In the meantime&#8230;
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.wolfram.com/products/mathematica/">http://www.wolfram.com/products/mathematica/</a> and most of their other pages.</dd>
<dt>The Problem</dt>
<dd>Undefined background color. </dd>
<dt>The Fix</dt>
<dd>The <code>background: transparent</code> on the body selector overrides the background color. It should instead be <code>background: #fff</code></dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/05/wolframcom.png"><img src="/wp-content/uploads/2009/05/wolframcom-300x299.png" alt="Wolfram" title="Wolfram" width="300" height="299" class="alignnone size-medium wp-image-246" /><br />Click to Enlarge</a></dd>
</dl>
<p>
For the record, I do work for a competitor to Wolfram.</p>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090504/background/heres-something-to-ask-wolfram-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designer Help Needs Help</title>
		<link>http://defineyourcolors.com/20090418/text/web-designer-help-needs-help/</link>
		<comments>http://defineyourcolors.com/20090418/text/web-designer-help-needs-help/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 21:50:41 +0000</pubDate>
		<dc:creator>Define Your Colors</dc:creator>
				<category><![CDATA[Text Color Problems]]></category>
		<category><![CDATA[webdesignerhelp]]></category>
		<category><![CDATA[webdesignerhelp.co.uk]]></category>

		<guid isPermaLink="false">http://defineyourcolors.com/?p=237</guid>
		<description><![CDATA[
Sometimes, the posts just write themselves. There is one thing worse than designers who don&#8217;t define their colors: sites that purpose to help you be a web designer, like today&#8217;s offender, Web Designer Help.


The Link
http://www.webdesignerhelp.co.uk/ and all their other pages.
The Problem
Undefined text colors. 
The Fix
Adding color: #000; to the body selector in the style.css file. [...]]]></description>
			<content:encoded><![CDATA[<p>
Sometimes, the posts just write themselves. There is one thing worse than designers who don&#8217;t define their colors: sites that purpose to help you be a web designer, like today&#8217;s offender, <a href="http://www.webdesignerhelp.co.uk/">Web Designer Help</a>.
</p>
<dl>
<dt>The Link</dt>
<dd><a href="http://www.webdesignerhelp.co.uk/">http://www.webdesignerhelp.co.uk/</a> and all their other pages.</dd>
<dt>The Problem</dt>
<dd>Undefined text colors. </dd>
<dt>The Fix</dt>
<dd>Adding <code>color: #000;</code> to the body selector in the style.css file. </dd>
<dt>The Screenshot</dt>
<dd>
<a href="/wp-content/uploads/2009/04/webdesignerhelp.png"><img src="/wp-content/uploads/2009/04/webdesignerhelp-142x300.png" alt="Web Designer Help" title="Web Designer Help" width="142" height="300" class="alignnone size-medium wp-image-238" /><br />Click to Enlarge</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://defineyourcolors.com/20090418/text/web-designer-help-needs-help/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
