<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wapnet Blog</title>
	<atom:link href="http://blog.wapnet.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wapnet.nl</link>
	<description>By: Thomas Faddegon</description>
	<lastBuildDate>Thu, 17 May 2012 18:55:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Add an Adsense banner to your wordpess site without plugin</title>
		<link>http://blog.wapnet.nl/2012/05/add-an-adsense-banner-to-your-wordpess-site-without-plugin/</link>
		<comments>http://blog.wapnet.nl/2012/05/add-an-adsense-banner-to-your-wordpess-site-without-plugin/#comments</comments>
		<pubDate>Thu, 17 May 2012 18:38:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=900</guid>
		<description><![CDATA[Start a FTP program and connect to your wordpress website Locate your funtions.php (wp-content\themes\theme_name\functions.php) Edit the file and put the following code in your functions.php file: Modify the client, slot, width and height values Safe the file and overwrite the current Now you can use the &#91;banner&#93; tag in your post to publish the banner:]]></description>
			<content:encoded><![CDATA[<ol>
<li>Start a FTP program and connect to your wordpress website</li>
<li>Locate your funtions.php (wp-content\themes\theme_name\functions.php)</li>
<li>Edit the file and put the following code in your functions.php file:</li>
<pre class="brush: jscript; title: ; notranslate">
function showads() {
return '
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-3134535021136249&quot;;
google_ad_slot = &quot;3483719222&quot;;
google_ad_width = 468; google_ad_height = 60;
// --&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
';}
add_shortcode('banner', 'showads');
</pre>
<li>Modify the client, slot, width and height values</li>
<li>Safe the file and overwrite the current</li>
</ol>
<p>Now you can use the <strong>&#91;banner&#93;</strong> tag in your post to publish the banner:</p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-3134535021136249";
google_ad_slot = "7384103795";
google_ad_width = 468; google_ad_height = 60;
// -->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/05/add-an-adsense-banner-to-your-wordpess-site-without-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Pinta] Crossplatform Paint.NET alternative</title>
		<link>http://blog.wapnet.nl/2012/05/pinta-crossplatform-paint-net-alternative/</link>
		<comments>http://blog.wapnet.nl/2012/05/pinta-crossplatform-paint-net-alternative/#comments</comments>
		<pubDate>Wed, 16 May 2012 23:18:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Paint.net]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=862</guid>
		<description><![CDATA[Today I found a very nice cross platform Paint.NET program clone with the name Pinta. Now I can edit images on every platform (OSX, Linux &#38; Windows) and use always the same interface and hotkeys for the few times a year I need a simple paint prgram. When you install the software under windows do [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found a very nice cross platform Paint.NET program clone with the name Pinta.</p>
<p>Now I can edit images on every platform (OSX, Linux &amp; Windows) and use always the same interface and hotkeys for the few times a year I need a simple paint prgram.</p>
<p>When you install the software under windows do not forget to install the &#8220;<a href="http://ftp.novell.com/pub/mono/gtk-sharp/gtk-sharp-2.12.9-2.win32.msi">Gtk# for Windows</a>&#8220;. Without the GTK the program don&#8217;t start and don&#8217;t give any error.</p>
<p>You can find the software here: <a href="http://pinta-project.com/">http://pinta-project.com/</a></p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2012/05/Pinta-Screenshot.jpg"><img class="alignnone size-medium wp-image-880" title="Pinta Screenshot" src="http://blog.wapnet.nl/wp-content/uploads/2012/05/Pinta-Screenshot-300x270.jpg" alt="" width="300" height="270" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/05/pinta-crossplatform-paint-net-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write code in your wordpress page</title>
		<link>http://blog.wapnet.nl/2012/04/write-code-in-your-wordpress-page/</link>
		<comments>http://blog.wapnet.nl/2012/04/write-code-in-your-wordpress-page/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 12:32:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=869</guid>
		<description><![CDATA[Sometimes you want to put code in your wordpress blog. The beste way to write code is switch to switch to HTML and put the &#60;code&#62; and &#60;/code&#62; tags to your post. Example with &#60;code&#62;: mailq &#124; tail -n +2 &#124; grep -v '^ *(' &#124; awk  'BEGIN { RS = "" } { if [...]]]></description>
			<content:encoded><![CDATA[
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3134535021136249";
google_ad_slot = "7384103795";
google_ad_width = 468; google_ad_height = 60;
// -->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<p>Sometimes you want to put code in your wordpress blog. The beste way to write code is switch to switch to HTML and put the &lt;code&gt; and &lt;/code&gt; tags to your post.</p>
<p>Example with &lt;code&gt;:</p>
<blockquote><p><code><br />
mailq | tail -n +2 | grep -v '^ *(' | awk  'BEGIN { RS = "" } { if ($7 == "user@example.com") print $1 } ' | tr -d '*!' | postsuper -d -<br />
</code></p></blockquote>
<p>Example withoute &lt;code&gt;:</p>
<blockquote><p>
mailq | tail -n +2 | grep -v &#8216;^ *(&#8216; | awk  &#8216;BEGIN { RS = &#8220;&#8221; } { if ($7 == &#8220;user@example.com&#8221;) print $1 } &#8216; | tr -d &#8216;*!&#8217; | postsuper -d -
</p></blockquote>
<p>You will see that some characters won&#8217;t display correctly if you don&#8217;t use the code tag.</p>
<p>Another/better way to publish code is using the &#8220;SyntaxHighlighter Evolved&#8221; plugin.</p>
<p>Example:</p>
<pre class="brush: plain; title: ; notranslate">
mailq | tail -n +2 | grep -v '^ *(' | awk  'BEGIN { RS = &quot;&quot; } { if ($7 == &quot;user@example.com&quot;) print $1 } ' | tr -d '*!' | postsuper -d -
</pre>
<p>And if you need special characters in your post try these:</p>
<pre class="brush: plain; title: ; notranslate">
&lt; = &amp;lt;
&gt; = &amp;gt;
/ = &amp;#47;
] = &amp;#93;
[ = &amp;#91;
&quot; = &amp;#34;
' = &amp;#39;
</pre>
<p>And if you want to use a code language try these</p>
<p>&#91;code language=&#34;sql&#34;&#93;<br />
your code here<br />
&#91;&#47;code&#93;</p>
<p>The following languages are supported:</p>
<p>    actionscript3<br />
    bash<br />
    clojure<br />
    coldfusion<br />
    cpp<br />
    csharp<br />
    css<br />
    delphi<br />
    erlang<br />
    fsharp<br />
    diff<br />
    groovy<br />
    html<br />
    javascript<br />
    java<br />
    javafx<br />
    matlab (keywords only)<br />
    objc<br />
    perl<br />
    php<br />
    text<br />
    powershell<br />
    python<br />
    r<br />
    ruby<br />
    scala<br />
    sql<br />
    vb<br />
    xml</p>
<p>SQL script Example:</p>
<pre class="brush: sql; title: ; notranslate">
USE database;
SELECT * FROM Persons
WHERE City='Sandnes'
</pre>
<p>Last but not least. DO NOT USE THE VISUAL VIEW <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Visual will scramble your code.</p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-3134535021136249";
google_ad_slot = "7384103795";
google_ad_width = 468; google_ad_height = 60;
// -->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/write-code-in-your-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete mail from postfix queue</title>
		<link>http://blog.wapnet.nl/2012/04/delete-mail-from-postfix-queue/</link>
		<comments>http://blog.wapnet.nl/2012/04/delete-mail-from-postfix-queue/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 12:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=863</guid>
		<description><![CDATA[The old command won&#8217;t work anymore on my ubuntu server because of the error: tail: cannot open `+2&#8242; for reading: No such file or directory OLD Command: # mailq &#124; tail +2 &#124; grep -v '^ *(' &#124; awk  'BEGIN { RS = "" } { if ($8 == "user@example.com" &#38;&#38; $9 == "") print $1 } ' &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>The old command won&#8217;t work anymore on my ubuntu server because of the error:<em> tail: cannot open `+2&#8242; for reading: No such file or directory</em><br />
OLD Command:</p>
<blockquote><p><code><br />
# mailq | tail +2 | grep -v '^ *(' | awk  'BEGIN { RS = "" } { if ($8 == "user@example.com" &amp;&amp; $9 == "") print $1 } ' | tr -d '*!' | postsuper -d -<br />
</code></p></blockquote>
<p>NEW Command:</p>
<blockquote><p>
<tt><br />
# mailq | tail -n +2 | grep -v '^ *(' | awk  'BEGIN { RS = "" } { if ($7 == "user@example.com") print $1 } ' | tr -d '*!' | postsuper -d -<br />
</tt></p></blockquote>
<p>Tnx to: <a href="http://i8n1.blogspot.com/2010/03/deleting-pesky-emails-that-are-in.html">i8n1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/delete-mail-from-postfix-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtual ethernet card network adapter 1 is not supported</title>
		<link>http://blog.wapnet.nl/2012/04/virtual-ethernet-card-network-adapter-1-is-not-supported/</link>
		<comments>http://blog.wapnet.nl/2012/04/virtual-ethernet-card-network-adapter-1-is-not-supported/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=859</guid>
		<description><![CDATA[I had the &#8220;error virtual ethernet card network adapter 1 is not supported&#8221; on a 64 bit Linux (ubuntu) virtual machine. To fix this problem I shutdown the virtual machine, removed the NIC and add a new E1000 network card. Then I boot the server even everything was fine]]></description>
			<content:encoded><![CDATA[<p>I had the &#8220;error virtual ethernet card network adapter 1 is not supported&#8221; on a 64 bit Linux (ubuntu) virtual machine.</p>
<p>To fix this problem I shutdown the virtual machine, removed the NIC and add a new E1000 network card. Then I boot the server even everything was fine <img src='http://blog.wapnet.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2012/04/vmware.png"><img class="alignnone size-medium wp-image-860" title="vmware" src="http://blog.wapnet.nl/wp-content/uploads/2012/04/vmware-300x105.png" alt="" width="300" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/virtual-ethernet-card-network-adapter-1-is-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Reporting Services slow with Internet Explorer</title>
		<link>http://blog.wapnet.nl/2012/04/sql-reporting-services-slow-with-internet-explorer/</link>
		<comments>http://blog.wapnet.nl/2012/04/sql-reporting-services-slow-with-internet-explorer/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:33:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[rendering]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=853</guid>
		<description><![CDATA[When you access the reporting services over SSL you can have the problem that the reporting services GUI under IE is very slow. The solution is quite simple: Login with the servername or domain name. E.g: SERVERNAME\username This problem exist under IE 8 and IE9 under Server 2008, 2008r2, Vista and Windows 7.]]></description>
			<content:encoded><![CDATA[<p>When you access the reporting services over SSL you can have the problem that the reporting services GUI under IE is very slow.</p>
<p>The solution is quite simple: Login with the servername or domain name. E.g: SERVERNAME\username</p>
<p>This problem exist under IE 8 and IE9 under Server 2008, 2008r2, Vista and Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/sql-reporting-services-slow-with-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two nice windows transformation packs (themes)</title>
		<link>http://blog.wapnet.nl/2012/04/two-nice-windows-transformation-packs-themes/</link>
		<comments>http://blog.wapnet.nl/2012/04/two-nice-windows-transformation-packs-themes/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 11:02:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=843</guid>
		<description><![CDATA[OSX Lion Transformation Pack @ http://www.winxsoft.com/ltp/ Custopack tools @ http://www.custopack.com/]]></description>
			<content:encoded><![CDATA[<p>OSX Lion Transformation Pack @ <a href="http://www.winxsoft.com/ltp/">http://www.winxsoft.com/ltp/</a></p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2012/04/mac-os-x-lion-transformation-pack-for-windows-1024x819.jpg"><img class="alignnone size-medium wp-image-845" title="mac-os-x-lion-transformation-pack-for-windows-1024x819" src="http://blog.wapnet.nl/wp-content/uploads/2012/04/mac-os-x-lion-transformation-pack-for-windows-1024x819-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Custopack tools @ <a href="http://www.custopack.com/">http://www.custopack.com/</a></p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/9jbwcavsZxo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/two-nice-windows-transformation-packs-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenElec XBMC Fix the splash screen ATI and NVidia</title>
		<link>http://blog.wapnet.nl/2012/04/openelec-xbmc-fix-the-splash-screen-ati-and-nvidia/</link>
		<comments>http://blog.wapnet.nl/2012/04/openelec-xbmc-fix-the-splash-screen-ati-and-nvidia/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 09:54:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=839</guid>
		<description><![CDATA[If your OpenELEC machine says &#8221;could not open framebuffer no such file or directory&#8221; when you turn it on, follow this to get the splash screen working. The splash screen is much prettier than some plain text in the corner of the screen, so follow this to get your splash working. You&#8217;ll need: SSH access to [...]]]></description>
			<content:encoded><![CDATA[<p>If your OpenELEC machine says &#8221;could not open framebuffer no such file or directory&#8221; when you turn it on, follow this to get the splash screen working.</p>
<div>
<div>
<p>The splash screen is much prettier than some plain text in the corner of the screen, so follow this to get your splash working.</p>
<p>You&#8217;ll need:</p>
<ul>
<li>SSH access to your OpenELEC machine</li>
<li>Nano installed; for versions 0.7 and above, you&#8217;ll need to install the nano add-on from System &gt; Addons &gt; Get Addons &gt; OpenELEC.tv &gt; Programs &gt; nano and click install.</li>
</ul>
<p>OK, let&#8217;s begin. Open an SSH session to your OpenELEC machine then at the prompt, type:</p>
<pre>mount -o remount,rw /flash</pre>
<p>This allows read/write access to the configuration file we need to access.</p>
<p>Next, type:</p>
<pre>nano /flash/extlinux.conf</pre>
<p>This will open up a terminal-based text editor called nano. It&#8217;s very easy to use, so move your cursor to the end of the following line:</p>
<pre>APPEND boot=LABEL=System disk=LABEL=Storage quiet</pre>
<p>and add the following text:</p>
<p>for NVIDIA:</p>
<pre>vga=792</pre>
<p>for ATI:</p>
<pre>vga=0x323</pre>
<p>If you are using NVIDIA your line should read:</p>
<pre>APPEND boot=LABEL=System disk=LABEL=Storage quiet vga=792</pre>
<p>If you are using ATI your line should read:</p>
<pre>APPEND boot=LABEL=System disk=LABEL=Storage quiet vga=0x323</pre>
<p>Now, type [CTRL] and X to exit. You&#8217;ll be prompted to save the file &#8211; just hit [ENTER] to save the file.</p>
<p>You should be back at the prompt now, so just type exit to close the prompt</p>
<pre>exit</pre>
<p>Reboot your OpenELEC box and you should now see the splash screen.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/openelec-xbmc-fix-the-splash-screen-ati-and-nvidia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound over HDMI on ION2 systems</title>
		<link>http://blog.wapnet.nl/2012/04/sound-over-hdmi-on-ion2-systems/</link>
		<comments>http://blog.wapnet.nl/2012/04/sound-over-hdmi-on-ion2-systems/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 09:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=834</guid>
		<description><![CDATA[1. Connect to your box with SSH or SAMBA. 2. Type the following: cp ~/.config/asound.conf.sample/asound.conf_double-xs35gt.sample ~/.config/asound.conf 3. In XBMC, go to System &#62; Audio and make the following configuration: Audio output = HDMISpeaker configuration = 7.1 (or the what your receiver is capable of)Audio output device = custom Custom audio device = plughw:1,7 Passthrough output [...]]]></description>
			<content:encoded><![CDATA[<p>1. Connect to your box with SSH or SAMBA.</p>
<p>2. Type the following:</p>
<blockquote>
<div>cp ~/.config/asound.conf.sample/asound.conf_double-xs35gt.sample ~/.config/asound.conf</div>
</blockquote>
<p>3. In XBMC, go to System &gt; Audio and make the following configuration:</p>
<div>
<blockquote><p>Audio output = HDMISpeaker configuration = 7.1 (or the what your receiver is capable of)Audio output device = custom<br />
Custom audio device = plughw:1,7</p>
<p>Passthrough output device = custom<br />
Custom passthrough device = plughw:1,7</p></blockquote>
</div>
<p>4. Reboot the system</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/sound-over-hdmi-on-ion2-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream music to XBMC via Airplay</title>
		<link>http://blog.wapnet.nl/2012/04/stream-music-to-xbmc-via-airplay/</link>
		<comments>http://blog.wapnet.nl/2012/04/stream-music-to-xbmc-via-airplay/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 17:15:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Media Center]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://blog.wapnet.nl/?p=829</guid>
		<description><![CDATA[The easiest way to stream audio to your XBMC is with the Apple protocol Airplay. Since XBMC Eden (version 11) it is possible to activate Airplay via: System/Settings -&#62; Network -&#62; Services  -&#62; enable AirPlay Requirements: Linux/Ubuntu users will need to install avahi-daemon: sudo apt-get install avahi-daemon #(on Ubuntu) Mac OS X needs no additional [...]]]></description>
			<content:encoded><![CDATA[
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3134535021136249";
google_ad_slot = "7384103795";
google_ad_width = 468; google_ad_height = 60;
// -->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<p>The easiest way to stream audio to your XBMC is with the Apple protocol Airplay. Since XBMC Eden (version 11) it is possible to activate Airplay via: System/Settings -&gt; Network -&gt; Services  -&gt; enable AirPlay</p>
<p>Requirements:</p>
<ul>
<li><strong>Linux/Ubuntu </strong>users will need to install avahi-daemon:
<pre>sudo apt-get install avahi-daemon #(on Ubuntu)</pre>
</li>
</ul>
<ul>
<li><strong>Mac OS X</strong> needs no additional set-up.</li>
</ul>
<ul>
<li><strong>Windows</strong> users will need to install Bonjour (if you have iTunes installed then you will already have Bonjour): <a href="http://support.apple.com/kb/dl999" rel="nofollow">http://support.apple.com/kb/dl999</a></li>
</ul>
<p>If you have spotify and you want to sent a music stream to your XBMC you can use Airfoil for Windows and OSX ($25).</p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2012/04/Airfoil.png"><img class="alignnone size-full wp-image-830" title="Airfoil XBMC" src="http://blog.wapnet.nl/wp-content/uploads/2012/04/Airfoil.png" alt="" width="298" height="267" /></a></p>
<p>With I tunes you can switch to XBMC with the option in the right bottom:</p>
<p><a href="http://blog.wapnet.nl/wp-content/uploads/2012/04/itunes-xbmc.png"><img class="alignnone size-medium wp-image-831" title="itunes xbmc" src="http://blog.wapnet.nl/wp-content/uploads/2012/04/itunes-xbmc-300x184.png" alt="" width="300" height="184" /></a></p>
<p>With Iphone and Ipad you can use the &#8220;sent to&#8221;  option since IOS version 4.</p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-3134535021136249";
google_ad_slot = "7384103795";
google_ad_width = 468; google_ad_height = 60;
// -->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

]]></content:encoded>
			<wfw:commentRss>http://blog.wapnet.nl/2012/04/stream-music-to-xbmc-via-airplay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

