<?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 for Helvensteijn.com</title>
	<atom:link href="http://helvensteijn.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://helvensteijn.com</link>
	<description>The glass is neither half full nor half empty; It is simply oversized</description>
	<lastBuildDate>Fri, 16 Dec 2011 21:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Source code in WordPress by Colin Helvensteijn</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-576</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Fri, 16 Dec 2011 21:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-576</guid>
		<description>Glad I could help.</description>
		<content:encoded><![CDATA[<p>Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source code in WordPress by Maarten</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-575</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-575</guid>
		<description>Removed line 278 and 282 and now it works, tanks!</description>
		<content:encoded><![CDATA[<p>Removed line 278 and 282 and now it works, tanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source code in WordPress by Colin Helvensteijn</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-574</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Thu, 15 Dec 2011 23:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-574</guid>
		<description>I think I know what&#039;s going wrong. On line 278 of your functions.php file, it checks to see for a custom post type of &quot;code&quot; (&lt;code&gt;if (is_singular(&#039;code&#039;)) {&lt;/code&gt;) which I set up for my blog (so it doesn&#039;t have to run all that stuff on regular blog posts). You probably have no custom post type of &quot;code&quot; so the filters never run.

You could either adjust the condition to something that meets your criteria, or remove the check altogether by commenting out/deleting lines 278 and 282 (but not the ones in between).</description>
		<content:encoded><![CDATA[<p>I think I know what&#8217;s going wrong. On line 278 of your functions.php file, it checks to see for a custom post type of &#8220;code&#8221; (<code>if (is_singular('code')) {</code>) which I set up for my blog (so it doesn&#8217;t have to run all that stuff on regular blog posts). You probably have no custom post type of &#8220;code&#8221; so the filters never run.</p>
<p>You could either adjust the condition to something that meets your criteria, or remove the check altogether by commenting out/deleting lines 278 and 282 (but not the ones in between).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source code in WordPress by Maarten</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-573</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Wed, 14 Dec 2011 13:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-573</guid>
		<description>I&#039;m using the latest WordPress (3.3) added SyntaxHighlighter (3.0.83) in the footer.php with SyntaxHighlighter.autoloader.apply (you can view my footer.php at http://pastebin.com/6eEdVyCL). In my functions.php (you can view it at http://pastebin.com/7Un1SwT5) I pasted your code.
I don&#039;t use any other scripts.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the latest WordPress (3.3) added SyntaxHighlighter (3.0.83) in the footer.php with SyntaxHighlighter.autoloader.apply (you can view my footer.php at <a href="http://pastebin.com/6eEdVyCL" rel="nofollow">http://pastebin.com/6eEdVyCL</a>). In my functions.php (you can view it at <a href="http://pastebin.com/7Un1SwT5" rel="nofollow">http://pastebin.com/7Un1SwT5</a>) I pasted your code.<br />
I don&#8217;t use any other scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source code in WordPress by Colin Helvensteijn</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-572</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Tue, 13 Dec 2011 19:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-572</guid>
		<description>Not without more info. It&#039;s working fine for me, and I don&#039;t really see why it wouldn&#039;t elsewhere.</description>
		<content:encoded><![CDATA[<p>Not without more info. It&#8217;s working fine for me, and I don&#8217;t really see why it wouldn&#8217;t elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source code in WordPress by Maarten</title>
		<link>http://helvensteijn.com/code/source-code-in-wordpress/comment-page-1/#comment-571</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?post_type=code&#038;p=1579#comment-571</guid>
		<description>Hi,

I like the idea of this, but couldn&#039;t get it working. My [code] shortcodes stays visable, does nothing and the tabs are removed from the code. I got the SyntaxHighlighter working (tested with &lt;pre class...). 
Can you please help me?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like the idea of this, but couldn&#8217;t get it working. My [code] shortcodes stays visable, does nothing and the tabs are removed from the code. I got the SyntaxHighlighter working (tested with &lt;pre class...).<br />
Can you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The trouble with 3D displays by Colin Helvensteijn</title>
		<link>http://helvensteijn.com/2011/09/26/the-trouble-with-3d-displays/comment-page-1/#comment-561</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?p=1765#comment-561</guid>
		<description>Well, since stereoscopic 3D displays by definition require binocular vision, they don&#039;t provide any more information than a 2D display does to people who can only use one eye, that&#039;s true. For those people, the whole idea is kind of pointless.</description>
		<content:encoded><![CDATA[<p>Well, since stereoscopic 3D displays by definition require binocular vision, they don&#8217;t provide any more information than a 2D display does to people who can only use one eye, that&#8217;s true. For those people, the whole idea is kind of pointless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The trouble with 3D displays by Patrick Bregman</title>
		<link>http://helvensteijn.com/2011/09/26/the-trouble-with-3d-displays/comment-page-1/#comment-560</link>
		<dc:creator>Patrick Bregman</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?p=1765#comment-560</guid>
		<description>Another problem that I myself note is that when you only have 1 &quot;active&quot; eye so to say (both eyes have vision but you only &quot;see&quot; with one eye). This means that there is actually no definite way to have 3D vision. This is also true in real life, so the people who have this are probably disappointed by this a lot. I know it for myself, and find it a good reason to keep visiting 2D movies (the other reason is that 3D movies are just way too expensive ;) ).</description>
		<content:encoded><![CDATA[<p>Another problem that I myself note is that when you only have 1 &#8220;active&#8221; eye so to say (both eyes have vision but you only &#8220;see&#8221; with one eye). This means that there is actually no definite way to have 3D vision. This is also true in real life, so the people who have this are probably disappointed by this a lot. I know it for myself, and find it a good reason to keep visiting 2D movies (the other reason is that 3D movies are just way too expensive <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Idea on root privileges by Colin Helvensteijn</title>
		<link>http://helvensteijn.com/2011/05/03/idea-on-root-privileges/comment-page-1/#comment-547</link>
		<dc:creator>Colin Helvensteijn</dc:creator>
		<pubDate>Tue, 03 May 2011 21:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?p=1682#comment-547</guid>
		<description>Agreed. ;-)</description>
		<content:encoded><![CDATA[<p>Agreed. <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Idea on root privileges by PatrickB</title>
		<link>http://helvensteijn.com/2011/05/03/idea-on-root-privileges/comment-page-1/#comment-546</link>
		<dc:creator>PatrickB</dc:creator>
		<pubDate>Tue, 03 May 2011 21:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://helvensteijn.com/?p=1682#comment-546</guid>
		<description>Yes, it is a bit higher level (the asking the user part) but the developer still has to set which permissions are used and the OS (or, in Androids case, the Dalvik VM) enforces that the app can only use those functions.

Shall we just agree that it is strange that nothing like this is implemented yet?</description>
		<content:encoded><![CDATA[<p>Yes, it is a bit higher level (the asking the user part) but the developer still has to set which permissions are used and the OS (or, in Androids case, the Dalvik VM) enforces that the app can only use those functions.</p>
<p>Shall we just agree that it is strange that nothing like this is implemented yet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

