<?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: Thematic and WordPress Theme Development</title>
	<atom:link href="http://www.kevinleary.net/thematic-and-wordpress-theme-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinleary.net/thematic-and-wordpress-theme-development/</link>
	<description>Ramblings on web design, front-end development and user interaction</description>
	<lastBuildDate>Sun, 25 Jul 2010 23:36:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: kevinlearynet</title>
		<link>http://www.kevinleary.net/thematic-and-wordpress-theme-development/comment-page-1/#comment-608</link>
		<dc:creator>kevinlearynet</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinleary.net/?p=837#comment-608</guid>
		<description>Hey Devin, 
 
Lately I&#039;ve been tinkering with the Hybrid theme by Justin Tadlock. I&#039;m still undecided about which parent/child framework I may standardize. I like your Thematic Theme Options Panel article, that&#039;s a great idea. I almost see it as an area to define a &quot;global custom field&quot;. Have you ever tried adding advanced fields in there, like a WYSIWYG? 
 
I&#039;m still a little turned off to the idea of using hooks and filters to edit XHTML code via PHP. I do a lot of customized CMS setups, and it&#039;s much quicker and easier to process if you just edit the XHTML code itself. I know the whole stigma behind keeping things independent of upgrades, but I haven&#039;t quite decided if it&#039;s worth all the extra effort. 
 
Thanks again for the input, and keep up the nice work on your blog! </description>
		<content:encoded><![CDATA[<p>Hey Devin, </p>
<p>Lately I&#039;ve been tinkering with the Hybrid theme by Justin Tadlock. I&#039;m still undecided about which parent/child framework I may standardize. I like your Thematic Theme Options Panel article, that&#039;s a great idea. I almost see it as an area to define a &quot;global custom field&quot;. Have you ever tried adding advanced fields in there, like a WYSIWYG? </p>
<p>I&#039;m still a little turned off to the idea of using hooks and filters to edit XHTML code via PHP. I do a lot of customized CMS setups, and it&#039;s much quicker and easier to process if you just edit the XHTML code itself. I know the whole stigma behind keeping things independent of upgrades, but I haven&#039;t quite decided if it&#039;s worth all the extra effort. </p>
<p>Thanks again for the input, and keep up the nice work on your blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.kevinleary.net/thematic-and-wordpress-theme-development/comment-page-1/#comment-601</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Sun, 07 Feb 2010 06:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinleary.net/?p=837#comment-601</guid>
		<description>Hey Kevin.  Great site.  I found your article on Custom Write Panels and then got distracted by all your other content.   
 
I&#039;m not sure if you decided to stick with the Thematic Framework, but I&#039;ve been doing about 80% of my development with it and love using it.  My approach was to build a few base child themes that I&#039;ll use for different projects.  For instance, if I need to build a site with a lot of theme options, I&#039;ll use this &lt;a href=&quot;http://wordpresstheming.com/2009/10/thematic-theme-options-panel/&quot; target=&quot;_blank&quot;&gt;base child theme&lt;/a&gt; I developed. 
 
A lot of the css and functions code also gets re-used from project to project.  I&#039;ve been posting a lot of my &lt;a href=&quot;http://wordpresstheming.com/2009/10/useful-thematic-filters/&quot; target=&quot;_blank&quot;&gt;more useful filters&lt;/a&gt;.  I&#039;d be curious if you have any to add. </description>
		<content:encoded><![CDATA[<p>Hey Kevin.  Great site.  I found your article on Custom Write Panels and then got distracted by all your other content.   </p>
<p>I&#039;m not sure if you decided to stick with the Thematic Framework, but I&#039;ve been doing about 80% of my development with it and love using it.  My approach was to build a few base child themes that I&#039;ll use for different projects.  For instance, if I need to build a site with a lot of theme options, I&#039;ll use this <a href="http://wordpresstheming.com/2009/10/thematic-theme-options-panel/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpresstheming.com/2009/10/thematic-theme-options-panel/?referer=');">base child theme</a> I developed. </p>
<p>A lot of the css and functions code also gets re-used from project to project.  I&#039;ve been posting a lot of my <a href="http://wordpresstheming.com/2009/10/useful-thematic-filters/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpresstheming.com/2009/10/useful-thematic-filters/?referer=');">more useful filters</a>.  I&#039;d be curious if you have any to add.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinlearynet</title>
		<link>http://www.kevinleary.net/thematic-and-wordpress-theme-development/comment-page-1/#comment-368</link>
		<dc:creator>kevinlearynet</dc:creator>
		<pubDate>Thu, 24 Sep 2009 02:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinleary.net/?p=837#comment-368</guid>
		<description>Thanks for the feedback Bender,  
 
I&#039;m excited to here this as it&#039;s exactly what I&#039;ve been looking for. The whole concept of using hooks in my themes is very appealing to me as well. </description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Bender,  </p>
<p>I&#039;m excited to here this as it&#039;s exactly what I&#039;ve been looking for. The whole concept of using hooks in my themes is very appealing to me as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bender</title>
		<link>http://www.kevinleary.net/thematic-and-wordpress-theme-development/comment-page-1/#comment-363</link>
		<dc:creator>Bender</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinleary.net/?p=837#comment-363</guid>
		<description>I love Thematic. Great basic template. Clean code ... evergrowing child theme inspiration - and the developer seems like a pretty nice guy. 
 
Perhaps other frameworks are better for people not wanting to really dig in and do something - those would be better off with straight foreward theme control panel. </description>
		<content:encoded><![CDATA[<p>I love Thematic. Great basic template. Clean code &#8230; evergrowing child theme inspiration &#8211; and the developer seems like a pretty nice guy. </p>
<p>Perhaps other frameworks are better for people not wanting to really dig in and do something &#8211; those would be better off with straight foreward theme control panel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->