<?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>Web development</title>
	<atom:link href="http://sourcecodemoney.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Thu, 12 Aug 2010 10:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create jquery tutorial</title>
		<link>http://sourcecodemoney.com/create-jquery-tutorial/jquery/</link>
		<comments>http://sourcecodemoney.com/create-jquery-tutorial/jquery/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 10:54:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=267</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		


A good jquery tutorial that I find good:

http://blog.jeremymartin.name/2008/02/building-your-first-jquery-plugin-that.html
http://www.sitepoint.com/blogs/2009/07/22/how-to-develop-a-jquery-plugin/

]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/create-jquery-tutorial/jquery/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>A good jquery tutorial that I find good:</p>
<ul>
<li>http://blog.jeremymartin.name/2008/02/building-your-first-jquery-plugin-that.html</li>
<li>http://www.sitepoint.com/blogs/2009/07/22/how-to-develop-a-jquery-plugin/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/create-jquery-tutorial/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit to RSS directories will not help your ranking</title>
		<link>http://sourcecodemoney.com/submit-to-rss-directories-will-not-help-your-ranking/general/</link>
		<comments>http://sourcecodemoney.com/submit-to-rss-directories-will-not-help-your-ranking/general/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 01:54:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Anchor]]></category>
		<category><![CDATA[Directories]]></category>
		<category><![CDATA[Keyword]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Rss Software]]></category>
		<category><![CDATA[Sell Software]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=264</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		hat I know and from I researched, submitting your RSS does not help your  site ranking much. If they give you link, it might not your keyword as  anchor and not dofollow. I don&#8217;t know why people say submitting RSS will  your rank, maybe to sell RSS submitter software?
More info on the [...]]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/submit-to-rss-directories-will-not-help-your-ranking/general/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>hat I know and from I researched, submitting your RSS does not help your  site ranking much. If they give you link, it might not your keyword as  anchor and not dofollow. I don&#8217;t know why people say submitting RSS will  your rank, maybe to sell RSS submitter software?</p>
<p>More info on the thread I started <a href="http://forums.digitalpoint.com/showthread.php?t=1897077">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/submit-to-rss-directories-will-not-help-your-ranking/general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permanet Redirect in PHP</title>
		<link>http://sourcecodemoney.com/permanet-redirect-in-php/php-code/</link>
		<comments>http://sourcecodemoney.com/permanet-redirect-in-php/php-code/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 20:28:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Header Location]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=261</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		&#60;?php
// Permanent redirection
header(&#8221;HTTP/1.1 301 Moved Permanently&#8221;);
header(&#8221;Location: http://www.website.com/&#8221;);
exit();
?&#62;
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/permanet-redirect-in-php/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>&lt;?php<br />
// Permanent redirection<br />
header(&#8221;HTTP/1.1 301 Moved Permanently&#8221;);<br />
header(&#8221;Location: http://www.website.com/&#8221;);<br />
exit();<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/permanet-redirect-in-php/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get back files from formatted USB drives!</title>
		<link>http://sourcecodemoney.com/how-to-get-back-files-from-formatted-usb-drives/general/</link>
		<comments>http://sourcecodemoney.com/how-to-get-back-files-from-formatted-usb-drives/general/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 04:37:09 +0000</pubDate>
		<dc:creator>data recovery</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Access Data]]></category>
		<category><![CDATA[Affordable Software]]></category>
		<category><![CDATA[Comprehensive Tools]]></category>
		<category><![CDATA[corrupted]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Data Recovery Software]]></category>
		<category><![CDATA[deleted]]></category>
		<category><![CDATA[Destructive Software]]></category>
		<category><![CDATA[Drive Volume]]></category>
		<category><![CDATA[Features Software]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[Flash Drives]]></category>
		<category><![CDATA[formatted]]></category>
		<category><![CDATA[Free Demo]]></category>
		<category><![CDATA[Graphical Interface]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[Information Features]]></category>
		<category><![CDATA[Key Chain]]></category>
		<category><![CDATA[logically damaged.]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[Missing Files]]></category>
		<category><![CDATA[pen drive]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[retrieval]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[salvage]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Suitable Data]]></category>
		<category><![CDATA[thumb drive]]></category>
		<category><![CDATA[Thumb Drives]]></category>
		<category><![CDATA[USB drive]]></category>
		<category><![CDATA[Usb Drives]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Video Songs]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Word Files]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/how-to-get-back-files-from-formatted-usb-drives/general/</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		URL: www.datadoctor.biz
Are you unable to access data from logically damaged USB drives? Did virus has corrupted your pen drives making the entire saved data inaccessible? Or someone has formatted your flash drives without taking backup of your significant data? Losing files from an external drive like a USB does not mean they are gone forever. [...]]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/how-to-get-back-files-from-formatted-usb-drives/general/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>URL: www.datadoctor.biz<br />
Are you unable to access data from logically damaged USB drives? Did virus has corrupted your pen drives making the entire saved data inaccessible? Or someone has formatted your flash drives without taking backup of your significant data? Losing files from an external drive like a USB does not mean they are gone forever. You will need to locate and download a suitable data recovery program in order to find and restore the missing files.<br />
Any good recovery program can safely recover your misplaced data quickly and easily from all commonly used USB drives also popular as Thumb drives, Jet Flash drives, Key chain drives and Pen drives. There are lots of data recovery programs available on the internet and it can sometimes be confusing to find the best one.<br />
Head over to Datadoctor.biz, a platform where you will find highly specialized Pen drive Data Recovery Software specifically designed to salvage the erased files from your pen drives. Utility capable to retrieve your misplaced word files, office records, digital pictures, photos, audio-video songs etc from logically damaged USB media. Well-designed program offers free demo of software to provide you the preview of lost data and information.<br />
Features<br />
Software works effectively with all USB drives of popular manufacturers like Kingston, Transcend, Sony, HP, Sandisk etc.<br />
Non-destructive software facilitates do-it-yourself feature allowing automatic recovery of missing files from USB drives.<br />
Software supports recovery even when the USB drive volume is not recognized by the system.<br />
Cost-effective utility has friendly graphical interface with an inbuilt help guide for novice to easily understand the program.<br />
About Author<br />
Datadoctor.biz is among the most popular organization having highly advanced, professional and affordable software that easily meet the basic requirement for both professionals and general users. There are large numbers of comprehensive tools listed on the website helpful in different sectors like data recovery, bulk sms messaging, live chat software, accounting software, password recovery software etc. Highly economical applications has self-explanatory interface with simple working interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/how-to-get-back-files-from-formatted-usb-drives/general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get User Role in Wordpress</title>
		<link>http://sourcecodemoney.com/get-user-role-in-wordpress/php-code/</link>
		<comments>http://sourcecodemoney.com/get-user-role-in-wordpress/php-code/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:17:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Capabilities]]></category>
		<category><![CDATA[Login Email]]></category>
		<category><![CDATA[Meta Key]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=257</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		$blogusers = $wpdb-&#62;get_results( &#8220;SELECT user_id, user_login, display_name, user_email, meta_value FROM wp_users, wp_usermeta WHERE wp_users.ID = wp_usermeta.user_id AND meta_key = &#8216;wp_1_capabilities&#8217; and wp_users.ID=1&#8243; );
$t = @unserialize( $blogusers[0]-&#62;meta_value );
if($t["editor"] == 1)
{
}
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/get-user-role-in-wordpress/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>$blogusers = $wpdb-&gt;get_results( &#8220;SELECT user_id, user_login, display_name, user_email, meta_value FROM wp_users, wp_usermeta WHERE wp_users.ID = wp_usermeta.user_id AND meta_key = &#8216;wp_1_capabilities&#8217; and wp_users.ID=1&#8243; );</p>
<p>$t = @unserialize( $blogusers[0]-&gt;meta_value );</p>
<p>if($t["editor"] == 1)</p>
<p>{</p>
<p>}</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/get-user-role-in-wordpress/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of HTTP status codes</title>
		<link>http://sourcecodemoney.com/list-of-http-status-codes/general/</link>
		<comments>http://sourcecodemoney.com/list-of-http-status-codes/general/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:21:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Page Doesn]]></category>
		<category><![CDATA[Response Status]]></category>
		<category><![CDATA[Status Codes]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=255</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		The following is a list of HyperText Transfer Protocol (HTTP) response status codes.
Some common status codes are:

200 &#8211; the server successfully returned the page
404 &#8211; the requested page doesn&#8217;t exist
503 &#8211; the server is temporarily unavailable

More info here
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/list-of-http-status-codes/general/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>The following is a list of HyperText Transfer Protocol (HTTP) response status codes.</p>
<p>Some common status codes are:</p>
<ul>
<li><strong>200</strong> &#8211; the server successfully returned the page</li>
<li><strong>404</strong> &#8211; the requested page doesn&#8217;t exist</li>
<li><strong>503</strong> &#8211; the server is temporarily unavailable</li>
</ul>
<p>More info <a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/list-of-http-status-codes/general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Mochimedia Feed</title>
		<link>http://sourcecodemoney.com/import-mochimedia-feed/php-code/</link>
		<comments>http://sourcecodemoney.com/import-mochimedia-feed/php-code/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:32:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Code Game]]></category>
		<category><![CDATA[Game Feed]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=253</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		Just make a code for importing Mochimedia game feed.
It will import the feed by creating post, add tag, insert into category, and schedule it dailly. It is using wordpress technology. You need to put these files in wp root.
Download it here.
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/import-mochimedia-feed/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>Just make a code for importing Mochimedia game feed.</p>
<p>It will import the feed by creating post, add tag, insert into category, and schedule it dailly. It is using wordpress technology. You need to put these files in wp root.</p>
<p>Download it <a href="http://sourcecodemoney.com/doc/import.zip" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/import-mochimedia-feed/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect with htaccess</title>
		<link>http://sourcecodemoney.com/redirect-with-htaccess/general/</link>
		<comments>http://sourcecodemoney.com/redirect-with-htaccess/general/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:10:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Htaccess Tutorial]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=251</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		A great tutorial about redirect is this, and from apache site.
Several rules:
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/redirect-with-htaccess/general/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>A great tutorial about redirect is <a rel="nofollow" href="http://www.webweaver.nu/html-tips/web-redirection.shtml" target="_blank">this</a>, and from <a rel="nofollow" href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html" target="_blank">apache site</a>.</p>
<p>Several rules:</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/redirect-with-htaccess/general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular expression and Rewrite Rule sample</title>
		<link>http://sourcecodemoney.com/regular-expression-and-rewrite-rule-sample/htaccess/</link>
		<comments>http://sourcecodemoney.com/regular-expression-and-rewrite-rule-sample/htaccess/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 02:34:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Rewrite Rule]]></category>
		<category><![CDATA[String Tag]]></category>
		<category><![CDATA[T1]]></category>
		<category><![CDATA[Za]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=249</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		RewriteRule ^/?(tag)/([a-zA-Z_$]+)$ /index.php?option=com_tag&#38;t=$1&#38;t1=$2 [L]
^ -&#62; start of expresion
/? -&#62; / can exist or not.
(tag) -&#62; a string &#8220;tag&#8221;
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/regular-expression-and-rewrite-rule-sample/htaccess/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p><strong>RewriteRule ^/?(tag)/([a-zA-Z_$]+)$ /index.php?option=com_tag&amp;t=$1&amp;t1=$2 [L]</strong></p>
<p><strong>^ </strong>-&gt; start of expresion</p>
<p>/? -&gt; / can exist or not.</p>
<p>(tag) -&gt; a string &#8220;tag&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/regular-expression-and-rewrite-rule-sample/htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get absoute path PHP</title>
		<link>http://sourcecodemoney.com/get-absoute-path-php/php-code/</link>
		<comments>http://sourcecodemoney.com/get-absoute-path-php/php-code/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:55:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[Getcwd]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=246</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		&#60;?php
$path = getcwd();
echo $path;
?&#62;
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/get-absoute-path-php/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>&lt;?php<br />
$path = getcwd();<br />
echo $path;<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/get-absoute-path-php/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
