<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Cleaker is the Best Wordpress Theme You&#8217;ve Never Heard Of</title>
	<atom:link href="http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/</link>
	<description>eclectic mix of technology, poetry, guides, and my ramblings</description>
	<lastBuildDate>Sun, 14 Mar 2010 03:55:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Seeyl</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-17364</link>
		<dc:creator>Andrew Seeyl</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-17364</guid>
		<description>so funny, i&#039;m in the market for a new wordpress theme, and two worlds collide, Adam is a college friend of mine and Mark is an LA friend of mine, funny to see the two of them come together a few years ago. </description>
		<content:encoded><![CDATA[<p>so funny, i&#039;m in the market for a new wordpress theme, and two worlds collide, Adam is a college friend of mine and Mark is an LA friend of mine, funny to see the two of them come together a few years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16956</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sat, 28 Mar 2009 23:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16956</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language ;)<br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How Quickly Could You Recreate Your Blog? &#124; BloggingNotes.net</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16588</link>
		<dc:creator>How Quickly Could You Recreate Your Blog? &#124; BloggingNotes.net</dc:creator>
		<pubDate>Fri, 16 May 2008 15:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16588</guid>
		<description>[...] Mark Krynsky has a suggestion in this post - keep a text file of all the customization that you make to your theme, in case you [...]</description>
		<content:encoded><![CDATA[<p>[...] Mark Krynsky has a suggestion in this post &#8211; keep a text file of all the customization that you make to your theme, in case you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a theme decided &#124; the domiNation</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16543</link>
		<dc:creator>a theme decided &#124; the domiNation</dc:creator>
		<pubDate>Tue, 26 Feb 2008 21:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16543</guid>
		<description>[...] krynsky.com, i changed the width to 1000px, which better accomodates the images we frequently include in our [...]</description>
		<content:encoded><![CDATA[<p>[...] krynsky.com, i changed the width to 1000px, which better accomodates the images we frequently include in our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin E</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16540</link>
		<dc:creator>Martin E</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16540</guid>
		<description>Oops, my syntax was stripped out. I used IE conditional statements to feed IE that bit of CSS. Please just assume the greater/less than signs here:
===========================================================
!--[if lte IE 6]
style type=&quot;text/css&quot;
/* #wrapper {width: 950px;} */
#content {
    width: 500px;
        margin-right: -5px;
    float: left;
    color: #000;
    padding: 20px;
}
#sidebarLeft {
    width: 75px;
    float: right;
    color: #000;
    background: #D7D8C4;
    padding: 20px 20px 20px 5px;
        overflow: hidden;
}
/style
![endif]--
?php wp_head(); ?
/head</description>
		<content:encoded><![CDATA[<p>Oops, my syntax was stripped out. I used IE conditional statements to feed IE that bit of CSS. Please just assume the greater/less than signs here:<br />
===========================================================<br />
!&#8211;[if lte IE 6]<br />
style type=&#8221;text/css&#8221;<br />
/* #wrapper {width: 950px;} */<br />
#content {<br />
    width: 500px;<br />
        margin-right: -5px;<br />
    float: left;<br />
    color: #000;<br />
    padding: 20px;<br />
}<br />
#sidebarLeft {<br />
    width: 75px;<br />
    float: right;<br />
    color: #000;<br />
    background: #D7D8C4;<br />
    padding: 20px 20px 20px 5px;<br />
        overflow: hidden;<br />
}<br />
/style<br />
![endif]&#8211;<br />
?php wp_head(); ?<br />
/head</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin E</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16539</link>
		<dc:creator>Martin E</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16539</guid>
		<description>This is what I did to make IE6 work:
===========================================================
&lt;!--[if lte IE 6]&gt;--&gt;

/* #wrapper {width: 950px;} */
#content {
    width: 500px;
        margin-right: -5px;
    float: left;
    color: #000;
    padding: 20px;
}
#sidebarLeft {
    width: 75px;
    float: right;
    color: #000;
    background: #D7D8C4;
    padding: 20px 20px 20px 5px;
        overflow: hidden;
}



</description>
		<content:encoded><![CDATA[<p>This is what I did to make IE6 work:<br />
===========================================================<br />
<!--[if lte IE 6]&gt;--></p>
<p>/* #wrapper {width: 950px;} */<br />
#content {<br />
    width: 500px;<br />
        margin-right: -5px;<br />
    float: left;<br />
    color: #000;<br />
    padding: 20px;<br />
}<br />
#sidebarLeft {<br />
    width: 75px;<br />
    float: right;<br />
    color: #000;<br />
    background: #D7D8C4;<br />
    padding: 20px 20px 20px 5px;<br />
        overflow: hidden;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I need a 3 Column Theme - Which One Do You like Best &#124;</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16538</link>
		<dc:creator>I need a 3 Column Theme - Which One Do You like Best &#124;</dc:creator>
		<pubDate>Tue, 19 Feb 2008 20:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16538</guid>
		<description>[...] Clever 2.1  - You can see it in action here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Clever 2.1  &#8211; You can see it in action here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin E</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16536</link>
		<dc:creator>Martin E</dc:creator>
		<pubDate>Fri, 15 Feb 2008 06:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16536</guid>
		<description>Oh, it seems even this site is not rendering properly in IE6... I loaded your site into my IE6, and the first sidebar gets pulled under the second sidebar. Same with my site...

Any ideas?</description>
		<content:encoded><![CDATA[<p>Oh, it seems even this site is not rendering properly in IE6&#8230; I loaded your site into my IE6, and the first sidebar gets pulled under the second sidebar. Same with my site&#8230;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin E</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16535</link>
		<dc:creator>Martin E</dc:creator>
		<pubDate>Fri, 15 Feb 2008 06:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16535</guid>
		<description>I can&#039;t get the sidebars to play nice in IE6!

How did you do it? I&#039;d like to place the edits in an IE conditional statement.

Pretty please...


Martin</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get the sidebars to play nice in IE6!</p>
<p>How did you do it? I&#8217;d like to place the edits in an IE conditional statement.</p>
<p>Pretty please&#8230;</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cleaker - My Favorite WordPress Theme &#124; PatrickDeVivo.com</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/comment-page-1/#comment-16472</link>
		<dc:creator>Cleaker - My Favorite WordPress Theme &#124; PatrickDeVivo.com</dc:creator>
		<pubDate>Fri, 28 Dec 2007 03:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comment-16472</guid>
		<description>[...] a theme that was simple, and easy to customize. I eventually found Cleaker, after reading this article on krynsky.com. I downloaded the Cleaker theme, and began playing around with the style.css file. [...]</description>
		<content:encoded><![CDATA[<p>[...] a theme that was simple, and easy to customize. I eventually found Cleaker, after reading this article on krynsky.com. I downloaded the Cleaker theme, and began playing around with the style.css file. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
