<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for TimToon</title>
	<atom:link href="http://www.timtoon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timtoon.com</link>
	<description>Lookout honey, &#039;cuz I&#039;m using technology.</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:36:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Farscape will not be released in high-def by Samuel</title>
		<link>http://www.timtoon.com/2009/11/07/farscape-will-not-be-released-in-high-def/comment-page-1/#comment-5588</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=899#comment-5588</guid>
		<description>It&#039;s not true HD, though. They&#039;re still working with the original limited quality final product, 576p (or what have you). So what we&#039;re getting is the best, upscaled to BD, which means fewer discs, and a more compact collection, with lossless audio, on less than stellar, but the best we&#039;ll ever get, BDs.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not true HD, though. They&#8217;re still working with the original limited quality final product, 576p (or what have you). So what we&#8217;re getting is the best, upscaled to BD, which means fewer discs, and a more compact collection, with lossless audio, on less than stellar, but the best we&#8217;ll ever get, BDs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am sick of this Apple-branded TV rumor by Still the Apple TV set rumor trundles on : TimToon</title>
		<link>http://www.timtoon.com/2011/08/27/i-am-sick-of-this-apple-branded-tv-rumor/comment-page-1/#comment-5584</link>
		<dc:creator>Still the Apple TV set rumor trundles on : TimToon</dc:creator>
		<pubDate>Fri, 06 Jan 2012 00:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=1531#comment-5584</guid>
		<description>[...] I maintain that Apple doesn&#8217;t need to make a TV to succeed in the home entertainment space anymore than Microsoft needs to make an Xbox TV, holy [...]</description>
		<content:encoded><![CDATA[<p>[...] I maintain that Apple doesn&#8217;t need to make a TV to succeed in the home entertainment space anymore than Microsoft needs to make an Xbox TV, holy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The stud that stands out must be hammered down by 2011 in Lego : TimToon</title>
		<link>http://www.timtoon.com/2010/05/20/the-stud-that-stands-out-must-be-hammered-down/comment-page-1/#comment-5580</link>
		<dc:creator>2011 in Lego : TimToon</dc:creator>
		<pubDate>Tue, 13 Dec 2011 21:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=1062#comment-5580</guid>
		<description>[...] You&#8217;ll notice the protestors are all aliens. [...]</description>
		<content:encoded><![CDATA[<p>[...] You&#8217;ll notice the protestors are all aliens. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix to Drupal to allow NOW() and CURRENT_TIMESTAMP in new tables by Logan L</title>
		<link>http://www.timtoon.com/2009/01/08/fix-to-drupal-to-allow-now-and-current_timestamp-in-new-tables/comment-page-1/#comment-5579</link>
		<dc:creator>Logan L</dc:creator>
		<pubDate>Tue, 13 Dec 2011 21:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=532#comment-5579</guid>
		<description>There is some documentation on the mysql_type on the drupal site, however it could be improved.  It just barely mentions it and doesn&#039;t provide very good examples of how you can use it. 

http://drupal.org/node/146939

Although I think I do prefer the solution provided by Tim above.</description>
		<content:encoded><![CDATA[<p>There is some documentation on the mysql_type on the drupal site, however it could be improved.  It just barely mentions it and doesn&#8217;t provide very good examples of how you can use it. </p>
<p><a href="http://drupal.org/node/146939" rel="nofollow">http://drupal.org/node/146939</a></p>
<p>Although I think I do prefer the solution provided by Tim above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing an RSS feed using Drupal and Views by klickreflex</title>
		<link>http://www.timtoon.com/2009/05/27/customizing-an-rss-feed-using-drupal-and-views/comment-page-1/#comment-5576</link>
		<dc:creator>klickreflex</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/blog/?p=650#comment-5576</guid>
		<description>Hey Tim, 

thanks for your answer. 
It seems the problem was somewhere else:

The rendered display of my imagefield is not available inside the node object:
var_dump($node-&gt;field_global_bild1[0][&#039;view&#039;]; returns NULL.

The image path is available though, so I&#039;m able to build the image link manually using $base_url, $node-&gt;field_global_bild1[0][&#039;filepath&#039;] and imagecache_create_url().

Much effort just to get a feed formatted the way one wants it to be ^^</description>
		<content:encoded><![CDATA[<p>Hey Tim, </p>
<p>thanks for your answer.<br />
It seems the problem was somewhere else:</p>
<p>The rendered display of my imagefield is not available inside the node object:<br />
var_dump($node-&gt;field_global_bild1[0]['view']; returns NULL.</p>
<p>The image path is available though, so I&#8217;m able to build the image link manually using $base_url, $node-&gt;field_global_bild1[0]['filepath'] and imagecache_create_url().</p>
<p>Much effort just to get a feed formatted the way one wants it to be ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing an RSS feed using Drupal and Views by Tim</title>
		<link>http://www.timtoon.com/2009/05/27/customizing-an-rss-feed-using-drupal-and-views/comment-page-1/#comment-5575</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/blog/?p=650#comment-5575</guid>
		<description>Hi Daniel,

I haven&#039;t touched this code in awhile, but I would check whether there&#039;s a format filter on the description that strips out HTML, either on the node itself, or happening within Views.

Or try removing check_plain() from the following line in phptemplate_preprocess_views_view_row_rss():

$vars[&#039;description&#039;] = check_plain($item-&gt;description);

Or remove it from within the views-view-row-rss.tpl.php template.  Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I haven&#8217;t touched this code in awhile, but I would check whether there&#8217;s a format filter on the description that strips out HTML, either on the node itself, or happening within Views.</p>
<p>Or try removing check_plain() from the following line in phptemplate_preprocess_views_view_row_rss():</p>
<p>$vars['description'] = check_plain($item->description);</p>
<p>Or remove it from within the views-view-row-rss.tpl.php template.  Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing an RSS feed using Drupal and Views by klickreflex</title>
		<link>http://www.timtoon.com/2009/05/27/customizing-an-rss-feed-using-drupal-and-views/comment-page-1/#comment-5573</link>
		<dc:creator>klickreflex</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/blog/?p=650#comment-5573</guid>
		<description>Thanks for your solution, it works almost great for me.
I got on issue: do you have an idea why I can&#039;t seem to output an image inside the description?
It seems to get stripped out completly when I extend my views-view-row-rss template file like this:
print $node-&gt;field_global_bild1[0][&#039;view&#039;];

Should this possibly be inserted into a tag other than ?

Cheers,
Daniel</description>
		<content:encoded><![CDATA[<p>Thanks for your solution, it works almost great for me.<br />
I got on issue: do you have an idea why I can&#8217;t seem to output an image inside the description?<br />
It seems to get stripped out completly when I extend my views-view-row-rss template file like this:<br />
print $node-&gt;field_global_bild1[0]['view'];</p>
<p>Should this possibly be inserted into a tag other than ?</p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix to Drupal to allow NOW() and CURRENT_TIMESTAMP in new tables by Jay Dolan</title>
		<link>http://www.timtoon.com/2009/01/08/fix-to-drupal-to-allow-now-and-current_timestamp-in-new-tables/comment-page-1/#comment-5562</link>
		<dc:creator>Jay Dolan</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=532#comment-5562</guid>
		<description>Tim,

If you look at the D7 source (schema.inc), there is a workaround for this. If you KNOW that your schema will only be deployed to MySQL, you can use:

&#039;mysql_type&#039; =&gt; &#039;timestamp&#039;

Instead of:

&#039;type&#039; =&gt; &#039;datetime&#039;

When declaring your columns.  Hope this helps (and btw, I agree with your points).

Jay</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>If you look at the D7 source (schema.inc), there is a workaround for this. If you KNOW that your schema will only be deployed to MySQL, you can use:</p>
<p>&#8216;mysql_type&#8217; =&gt; &#8216;timestamp&#8217;</p>
<p>Instead of:</p>
<p>&#8216;type&#8217; =&gt; &#8216;datetime&#8217;</p>
<p>When declaring your columns.  Hope this helps (and btw, I agree with your points).</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Farscape will not be released in high-def by OK, so Farscape will be out on Blu-Ray : TimToon</title>
		<link>http://www.timtoon.com/2009/11/07/farscape-will-not-be-released-in-high-def/comment-page-1/#comment-5558</link>
		<dc:creator>OK, so Farscape will be out on Blu-Ray : TimToon</dc:creator>
		<pubDate>Sat, 17 Sep 2011 21:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=899#comment-5558</guid>
		<description>[...] is a pleasant surprise, since as I was told before, it would be cost-prohibitive for Henson to release Farscape in [...]</description>
		<content:encoded><![CDATA[<p>[...] is a pleasant surprise, since as I was told before, it would be cost-prohibitive for Henson to release Farscape in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The maddening inconsistency of Mobile Safari&#8217;s URL autocomplete by Tim</title>
		<link>http://www.timtoon.com/2010/10/14/the-maddening-inconsistency-of-mobile-safaris-url-autocomplete/comment-page-1/#comment-5557</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 17 Sep 2011 21:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.timtoon.com/?p=1216#comment-5557</guid>
		<description>Agreed.  Thanks for the tip on &lt;a href=&quot;http://itunes.apple.com/us/app/opera-mini-web-browser/id363729560?mt=8&quot; rel=&quot;nofollow&quot;&gt;Opera Mini&lt;/a&gt;!  Hopefully this stupid autocomplete bug is something they&#039;ll fix in iOS 5, since they eventually changed the url autocomplete in desktop Safari back to something that made sense.</description>
		<content:encoded><![CDATA[<p>Agreed.  Thanks for the tip on <a href="http://itunes.apple.com/us/app/opera-mini-web-browser/id363729560?mt=8" rel="nofollow">Opera Mini</a>!  Hopefully this stupid autocomplete bug is something they&#8217;ll fix in iOS 5, since they eventually changed the url autocomplete in desktop Safari back to something that made sense.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

