<?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 The Periodic Something Else</title>
	<atom:link href="http://www.fergalmoran.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergalmoran.com</link>
	<description>::Fergal Moran&#039;s Webpage::</description>
	<lastBuildDate>Thu, 16 Feb 2012 17:51:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on WP Soundcloud Auto Playmaker by Fergal</title>
		<link>http://www.fergalmoran.com/code/wp-soundcloud-auto-playmaker/comment-page-1/#comment-2893</link>
		<dc:creator>Fergal</dc:creator>
		<pubDate>Thu, 16 Feb 2012 17:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?page_id=193#comment-2893</guid>
		<description>Hi Jo

This should be trivial enough to change, Soundcloud changed their API and I never got round to updating the plugin, however the code is open so it would be fairly simple to amend this to do what you want.

You can find the source here - http://plugins.svn.wordpress.org/wp-soundcloud-auto-playmaker/

Fergal.</description>
		<content:encoded><![CDATA[<p>Hi Jo</p>
<p>This should be trivial enough to change, Soundcloud changed their API and I never got round to updating the plugin, however the code is open so it would be fairly simple to amend this to do what you want.</p>
<p>You can find the source here &#8211; <a href="http://plugins.svn.wordpress.org/wp-soundcloud-auto-playmaker/" rel="nofollow">http://plugins.svn.wordpress.org/wp-soundcloud-auto-playmaker/</a></p>
<p>Fergal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Soundcloud Auto Playmaker by Jo</title>
		<link>http://www.fergalmoran.com/code/wp-soundcloud-auto-playmaker/comment-page-1/#comment-2849</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Tue, 07 Feb 2012 16:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?page_id=193#comment-2849</guid>
		<description>Hello

I am looking for a PHP script which converts a SoundCloud group or profile page into an RSS XML feed.  I found your blog, and it&#039;s very great.
Have you a script like that (not a WP plugin)?
Thanks for your attention.
Best regards
P.S your contact page seems have problems</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I am looking for a PHP script which converts a SoundCloud group or profile page into an RSS XML feed.  I found your blog, and it&#8217;s very great.<br />
Have you a script like that (not a WP plugin)?<br />
Thanks for your attention.<br />
Best regards<br />
P.S your contact page seems have problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Percentage widths in Android by Fergal</title>
		<link>http://www.fergalmoran.com/2011/06/percentage-widths-in-android/comment-page-1/#comment-2811</link>
		<dc:creator>Fergal</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?p=440#comment-2811</guid>
		<description>Hey - no worries. Glad it helped you out!!</description>
		<content:encoded><![CDATA[<p>Hey &#8211; no worries. Glad it helped you out!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Percentage widths in Android by Chris</title>
		<link>http://www.fergalmoran.com/2011/06/percentage-widths-in-android/comment-page-1/#comment-2809</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?p=440#comment-2809</guid>
		<description>Thank you for this simple explanation, I used this technique in an app I am developing and it works perfectly :)</description>
		<content:encoded><![CDATA[<p>Thank you for this simple explanation, I used this technique in an app I am developing and it works perfectly <img src='http://www.fergalmoran.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Periodic status updates for long running Ajax requests.. by Fergal</title>
		<link>http://www.fergalmoran.com/2010/06/ajax-polling-progress/comment-page-1/#comment-2491</link>
		<dc:creator>Fergal</dc:creator>
		<pubDate>Tue, 22 Nov 2011 15:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?p=224#comment-2491</guid>
		<description>That&#039;s fantastic Kate - thanks for the tip!!</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic Kate &#8211; thanks for the tip!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Periodic status updates for long running Ajax requests.. by Kate</title>
		<link>http://www.fergalmoran.com/2010/06/ajax-polling-progress/comment-page-1/#comment-2357</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Wed, 19 Oct 2011 04:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?p=224#comment-2357</guid>
		<description>Thank you so much!  This looks like exactly what I&#039;ve been searching for.  I got it to work in other browsers by adding an empty string before echoing a print message.  For example, in LongRunningService.php I added:

$flush = str_repeat(&#039; &#039;,1024*64);
echo &#039;&#124;&#039; . $flush . $val . &#039;%&#039; . $message;

Hope that works for you too.

Cheers</description>
		<content:encoded><![CDATA[<p>Thank you so much!  This looks like exactly what I&#8217;ve been searching for.  I got it to work in other browsers by adding an empty string before echoing a print message.  For example, in LongRunningService.php I added:</p>
<p>$flush = str_repeat(&#8216; &#8216;,1024*64);<br />
echo &#8216;|&#8217; . $flush . $val . &#8216;%&#8217; . $message;</p>
<p>Hope that works for you too.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What a terrible failure by Someone</title>
		<link>http://www.fergalmoran.com/2010/07/what-a-terrible-failure/comment-page-1/#comment-2117</link>
		<dc:creator>Someone</dc:creator>
		<pubDate>Sat, 13 Aug 2011 19:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?p=253#comment-2117</guid>
		<description>looooooooooool :P

At first when I read the method name I just glared, until Google cleared it up with their good intention of &quot;What a Terrible Failure&quot; sentence ! :D</description>
		<content:encoded><![CDATA[<p>looooooooooool <img src='http://www.fergalmoran.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>At first when I read the method name I just glared, until Google cleared it up with their good intention of &#8220;What a Terrible Failure&#8221; sentence ! <img src='http://www.fergalmoran.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Soundcloud Auto Playmaker by Fergal</title>
		<link>http://www.fergalmoran.com/code/wp-soundcloud-auto-playmaker/comment-page-1/#comment-1602</link>
		<dc:creator>Fergal</dc:creator>
		<pubDate>Fri, 06 May 2011 13:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?page_id=193#comment-1602</guid>
		<description>Hey Paul
Yeah, soundcloud changed their API recently which renders this plugin fairly useless. I plan on getting around to fixing it &quot;any day now&quot; ;)</description>
		<content:encoded><![CDATA[<p>Hey Paul<br />
Yeah, soundcloud changed their API recently which renders this plugin fairly useless. I plan on getting around to fixing it &#8220;any day now&#8221; <img src='http://www.fergalmoran.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Soundcloud Auto Playmaker by Paul</title>
		<link>http://www.fergalmoran.com/code/wp-soundcloud-auto-playmaker/comment-page-1/#comment-1601</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 06 May 2011 13:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?page_id=193#comment-1601</guid>
		<description>Hey ! 
Great plugin ideas.
I am getting the following error however, can you give me an insight into what is wrong ?

Warning: simplexml_load_file(http://api.soundcloud.com/groups/risingstars/tracks) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /home/****/public_html/risingstars.ie/wp-content/plugins/wp-soundcloud-auto-playmaker/includes/_scXmlParser.php on line 36</description>
		<content:encoded><![CDATA[<p>Hey !<br />
Great plugin ideas.<br />
I am getting the following error however, can you give me an insight into what is wrong ?</p>
<p>Warning: simplexml_load_file(http://api.soundcloud.com/groups/risingstars/tracks) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /home/****/public_html/risingstars.ie/wp-content/plugins/wp-soundcloud-auto-playmaker/includes/_scXmlParser.php on line 36</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Soundcloud Auto Playmaker by Fergal</title>
		<link>http://www.fergalmoran.com/code/wp-soundcloud-auto-playmaker/comment-page-1/#comment-1429</link>
		<dc:creator>Fergal</dc:creator>
		<pubDate>Mon, 04 Apr 2011 10:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergalmoran.com/?page_id=193#comment-1429</guid>
		<description>Hi Jessica - thanks for your comments. Unfortunately Soundcloud changed their API recently which broke this and I just haven&#039;t had a chance to sort it out yet. I&#039;ll let you know when I do.</description>
		<content:encoded><![CDATA[<p>Hi Jessica &#8211; thanks for your comments. Unfortunately Soundcloud changed their API recently which broke this and I just haven&#8217;t had a chance to sort it out yet. I&#8217;ll let you know when I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

