<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="includes/rss/rss_20.xsl" ?>

<rss version="2.0" 
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>FM5280 ~ Smooth Jazz</title>
<link>http://fm5280.com/xtreme</link>
<description>Smoothing Out Your Listening Experience</description>
<copyright>FM5280 ~ Smooth Jazz</copyright>
<generator>FM5280 ~ Smooth Jazz Evo RSS Parser</generator>
<ttl>60</ttl>

<image>
<title>FM5280 ~ Smooth Jazz</title>
<url>http://fm5280.com/xtreme/images/evo/minilogo.gif</url>
<link>http://fm5280.com/xtreme</link>
<width>94</width>
<height>15</height>
<description>Nuke-Evolution 2.0.7 Powered - Xtreme 2.0 Edition</description>
</image>
<dc:language>en-us</dc:language>
<dc:creator>smoothjazz@fm5280.com</dc:creator>
<dc:date>2010-09-09T20:30:23-04:00</dc:date>

<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-09-09T20:30:23-04:00</sy:updateBase>

<item>
<title>It's Been a Wonderfully Smooth Jazz ride - FM5280 is closing</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=527#2130</link>
<description><![CDATA[Wow.............<br />
<br />
So sorry to hear the ending of a very unique and wonderful Smooth Jazz website.<br />
It's a shame that it won't continue,but like many things in life to thrive financial support<br />
is needed. When it's not there,  it's hard to justify it's continuation. <br />
<br />
An overused expression perhaps, but the numbers don't lie.That is the cold hard reality. <br />
It doesn't make one fee lany better when they have obviously put their heart and soul into<br />
an effort such as FM5280. For that Rob, I can say I am truly grateful for getting to experience<br />
your creation for the short time I have been around. I am also grateful to meet others around<br />
the world who share the same passion for Smooth Jazz.<br />
<br />
Much success to all who have been a part of this site ..................... Jimster]]></description>
<guid isPermaLink="false">2130@http://fm5280.com/xtreme</guid>
<dc:subject>It's Been a Wonderfully Smooth Jazz ride - FM5280 is closing</dc:subject>
<dc:date>2010-09-09T17:14:33-04:00</dc:date>
</item>

<item>
<title>Twitter Script</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=442#2126</link>
<description><![CDATA[FYI, Twitter now requires an &#x22;O Auth&#x22; authentication for API posting and the above script is now broken. &#xA0;I won't be supporting this method in the future so this method is now dead. &#xA0;This thread is now locked.]]></description>
<guid isPermaLink="false">2126@http://fm5280.com/xtreme</guid>
<dc:subject>Twitter Script</dc:subject>
<dc:date>2010-09-04T19:33:31-04:00</dc:date>
</item>

<item>
<title>Smooth Jazz Mix Show</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=528#2122</link>
<description><![CDATA[Hi,<br />
I have a brand new smooth jazz mix show you may have interest in.<br />
Here's another brand New Mix:<br />
Here's what I mean:<br />
http://www.zshare.net/audio/777683456275e482/<br />
Just copy and paste to your browser<br />
By the way, if you listen to this kind of music and you like the MIX ,please tell others!<br />
I just think Will Downing mixed with Joe Sample, mixed with Toni Braxton, mixed with Richard Elliot, mixed with Bob Baldwin, mixed with Jaheim, mixed with Pleasure, mixed with Jeff Lorber, mixed with Guru, may attract listeners!!<br />
Peace!<br />
Donald.<br />
P.S. For more smooth jazz mixes, log on to www.smoothjazzmixes.webs.com]]></description>
<guid isPermaLink="false">2122@http://fm5280.com/xtreme</guid>
<dc:subject>Smooth Jazz Mix Show</dc:subject>
<dc:date>2010-08-29T16:37:52-04:00</dc:date>
</item>

<item>
<title>Buffering... again</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=523#2119</link>
<description><![CDATA[Hi DJ - got it working, and it seems to be helping... &#xA0;Thanks!]]></description>
<guid isPermaLink="false">2119@http://fm5280.com/xtreme</guid>
<dc:subject>Buffering... again</dc:subject>
<dc:date>2010-08-25T03:23:54-04:00</dc:date>
</item>

<item>
<title>Calling on DJCassio for some help</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=381#2112</link>
<description><![CDATA[If I wanted to result different results on say Sunday so that it only displayed certain artists how would I use the &amp;#x22;if&amp;#x22; statement.  I am doing a search for it now but thought I would post here as well.  Sorry to hear about your station.  I wish the best for you and hope to still see you on SA forums.<br />
<br />
Would this work?<br />
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center" class="bodyline"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code"><code>if &#40;&#40;date&#40;'l'&#41; == 'Sunday'&#41;&#41;
 &amp;#xA0; &amp;#xA0; &amp;#xA0; &amp;#xA0;$result = mysql_query&#40; &amp;#x22;select distinct artist, fhr_artistid as artist_id from songlist where upper&#40;artist&#41; &amp;#x22; . $the_regex . &amp;#x22; and &#40;mood like '%classic%' or mood like '%hard%' or mood like '%thrash%' or mood like '%progressive%' or mood like '%punk%' or mood like '%rock%'&#41; order by artist&amp;#x22;, $samDB &#41;;
		else
		$result = mysql_query&#40; &amp;#x22;select distinct artist, fhr_artistid as artist_id from songlist where upper&#40;artist&#41; &amp;#x22; . $the_regex . &amp;#x22; and &#40;mood like '%heavy%' or mood like '%metal%' or mood like '%thrash%' or mood like '%progressive%' or mood like '%punk%' or mood like '%hard%'&#41; order by artist&amp;#x22;, $samDB &#41;;</code></td></tr></table><br />
<br />
<span style="font-weight: bold">*THIS WORKED FOR ME*</span> &amp;#xA0;Cool!!]]></description>
<guid isPermaLink="false">2112@http://fm5280.com/xtreme</guid>
<dc:subject>Calling on DJCassio for some help</dc:subject>
<dc:date>2010-08-23T02:02:45-04:00</dc:date>
</item>

<item>
<title>Why are there Bad Songs on Albums?</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=524#2109</link>
<description><![CDATA[That makes a lot sense Taichifist. &#xA0;You would think that so much money is spent on a 'producer' to guide the artist's finished product and to polish it that those things just would not happen. &#xA0;Also it comes to mind that an artist may have a deal that on the CD he is guaranteed free reign or at least he has his pick of the tracks that have been put down for the CD. &#xA0;They should all just say sometimes ---OY VEY!!! &#xA0;what are you thinking???????]]></description>
<guid isPermaLink="false">2109@http://fm5280.com/xtreme</guid>
<dc:subject>Why are there Bad Songs on Albums?</dc:subject>
<dc:date>2010-08-20T18:08:11-04:00</dc:date>
</item>

<item>
<title>SQL Question</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=526#2107</link>
<description><![CDATA[<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center" class="bodyline"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code"><code>Update songlist set artist=&amp;#x22;Ronnie Milsap&amp;#x22; where artist = &amp;#x22;Ronnie Milsapp&amp;#x22;</code></td></tr></table>Always backup your database before running an update query.]]></description>
<guid isPermaLink="false">2107@http://fm5280.com/xtreme</guid>
<dc:subject>SQL Question</dc:subject>
<dc:date>2010-08-20T09:00:10-04:00</dc:date>
</item>

<item>
<title>FEASST 2.0 SQL question</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=525#2102</link>
<description><![CDATA[Thank you. &#xA0;That fixed it right up. <img src="http://fm5280.com/xtreme/modules/Forums/images/smiles/icon_biggrin.gif" alt="Very Happy" title="Very Happy" border="0" />]]></description>
<guid isPermaLink="false">2102@http://fm5280.com/xtreme</guid>
<dc:subject>FEASST 2.0 SQL question</dc:subject>
<dc:date>2010-08-17T15:08:44-04:00</dc:date>
</item>

<item>
<title>Vocals On Songs</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=514#2088</link>
<description><![CDATA[[font=Comic Sans MS][/font]<br />
ok here goes....I have quit going to some of the jazz shows here in Cola. because they end up turning into an R&amp;#x26;B/vocal showcase. &amp;#xA0;I do not want to pay $ to see a band that I can see for free at any Holiday Inn lounge.<br />
<br />
Steely Dan, Chaka Kahn and George Benson first got me into the smooth/cool jazz scene so I do appreciate some &amp;#xA0;singing in my jazz but not much. &amp;#xA0;Just give me the Rippingtons and I'll be fine....the ones with no singing &amp;#xA0;:)<br />
<br />
peace out -Roge]]></description>
<guid isPermaLink="false">2088@http://fm5280.com/xtreme</guid>
<dc:subject>Vocals On Songs</dc:subject>
<dc:date>2010-07-17T22:09:23-04:00</dc:date>
</item>

<item>
<title>Points question</title>
<link>http://fm5280.com/xtreme/modules.php?name=Forums&amp;file=viewtopic&amp;t=521#2087</link>
<description><![CDATA[It seems to me that was a feature of early php-nuke. &#xA0;I do not think it is in the latest versions.]]></description>
<guid isPermaLink="false">2087@http://fm5280.com/xtreme</guid>
<dc:subject>Points question</dc:subject>
<dc:date>2010-07-04T16:11:57-04:00</dc:date>
</item>

</channel>

</rss>
