<?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: Thesis Tutorial &#8211; Adding Date Based Triggers to Your Posts</title>
	<atom:link href="http://www.wolf-howl.com/blogs/thesis-date-hooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/</link>
	<description>Michael Gray rants on SEO the internet and  media</description>
	<lastBuildDate>Sun, 25 Oct 2009 18:58:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<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: James Mann</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67226</link>
		<dc:creator>James Mann</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67226</guid>
		<description>Great tutorial.
I like how just adding some simple code, can automatically allow your site to be ever changing without having to open files, manually change things and then re-upload. BTW, Does anyone know anything about these SEO Wordpress plugins, i heard about?</description>
		<content:encoded><![CDATA[<p>Great tutorial.<br />
I like how just adding some simple code, can automatically allow your site to be ever changing without having to open files, manually change things and then re-upload. BTW, Does anyone know anything about these SEO Wordpress plugins, i heard about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian M</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67215</link>
		<dc:creator>Ian M</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67215</guid>
		<description>&quot;I’m sure some nit-picky programmer type will be along to tell me it’s more efficient if I put the $daysold math inside of the is_single test&quot;

gah! caught out!</description>
		<content:encoded><![CDATA[<p>&#8220;I’m sure some nit-picky programmer type will be along to tell me it’s more efficient if I put the $daysold math inside of the is_single test&#8221;</p>
<p>gah! caught out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chung Bey Luen</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67182</link>
		<dc:creator>Chung Bey Luen</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67182</guid>
		<description>Great tips. Thanks. I am using Thesis Theme and I find it easier to customize with Thesis.</description>
		<content:encoded><![CDATA[<p>Great tips. Thanks. I am using Thesis Theme and I find it easier to customize with Thesis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67144</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Thu, 05 Mar 2009 12:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67144</guid>
		<description>@seo wales as I understand it jQuery is client side code, using client side code for mission critical functions is a plan for disaster. I&#039;m &quot;old&quot; and a I grew up when browser compatibility was really an issue, and learned that the hard way. Server side code is never sexy like JS or Ajax, but it is dependable. So be careful.</description>
		<content:encoded><![CDATA[<p>@seo wales as I understand it jQuery is client side code, using client side code for mission critical functions is a plan for disaster. I&#8217;m &#8220;old&#8221; and a I grew up when browser compatibility was really an issue, and learned that the hard way. Server side code is never sexy like JS or Ajax, but it is dependable. So be careful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femin</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67143</link>
		<dc:creator>Femin</dc:creator>
		<pubDate>Thu, 05 Mar 2009 07:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67143</guid>
		<description>Nice Tip.Thanks</description>
		<content:encoded><![CDATA[<p>Nice Tip.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo wales</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67141</link>
		<dc:creator>seo wales</dc:creator>
		<pubDate>Thu, 05 Mar 2009 04:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67141</guid>
		<description>I just started using jQuery (which is available in WP by default apparently) and my first bit of code with it was to check the height of my content area and only display a skyscraper if there was room without increasing the height of the page, it&#039;s in action at http://alicious.com . That&#039;s a type of contingency, contingent on space being available. Perhaps I should write it up.</description>
		<content:encoded><![CDATA[<p>I just started using jQuery (which is available in WP by default apparently) and my first bit of code with it was to check the height of my content area and only display a skyscraper if there was room without increasing the height of the page, it&#8217;s in action at <a href="http://alicious.com" rel="nofollow">http://alicious.com</a> . That&#8217;s a type of contingency, contingent on space being available. Perhaps I should write it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Keener</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67139</link>
		<dc:creator>Bruce Keener</dc:creator>
		<pubDate>Thu, 05 Mar 2009 01:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67139</guid>
		<description>Mighty fine post, sir. Thanks for the coding. I&#039;ll put it to use.</description>
		<content:encoded><![CDATA[<p>Mighty fine post, sir. Thanks for the coding. I&#8217;ll put it to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gray</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67137</link>
		<dc:creator>Michael Gray</dc:creator>
		<pubDate>Wed, 04 Mar 2009 16:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67137</guid>
		<description>@chuckallied doesn&#039;t have an effect on rankings but sometimes people wont click through on a post if it&#039;s &quot;old&quot;</description>
		<content:encoded><![CDATA[<p>@chuckallied doesn&#8217;t have an effect on rankings but sometimes people wont click through on a post if it&#8217;s &#8220;old&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuckallied</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67136</link>
		<dc:creator>chuckallied</dc:creator>
		<pubDate>Wed, 04 Mar 2009 16:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67136</guid>
		<description>Does moving the date around remove Google&#039;s date stamp in the SERPs?</description>
		<content:encoded><![CDATA[<p>Does moving the date around remove Google&#8217;s date stamp in the SERPs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PerfectMOney</title>
		<link>http://www.wolf-howl.com/blogs/thesis-date-hooks/comment-page-1/#comment-67135</link>
		<dc:creator>PerfectMOney</dc:creator>
		<pubDate>Wed, 04 Mar 2009 15:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolf-howl.com/?p=2348#comment-67135</guid>
		<description>OH boy you really got the language,Michael and honestly I dont know what technical issue you thought with your debug poetry,however in normal language ,I believe I need to bookmark this post and tell my webmaster that I need to improve my blog with this code.once again thanks the tutorial</description>
		<content:encoded><![CDATA[<p>OH boy you really got the language,Michael and honestly I dont know what technical issue you thought with your debug poetry,however in normal language ,I believe I need to bookmark this post and tell my webmaster that I need to improve my blog with this code.once again thanks the tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>
