<?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 samutzCom</title>
	<atom:link href="http://www.samutz.com/blargh/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samutz.com/blargh</link>
	<description>Gamer, Web Developer, Skinny White Computer Geek. Blargh.</description>
	<lastBuildDate>Tue, 16 Feb 2010 03:10:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fable II: Transfer Items From Fable 1? by idk</title>
		<link>http://www.samutz.com/blargh/2008/10/17/fable-ii-transfer-items-from-fable-1/comment-page-1/#comment-313</link>
		<dc:creator>idk</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=61#comment-313</guid>
		<description>what is the best set?</description>
		<content:encoded><![CDATA[<p>what is the best set?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a Playlist.com playlist with PHP by S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-312</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-312</guid>
		<description>&lt;strong&gt;Sorry for the messy commentsthis site renders html tags from within commentstry this:&lt;/strong&gt;
4 - use find/replace two times
  4a - find   &lt;ref href=    replace with  &lt;a href=   
  4b - find   .mp3&quot;/&gt;       replace with  .mp3&quot;&gt;MP3 Song Link&lt;/a&gt;&lt;br /&gt; </description>
		<content:encoded><![CDATA[<p><strong>Sorry for the messy commentsthis site renders html tags from within commentstry this:</strong><br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find   &lt;ref href=    replace with  &lt;a href=<br />
  4b &#8211; find   .mp3&#8243;/&gt;       replace with  .mp3&#8243;&gt;MP3 Song Link&lt;/a&gt;&lt;br /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a Playlist.com playlist with PHP by S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-311</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-311</guid>
		<description>these two lines display wrong in the page above ... here they are re-typed::
4 - use find/replace two times
  4a - find &quot;  &lt;ref href=&quot;  &quot;    replace with &quot; &lt;a href=&quot;   &quot; rel=&quot;nofollow&quot;&gt;      &quot;    replace with &quot; .mp3&quot;&gt;MP3 Song Link&lt;/a&gt; &quot;</description>
		<content:encoded><![CDATA[<p>these two lines display wrong in the page above &#8230; here they are re-typed::<br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find &#8221;  &lt;ref href=&quot;  &quot;    replace with &quot; <a href="   " rel="nofollow">      &#8221;    replace with &#8221; .mp3&#8243;&gt;MP3 Song Link</a> &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a Playlist.com playlist with PHP by S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-310</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-310</guid>
		<description>Here&#039;s a weird way .. but it works ...
1- Start the same ... right click the &#039;Export Playlist..&#039; and save the asx file anywhere.
2 - open a text editor that will give you the html tags you need for a &#039;new html page&#039; (like editplus.com)
3 - open the asx file &gt; copy/paste the complete text between the  and  tags
4 - use find/replace two times
  4a - find &lt;ref href=&quot;   replace with &lt;a&gt;       replace with .mp3&quot;&gt;MP3 Song Link&lt;/a&gt;
5 - save the file and open it in your firefox browser that has DownThemAll plugin installed &amp; there you go...
  .. ss sez: live free or shut up and ride

4 -</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a weird way .. but it works &#8230;<br />
1- Start the same &#8230; right click the &#8216;Export Playlist..&#8217; and save the asx file anywhere.<br />
2 &#8211; open a text editor that will give you the html tags you need for a &#8216;new html page&#8217; (like editplus.com)<br />
3 &#8211; open the asx file &gt; copy/paste the complete text between the  and  tags<br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find &lt;ref href=&quot;   replace with <a>       replace with .mp3&#8243;&gt;MP3 Song Link</a><br />
5 &#8211; save the file and open it in your firefox browser that has DownThemAll plugin installed &amp; there you go&#8230;<br />
  .. ss sez: live free or shut up and ride</p>
<p>4 -</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a Playlist.com playlist with PHP by S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-309</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-309</guid>
		<description>something is jamming the script from running ... line 11

complete error: 
Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:14: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ttp://www.mystoandpizzi.com/downloads/Britney%20Spears%20-%20Circus%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:218: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: /www.mystoandpizzi.com/downloads/Kanye%20West%20-%20Love%20Lockdown%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11

Warning: Invalid argument supplied for foreach() in /home/samutz/public_html/playlist/index.php on line 13</description>
		<content:encoded><![CDATA[<p>something is jamming the script from running &#8230; line 11</p>
<p>complete error:<br />
Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:14: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ttp://www.mystoandpizzi.com/downloads/Britney%20Spears%20-%20Circus%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:218: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: /www.mystoandpizzi.com/downloads/Kanye%20West%20-%20Love%20Lockdown%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: Invalid argument supplied for foreach() in /home/samutz/public_html/playlist/index.php on line 13</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated FlowPlayer Playlist Article by Samutz</title>
		<link>http://www.samutz.com/blargh/2009/10/22/updated-flowplayer-playlist-article/comment-page-1/#comment-303</link>
		<dc:creator>Samutz</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=198#comment-303</guid>
		<description>I doubt it. I&#039;ve never used OpenX and have no plans to.</description>
		<content:encoded><![CDATA[<p>I doubt it. I&#8217;ve never used OpenX and have no plans to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated FlowPlayer Playlist Article by David</title>
		<link>http://www.samutz.com/blargh/2009/10/22/updated-flowplayer-playlist-article/comment-page-1/#comment-302</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=198#comment-302</guid>
		<description>Great article. Do you have plans to integrate OpenX into the instructions? I am trying to get the ads to pre/post roll and when I refresh the playlist it wipes out the advertisements.

Dave</description>
		<content:encoded><![CDATA[<p>Great article. Do you have plans to integrate OpenX into the instructions? I am trying to get the ads to pre/post roll and when I refresh the playlist it wipes out the advertisements.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The New Computer by Samutz</title>
		<link>http://www.samutz.com/blargh/2008/06/26/the-new-computer/comment-page-1/#comment-297</link>
		<dc:creator>Samutz</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=46#comment-297</guid>
		<description>I got this WordPress theme from
http://www.ndesign-studio.com/resources/wp-themes/
It&#039;s just modified a little to make it wider.</description>
		<content:encoded><![CDATA[<p>I got this WordPress theme from<br />
<a href="http://www.ndesign-studio.com/resources/wp-themes/" rel="nofollow">http://www.ndesign-studio.com/resources/wp-themes/</a><br />
It&#8217;s just modified a little to make it wider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The New Computer by wesley howard</title>
		<link>http://www.samutz.com/blargh/2008/06/26/the-new-computer/comment-page-1/#comment-291</link>
		<dc:creator>wesley howard</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=46#comment-291</guid>
		<description>Hey i was wondering how much you would charge to set your blog design up on my blog for me, because i truly like the look of your website but i don&#039;t know how to do such a nice graphic.</description>
		<content:encoded><![CDATA[<p>Hey i was wondering how much you would charge to set your blog design up on my blog for me, because i truly like the look of your website but i don&#8217;t know how to do such a nice graphic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Article: Custom Playlist Controls on Flowplayer with jQuery by Samutz</title>
		<link>http://www.samutz.com/blargh/2009/10/08/new-article/comment-page-1/#comment-252</link>
		<dc:creator>Samutz</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=192#comment-252</guid>
		<description>Thanks for the feedback!
I was thinking about making a completed demo/example page.
(The site where I currently have this implemented is private/friends-only.)
I&#039;ll try to get one up this weekend so those looking for help can see it in action.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback!<br />
I was thinking about making a completed demo/example page.<br />
(The site where I currently have this implemented is private/friends-only.)<br />
I&#8217;ll try to get one up this weekend so those looking for help can see it in action.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
