<?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: Design a two color website layout in Photoshop</title>
	<atom:link href="http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/feed" rel="self" type="application/rss+xml" />
	<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout</link>
	<description>Premium graphics for smart webmasters</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:41:45 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jarod Billingslea</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2362</link>
		<dc:creator>Jarod Billingslea</dc:creator>
		<pubDate>Sat, 04 Jul 2009 05:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2362</guid>
		<description>Thanks, I will use this once I get Photoshop installed. I like this, but can&#039;t you do a blue design?? That would be awesome :).</description>
		<content:encoded><![CDATA[<p>Thanks, I will use this once I get Photoshop installed. I like this, but can&#8217;t you do a blue design?? That would be awesome <img src='http://www.grafpedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Guy</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2251</link>
		<dc:creator>Flex Guy</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2251</guid>
		<description>Great post… good suggestions…thanks!</description>
		<content:encoded><![CDATA[<p>Great post… good suggestions…thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: photo retouching</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2182</link>
		<dc:creator>photo retouching</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2182</guid>
		<description>Great tut! I love the fact that you kept it simple with only 2 colours!</description>
		<content:encoded><![CDATA[<p>Great tut! I love the fact that you kept it simple with only 2 colours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2177</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2177</guid>
		<description>Please let me see the PSD file</description>
		<content:encoded><![CDATA[<p>Please let me see the PSD file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: homequran</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2176</link>
		<dc:creator>homequran</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2176</guid>
		<description>Can you help me in making it slices. I am unable to do that same for my website</description>
		<content:encoded><![CDATA[<p>Can you help me in making it slices. I am unable to do that same for my website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jza</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2095</link>
		<dc:creator>Jza</dc:creator>
		<pubDate>Fri, 19 Jun 2009 03:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2095</guid>
		<description>oppeneer,

A little trick you can use to help with SEO to have your logo as text is set the graphic logo as a background image and then have your text moved off the page by using text-indent.
Example:
#header blockquote a {
	display : block;
	position:absolute;
	top :51px;
	left: 17px;
	width: 305px;
	height : 125px;
	text-indent : -9999px;
}

This way search engines will read the text in HTML because it is still in the code, but in a browser, you will only see the graphic because the text is moved off the page.

Not sure if this is why you wanted the logo in CSS, but either way, it&#039;s a good little trick to know.</description>
		<content:encoded><![CDATA[<p>oppeneer,</p>
<p>A little trick you can use to help with SEO to have your logo as text is set the graphic logo as a background image and then have your text moved off the page by using text-indent.<br />
Example:<br />
#header blockquote a {<br />
	display : block;<br />
	position:absolute;<br />
	top :51px;<br />
	left: 17px;<br />
	width: 305px;<br />
	height : 125px;<br />
	text-indent : -9999px;<br />
}</p>
<p>This way search engines will read the text in HTML because it is still in the code, but in a browser, you will only see the graphic because the text is moved off the page.</p>
<p>Not sure if this is why you wanted the logo in CSS, but either way, it&#8217;s a good little trick to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2079</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2079</guid>
		<description>Hiya, what is the font of the Grafpedia logo for THIS website (the one we are on now, not the one in the tutorial)?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hiya, what is the font of the Grafpedia logo for THIS website (the one we are on now, not the one in the tutorial)?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StriderGax</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2074</link>
		<dc:creator>StriderGax</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2074</guid>
		<description>I really like the finished product – great tutorial.  On a side note I found this site that is running a contest for tutorials called GuruShare (Google it).  You might want to check them out.  Thanks for the great work!</description>
		<content:encoded><![CDATA[<p>I really like the finished product – great tutorial.  On a side note I found this site that is running a contest for tutorials called GuruShare (Google it).  You might want to check them out.  Thanks for the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tirath</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2068</link>
		<dc:creator>tirath</dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2068</guid>
		<description>Awesome tutorial with nice layout design
I always﻿ learns so many wonderful techniques from your valuable tutorials. Thanks a lot for your kind effort for posting best tutorials always 
keep up good work
you are amazing
God bless you :-)</description>
		<content:encoded><![CDATA[<p>Awesome tutorial with nice layout design<br />
I always﻿ learns so many wonderful techniques from your valuable tutorials. Thanks a lot for your kind effort for posting best tutorials always<br />
keep up good work<br />
you are amazing<br />
God bless you <img src='http://www.grafpedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oppeneer</title>
		<link>http://www.grafpedia.com/tutorials/design-a-two-color-website-layout/comment-page-1#comment-2061</link>
		<dc:creator>oppeneer</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.grafpedia.com/?p=2456#comment-2061</guid>
		<description>Hi, 

Some improvement butnot much. Wil go for the image :-)

Thanks a lot for your answer.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Some improvement butnot much. Wil go for the image <img src='http://www.grafpedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks a lot for your answer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
