<?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: I Need a New WordPress Theme</title>
	<atom:link href="http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/</link>
	<description>Technology and more from the perspective of a Catholic teenager</description>
	<lastBuildDate>Fri, 29 Jan 2010 08:55:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: New Theme! &#124; John Lamansky</title>
		<link>http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/comment-page-1/#comment-12239</link>
		<dc:creator>New Theme! &#124; John Lamansky</dc:creator>
		<pubDate>Thu, 26 Jul 2007 16:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnlamansky.com/2007/02/09/i-need-a-new-theme/#comment-12239</guid>
		<description>[...] to this blog may have noticed, I have a new WordPress theme! I mentioned back in February that I needed a WordPress theme to replace Kubrick, and was planning to develop a theme on my [...]</description>
		<content:encoded><![CDATA[<p>[...] to this blog may have noticed, I have a new WordPress theme! I mentioned back in February that I needed a WordPress theme to replace Kubrick, and was planning to develop a theme on my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/comment-page-1/#comment-5094</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 11 Feb 2007 12:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnlamansky.com/2007/02/09/i-need-a-new-theme/#comment-5094</guid>
		<description>If you&#039;re going to code a theme from scratch, I&#039;d highly recommend you using the &lt;a href=&quot;http://www.plaintxt.org/themes/sandbox/&quot; rel=&quot;nofollow&quot;&gt;Sandbox&lt;/a&gt; theme as a starting point, although it&#039;s entirely up to you. After my first encounter with it, I&#039;m never going to write a WordPress theme that&#039;s not using Sandbox.

It&#039;s really beautiful in the way that it has zillions of CSS selectors in the XHTML markup enabling you to do all sorts of crazy CSS stuff, including stuff you wouldn&#039;t in your wildest dreams imagine doing on Internet Explorer. ;)

Sandbox is a &lt;a href=&quot;http://automattic.com/code/widgets/&quot; rel=&quot;nofollow&quot;&gt;widgets-friendly&lt;/a&gt; theme. So, if I want to add some extra markup (like a banner) to the code that using only CSS won&#039;t allow me to do, instead of modifying the Sandbox PHP/XHTML code, I&#039;ll whip up a 30-second WordPress plugin that will add a widget that I can add to my Sandbox sidebar, which I&#039;ll later reposition with CSS so it doesn&#039;t appear to be in the sidebar. I&#039;ll send you a few snippet examples if you want.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re going to code a theme from scratch, I&#8217;d highly recommend you using the <a href="http://www.plaintxt.org/themes/sandbox/" rel="nofollow">Sandbox</a> theme as a starting point, although it&#8217;s entirely up to you. After my first encounter with it, I&#8217;m never going to write a WordPress theme that&#8217;s not using Sandbox.</p>
<p>It&#8217;s really beautiful in the way that it has zillions of CSS selectors in the XHTML markup enabling you to do all sorts of crazy CSS stuff, including stuff you wouldn&#8217;t in your wildest dreams imagine doing on Internet Explorer. <img src='http://www.johnlamansky.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Sandbox is a <a href="http://automattic.com/code/widgets/" rel="nofollow">widgets-friendly</a> theme. So, if I want to add some extra markup (like a banner) to the code that using only CSS won&#8217;t allow me to do, instead of modifying the Sandbox PHP/XHTML code, I&#8217;ll whip up a 30-second WordPress plugin that will add a widget that I can add to my Sandbox sidebar, which I&#8217;ll later reposition with CSS so it doesn&#8217;t appear to be in the sidebar. I&#8217;ll send you a few snippet examples if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lamansky</title>
		<link>http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/comment-page-1/#comment-5092</link>
		<dc:creator>John Lamansky</dc:creator>
		<pubDate>Sun, 11 Feb 2007 12:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnlamansky.com/2007/02/09/i-need-a-new-theme/#comment-5092</guid>
		<description>Yeah, as I said before, K2 is pretty nice; but regardless, I think it would be good practice for me to design a WordPress theme from scratch (something I&#039;ve never done before), and that way I can make it exactly how I want it to be.

And as for the AJAX stuff, it does seem really cool, but recently I&#039;ve been wondering how/if that affects SEO/search engine friendliness.

BTW, I&#039;ve actually used K2 on both of my &lt;a href=&quot;http://www.johnlamansky.com/2006/12/01/announcing-two-new-podcasts/&quot; rel=&quot;nofollow&quot;&gt;podcast websites&lt;/a&gt;, so it&#039;s not like I&#039;m abandoning it completely :-)</description>
		<content:encoded><![CDATA[<p>Yeah, as I said before, K2 is pretty nice; but regardless, I think it would be good practice for me to design a WordPress theme from scratch (something I&#8217;ve never done before), and that way I can make it exactly how I want it to be.</p>
<p>And as for the AJAX stuff, it does seem really cool, but recently I&#8217;ve been wondering how/if that affects SEO/search engine friendliness.</p>
<p>BTW, I&#8217;ve actually used K2 on both of my <a href="http://www.johnlamansky.com/2006/12/01/announcing-two-new-podcasts/" rel="nofollow">podcast websites</a>, so it&#8217;s not like I&#8217;m abandoning it completely <img src='http://www.johnlamansky.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.johnlamansky.com/blog/i-need-a-new-wordpress-theme/comment-page-1/#comment-5030</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 09 Feb 2007 22:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnlamansky.com/2007/02/09/i-need-a-new-theme/#comment-5030</guid>
		<description>K2 is quite nice, you commented on it before on my blog about its &#039;AJAXy goodness&#039; (which is currently disabled on my blog due to its incompatibility with my new mime-type). The cool thing about K2 is that it is designed to be really easy to customise the header image. Any image will do, and the theme will resize itself. Obviously, a sane size would be good, like 700x300 or so.</description>
		<content:encoded><![CDATA[<p>K2 is quite nice, you commented on it before on my blog about its &#8216;AJAXy goodness&#8217; (which is currently disabled on my blog due to its incompatibility with my new mime-type). The cool thing about K2 is that it is designed to be really easy to customise the header image. Any image will do, and the theme will resize itself. Obviously, a sane size would be good, like 700&#215;300 or so.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
