<?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 GRENDELMAN.NET</title>
	<atom:link href="http://www.grendelman.net/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grendelman.net/wp</link>
	<description>Martijn&#039;s homepage, version 6</description>
	<lastBuildDate>Tue, 14 May 2013 07:28:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on What I said on 19 Mar 2013 by kUOZNqEh</title>
		<link>http://www.grendelman.net/wp/what-i-said-on-19-mar-2013/#comment-163</link>
		<dc:creator>kUOZNqEh</dc:creator>
		<pubDate>Tue, 14 May 2013 07:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/what-i-said-on-19-mar-2013/#comment-163</guid>
		<description><![CDATA[&lt;strong&gt;kUOZNqEh...&lt;/strong&gt;

What I said on 19 Mar 2013 &#124; GRENDELMAN.NET...]]></description>
		<content:encoded><![CDATA[<p><strong>kUOZNqEh&#8230;</strong></p>
<p>What I said on 19 Mar 2013 | GRENDELMAN.NET&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rowan by Martijn</title>
		<link>http://www.grendelman.net/wp/photos-2012/rowan/#comment-153</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sun, 24 Mar 2013 22:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/photos-2012/rowan/#comment-153</guid>
		<description><![CDATA[Vandaag 17 foto&#039;s van december toegevoegd. Nieuwere foto&#039;s vind je hier: https://www.grendelman.net/wp/photos-2013/rowan/]]></description>
		<content:encoded><![CDATA[<p>Vandaag 17 foto&#8217;s van december toegevoegd. Nieuwere foto&#8217;s vind je hier: <a href="https://www.grendelman.net/wp/photos-2013/rowan/" rel="nofollow">https://www.grendelman.net/wp/photos-2013/rowan/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gijs, Ria en Maaike op bezoek by GijsenRia</title>
		<link>http://www.grendelman.net/wp/photos-2013/gijs-ria-en-maaike-op-bezoek/#comment-152</link>
		<dc:creator>GijsenRia</dc:creator>
		<pubDate>Sat, 23 Mar 2013 19:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/photos-2013/gijs-ria-en-maaike-op-bezoek/#comment-152</guid>
		<description><![CDATA[Errug leuk, vooral het filmpje!!
Groetjes Gijs en Ria :)]]></description>
		<content:encoded><![CDATA[<p>Errug leuk, vooral het filmpje!!<br />
Groetjes Gijs en Ria <img src='http://www.grendelman.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YouTube naar XBMC by benbenben</title>
		<link>http://www.grendelman.net/wp/youtube-naar-xbmc/#comment-151</link>
		<dc:creator>benbenben</dc:creator>
		<pubDate>Sat, 12 Jan 2013 14:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/?p=2374#comment-151</guid>
		<description><![CDATA[Hey, leuk idee!

Heb je code ff aangepast zodat de aanroeping met een ajax call gebeurt (en je de pagina niet verlaat).

Heb er ook voor gezorgd dat er support is voor authentication (variabele u en p).

Getest op Eden (versie 11), laat me weten of het ook lukt bij jou?

&lt;code&gt;
javascript:(%20function()%20{%20var%20h=&#039;host:port&#039;;%20var%20u=&#039;username&#039;;%20var%20p=&#039;pass&#039;;%20var%20v=document.URL.match(/v=([^&amp;]+)/);%20if(v){%20var%20vid=v[1];%20var%20url=&#039;plugin://plugin.video.youtube/?action=play_video&amp;videoid=\&#039;&#039;+vid%20+%20&#039;\&#039;&#039;;%20var%20request=JSON.stringify({jsonrpc:%20&quot;2.0&quot;,method:&quot;Player.Open&quot;,params:{item:{file:url}},id:1});%20var%20url=&#039;http://&#039;+h+&#039;/jsonrpc&#039;;%20var%20xhreq%20=%20new%20XMLHttpRequest();%20xhreq.open(&quot;POST&quot;,%20url,%20false,%20u,%20p);%20xhreq.setRequestHeader(&#039;Accept&#039;,&#039;application/json&#039;);%20xhreq.setRequestHeader(&#039;Content-Type&#039;,&#039;json-rpc&#039;);%20xhreq.send(request);%20}%20else%20{%20alert(&#039;No%20video%20ID%20found&#039;);%20};%20})%20();
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey, leuk idee!</p>
<p>Heb je code ff aangepast zodat de aanroeping met een ajax call gebeurt (en je de pagina niet verlaat).</p>
<p>Heb er ook voor gezorgd dat er support is voor authentication (variabele u en p).</p>
<p>Getest op Eden (versie 11), laat me weten of het ook lukt bij jou?</p>
<p><code><br />
javascript:(%20function()%20{%20var%20h='host:port';%20var%20u='username';%20var%20p='pass';%20var%20v=document.URL.match(/v=([^&amp;]+)/);%20if(v){%20var%20vid=v[1];%20var%20url='plugin://plugin.video.youtube/?action=play_video&amp;videoid=\''+vid%20+%20'\'';%20var%20request=JSON.stringify({jsonrpc:%20"2.0",method:"Player.Open",params:{item:{file:url}},id:1});%20var%20url='http://'+h+'/jsonrpc';%20var%20xhreq%20=%20new%20XMLHttpRequest();%20xhreq.open("POST",%20url,%20false,%20u,%20p);%20xhreq.setRequestHeader('Accept','application/json');%20xhreq.setRequestHeader('Content-Type','json-rpc');%20xhreq.send(request);%20}%20else%20{%20alert('No%20video%20ID%20found');%20};%20})%20();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rowan by Martijn</title>
		<link>http://www.grendelman.net/wp/photos-2012/rowan/#comment-145</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sun, 09 Dec 2012 20:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/photos-2012/rowan/#comment-145</guid>
		<description><![CDATA[Weer 36 foto&#039;s en filmpjes toegevoegd, van september t/m november.]]></description>
		<content:encoded><![CDATA[<p>Weer 36 foto&#8217;s en filmpjes toegevoegd, van september t/m november.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rowan by Martijn</title>
		<link>http://www.grendelman.net/wp/photos-2012/rowan/#comment-144</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Thu, 06 Dec 2012 21:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/photos-2012/rowan/#comment-144</guid>
		<description><![CDATA[Eindelijk heb ik dan de achterstallige filmpjes toegevoegd. 33 stuks, van tussen 7 april en 18 september.]]></description>
		<content:encoded><![CDATA[<p>Eindelijk heb ik dan de achterstallige filmpjes toegevoegd. 33 stuks, van tussen 7 april en 18 september.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rowan by Martijn</title>
		<link>http://www.grendelman.net/wp/photos-2012/rowan/#comment-143</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Mon, 12 Nov 2012 22:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/photos-2012/rowan/#comment-143</guid>
		<description><![CDATA[Zojuist 25 foto&#039;s toegevoegd over de periode van 21 september tot 11 november.]]></description>
		<content:encoded><![CDATA[<p>Zojuist 25 foto&#8217;s toegevoegd over de periode van 21 september tot 11 november.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling kernel modules for Raspbian / Raspberry Pi by ivanohe</title>
		<link>http://www.grendelman.net/wp/compiling-kernel-modules-for-raspbian-raspberry-pi/#comment-142</link>
		<dc:creator>ivanohe</dc:creator>
		<pubDate>Tue, 02 Oct 2012 12:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/?p=2031#comment-142</guid>
		<description><![CDATA[@Luksus
Did you find raspbmc kernel source or headers ? where please ?]]></description>
		<content:encoded><![CDATA[<p>@Luksus<br />
Did you find raspbmc kernel source or headers ? where please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling kernel modules for Raspbian / Raspberry Pi by Luksus</title>
		<link>http://www.grendelman.net/wp/compiling-kernel-modules-for-raspbian-raspberry-pi/#comment-141</link>
		<dc:creator>Luksus</dc:creator>
		<pubDate>Wed, 26 Sep 2012 10:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/?p=2031#comment-141</guid>
		<description><![CDATA[Ok.
I used the Raspbmc dist and there is used another kernel.
With Raspbian image it works.

Thank you very much for this tutorial.]]></description>
		<content:encoded><![CDATA[<p>Ok.<br />
I used the Raspbmc dist and there is used another kernel.<br />
With Raspbian image it works.</p>
<p>Thank you very much for this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling kernel modules for Raspbian / Raspberry Pi by Luksus</title>
		<link>http://www.grendelman.net/wp/compiling-kernel-modules-for-raspbian-raspberry-pi/#comment-140</link>
		<dc:creator>Luksus</dc:creator>
		<pubDate>Wed, 26 Sep 2012 07:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.grendelman.net/wp/?p=2031#comment-140</guid>
		<description><![CDATA[Hi,
Thats what I was searching for, but I get an error on the command &quot;make modules_prepare&quot;:
&lt;code&gt;/bin/sh: 1: /toolchain/arm-bcm2708hardfp-linux-gnueabi/bin/bcm2708hardfp-gcc: not found&lt;/code&gt;
how can I fix this?

please help 
many thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thats what I was searching for, but I get an error on the command &#8220;make modules_prepare&#8221;:<br />
<code>/bin/sh: 1: /toolchain/arm-bcm2708hardfp-linux-gnueabi/bin/bcm2708hardfp-gcc: not found</code><br />
how can I fix this?</p>
<p>please help<br />
many thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.grendelman.net @ 2013-05-22 08:46:19 by W3 Total Cache -->