<?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>rarecore development &#187; we are one</title>
	<atom:link href="http://blog.rarecore.eu/category/we-are-one/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rarecore.eu</link>
	<description>the blog that matters...</description>
	<lastBuildDate>Mon, 25 Jan 2010 19:04:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Support TechnoBase by using We aRe oNe Google</title>
		<link>http://blog.rarecore.eu/support-technobase-by-using-we-are-one-google.html</link>
		<comments>http://blog.rarecore.eu/support-technobase-by-using-we-are-one-google.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 18:22:24 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[support technobase]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=445</guid>
		<description><![CDATA[
We created a new page for you. You could use &#8220;We aRe oNe &#8211; Google&#8221; as search engine. It is based on google search. The best thing is: You support TechnoBase!
It would be very nice if some TechnoBase Fans set that page as start up page. Maybe, we display the current information like listener, dj [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.weareone.fm/google"><img class="alignleft size-full wp-image-446" title="weareone-google" src="http://blog.rarecore.eu/wp-content/uploads/2009/09/weareone-google.png" alt="weareone-google" width="250" height="139" /></a></p>
<p>We created a new page for you. You could use &#8220;We aRe oNe &#8211; Google&#8221; as search engine. It is based on google search. The best thing is: You support TechnoBase!</p>
<p>It would be very nice if some TechnoBase Fans set that page as start up page. Maybe, we display the current information like listener, dj and track on that page, too. We will see how many users like this page!</p>
<p>If it sounds good to you, please download the file and execute the &#8220;run.bat&#8221; file! Thanks!</p>
<p><span style="display:block; border: 1px solid #CCC; margin-left:4px; margin-right:4px; width:500px; height:60px">
<span style="display:block;float:left;margin-left:5px;margin-top:5px"><img src="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" alt="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" /></span >
<span style="display:block;float:left;margin-left:5px;margin-top:5px">
   <b>download:</b> <a href="http://blog.rarecore.eu/?file_id=3">We aRe oNe Search</a> <small>(58.65KB)</small><br />
  <b>added:</b> 27/09/2009 <br />
  <b>clicks:</b> 3508 
</span >
</span >
<br style="clear:left" /></p>
<p><strong>Important!</strong><br />
Extract the files und execute the run.bat as an adminstrator!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/support-technobase-by-using-we-are-one-google.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XAJAX Autocompleter V2</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html</link>
		<comments>http://blog.rarecore.eu/xajax-autocompleter-v2.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:11:32 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[xajax]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autocompleter]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372</guid>
		<description><![CDATA[It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is google on an extra search page.
I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. insert [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/demo/xajax_autocompleter_v2/" target="_blank"><img class="alignleft" title="rarecore autocompleter" src="/wp-content/uploads/2009/02/autocompleter.png" alt="rarecore autocompleter" width="285" height="111" /></a>It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is google on an extra search page.</p>
<p>I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. insert a name of a country in the first textbox and in the second textbox insert a name of a city. On the city textbox you only want to see cities belonging to the inserted country – no other cities.</p>
<p>This problem was the reason why I developed my own autocompleter using xajax. This framework allows me to respond on the key events and select the values from the database. I could write my own functions and use any parameters.</p>
<p>I generated a textbox with a hidden div below which is calling a function on the onkeyup event by using xajax. In this test I mark the searched string with a span and on CSS I colored it blue. Additional I added a mouseover using CSS.</p>
<p><strong>Here you could download the second version of my autocompleter.</strong></p>
<p>Changes:<br />
 &#8211; Using the arrow keys to choose the correct value<br />
 &#8211; Performance Tuning</p>
<p><a href="/demo/xajax_autocompleter_v2/">Demo</a><br />
<span style="display:block; border: 1px solid #CCC; margin-left:4px; margin-right:4px; width:500px; height:60px">
<span style="display:block;float:left;margin-left:5px;margin-top:5px"><img src="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" alt="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" /></span >
<span style="display:block;float:left;margin-left:5px;margin-top:5px">
   <b>download:</b> <a href="http://blog.rarecore.eu/?file_id=2">Autocompleter v2</a> <small>(119.55KB)</small><br />
  <b>added:</b> 08/11/2009 <br />
  <b>clicks:</b> 1419 
</span >
</span >
<br style="clear:left" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/xajax-autocompleter-v2.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google News &#8211; We aRe comming!</title>
		<link>http://blog.rarecore.eu/google-news-we-are-comming.html</link>
		<comments>http://blog.rarecore.eu/google-news-we-are-comming.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 20:32:36 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google news]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=322</guid>
		<description><![CDATA[As I checked my emails this morning, I was suprised as well as happy. I got an email from google that they have added TechnoBase.FM to their news search.
I&#8217;m really glad about that because hopefully more people get to know our radio. Now more readers are attracted to our page and so the participation of [...]]]></description>
			<content:encoded><![CDATA[<p>As I checked my emails this morning, I was suprised as well as happy. I got an email from google that they have added <a href="http://www.technobase.fm">TechnoBase.FM</a> to their news search.</p>
<p>I&#8217;m really glad about that because hopefully more people get to know our radio. Now more readers are attracted to our page and so the participation of our news posters will be honored.</p>
<p>You can have a look by yourself: <a href="http://news.google.de/news?pz=1&amp;ned=de&amp;hl=de&amp;q=site%3Atechnobase.fm">http://news.google.de/news?pz=1&amp;ned=de&amp;hl=de&amp;q=site%3Atechnobase.fm</a></p>
<p><a href="http://blog.rarecore.eu/wp-content/uploads/2009/04/google_news.png" target="_blank"><img style="border:0" title="Google News" src="http://blog.rarecore.eu/wp-content/uploads/2009/04/google_news.png" alt="Google News" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/google-news-we-are-comming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiddler2 &#8211; The Web Debugging Proxy</title>
		<link>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html</link>
		<comments>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:29:47 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[fiddler2]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=308</guid>
		<description><![CDATA[A friend told me something about a tool called fiddler2. It is a web debugging proxy. You only have to start this program and surf in the internet. You can see which pages / files are opened by each application, you can check the status (HTTP Status) and the used protocol, too.
It helps a lot [...]]]></description>
			<content:encoded><![CDATA[<p>A friend told me something about a tool called <a href="http://www.fiddler2.com" target="_blank">fiddler2</a>. It is a web debugging proxy. You only have to start this program and surf in the internet. You can see which pages / files are opened by each application, you can check the status (HTTP Status) and the used protocol, too.</p>
<p>It helps a lot by searching for errors!</p>
<p><a href="http://blog.rarecore.eu/wp-content/uploads/2009/04/fiddler2.png" target="_blank"><img class="alignnone" title="Fiddler2" src="http://blog.rarecore.eu/wp-content/uploads/2009/04/fiddler2.png" alt="" width="713" height="566" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>News updated</title>
		<link>http://blog.rarecore.eu/news-updated.html</link>
		<comments>http://blog.rarecore.eu/news-updated.html#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:45:59 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=295</guid>
		<description><![CDATA[It is just a small update for us, but a big for SEO.
Now on the We aRe oNe Pages the news have a new link and the page title changed, too. For exampe the new release of Phunkless is linked on http://www.technobase.fm/news/9029-phunkless-i-wont-let-you-down.
Enjoy it!
]]></description>
			<content:encoded><![CDATA[<p>It is just a small update for us, but a big for SEO.</p>
<p>Now on the <a href="http://www.housetime.fm">We aRe oNe Pages</a> the news have a new link and the page title changed, too. For exampe the new release of <a href="http://www.phunkless.de/">Phunkless</a> is linked on <a href="http://www.technobase.fm/news/9029-phunkless-quot-i-wont-let-you-down-quot">http://www.technobase.fm/news/9029-phunkless-i-wont-let-you-down</a>.</p>
<p>Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/news-updated.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Releases v2</title>
		<link>http://blog.rarecore.eu/releases-v2.html</link>
		<comments>http://blog.rarecore.eu/releases-v2.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:45:06 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[coretime]]></category>
		<category><![CDATA[hardbase]]></category>
		<category><![CDATA[housetime]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[trancebase]]></category>
		<category><![CDATA[weareone]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=279</guid>
		<description><![CDATA[As descripted in this news we released the new releases system on the We aRe oNe pages. Now you could search for releases, have a nice overview about all the releases and an interesting detail page. This system was created by Remolus, a member of the rarecore project!

But, that was only the first step. New [...]]]></description>
			<content:encoded><![CDATA[<p>As descripted in <a href="http://www.hardbase.fm/news.php?action=comments&amp;id=8758 " target="_blank">this news</a> we released the new releases system on the <a href="http://www.weareone.fm" target="_blank">We aRe oNe</a> pages. Now you could search for releases, have a nice overview about all the releases and an interesting detail page. This system was created by <a href="http://www.technobase.fm/member/9" target="_blank">Remolus</a>, a member of the <a href="http://www.rarecore.eu" target="_blank">rarecore project</a>!</p>
<p><img class="alignnone" title="Search" src="http://blog.rarecore.eu/wp-content/uploads/2009/02/release_1.png" alt="" width="438" height="140" /></p>
<p>But, that was only the first step. New features are coming soon:<br />
- Artist overview with all releases grouped by an artist<br />
- Many links to different online shops for buying the tracks (don’t search a long time)<br />
- Link the tracklist to the releases<br />
- Create your own charts by clicking on a track of the tracklist<br />
- Comments and vote releases</p>
<p><img class="alignnone" title="Overview" src="http://blog.rarecore.eu/wp-content/uploads/2009/02/release_2.png" alt="" width="440" height="127" /></p>
<p><img class="alignnone" title="Detail" src="http://blog.rarecore.eu/wp-content/uploads/2009/02/release_3.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/releases-v2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CoreTime started!</title>
		<link>http://blog.rarecore.eu/coretime-started.html</link>
		<comments>http://blog.rarecore.eu/coretime-started.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 11:00:26 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[coretime]]></category>
		<category><![CDATA[coretime.fm]]></category>
		<category><![CDATA[hard music community]]></category>
		<category><![CDATA[spyed]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=268</guid>
		<description><![CDATA[Our 5th We aRe oNe radio, called CoreTime.FM, has started! You can read some information about on that news.
It is a radio only for hard-, french, speed- and darkcore, &#8230; and is leaded by Björn &#8220;derade&#8221; Kuiper , the founder of Hard Music Entertainment. He is member of the We aRe oNe Community since 28th [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="CoreTime.FM Started" src="http://blog.rarecore.eu/wp-content/uploads/2009/02/coretime_started2.png" alt="" />Our 5th <a href="http://www.weareone.fm" target="_blank">We aRe oNe radio</a>, called CoreTime.FM, has started! You can read some information about on that <a href="http://www.coretime.fm/news.php?action=comments&amp;id=8762" target="_blank">news</a>.</p>
<p>It is a radio only for hard-, french, speed- and darkcore, &#8230; and is leaded by <a href="http://www.coretime.fm/member/1081" target="_blank">Björn &#8220;derade&#8221; Kuiper</a> , the founder of <a href="http://www.hardmusic-community.eu/" target="_blank">Hard Music Entertainment</a>. He is member of the <a href="http://www.weareone.fm" target="_blank">We aRe oNe Community</a> since 28th March 2005.</p>
<p>The page is designed by <a href="http://www.coretime.fm/member/1671 " target="_blank">spYed</a> &#8211; one of the best designer I know and a member of the <a href="http://www.rarecore.eu" target="_blank">rarecore project</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/coretime-started.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Icon Set</title>
		<link>http://blog.rarecore.eu/web-20-icon-set.html</link>
		<comments>http://blog.rarecore.eu/web-20-icon-set.html#comments</comments>
		<pubDate>Thu, 12 Feb 2009 07:17:25 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[free icon]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=262</guid>
		<description><![CDATA[I have found a nice free icon set and I want to use these icons for my next update.
These free icons are exactly that, free! You can use them anywhere, all they want you to do is to link these icons by linking to their page. 
This icons have a nice look!
]]></description>
			<content:encoded><![CDATA[<p>I have found a nice <a href="http://wefunction.com/2008/07/function-free-icon-set/">free icon set</a> and I want to use these icons for my next update.<br />
These free icons are exactly that, free! You can use them anywhere, all they want you to do is to link these icons by linking to <a href="http://wefunction.com/2008/07/function-free-icon-set/">their</a> page. </p>
<p>This icons have a nice look!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/web-20-icon-set.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Autocompleter using XAJAX</title>
		<link>http://blog.rarecore.eu/autocompleter-using-xajax.html</link>
		<comments>http://blog.rarecore.eu/autocompleter-using-xajax.html#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:12:20 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[xajax]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autocompleter]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=238</guid>
		<description><![CDATA[ It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is google on an extra search page.
I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rarecore.eu/demo/xajax_autocompleter" target="_blank"><img class="alignleft" title="rarecore autocompleter" src="/wp-content/uploads/2009/02/autocompleter.png" alt="rarecore autocompleter" width="285" height="111" /></a> It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is <a href="http://www.google.com/webhp?complete=1" target="_blank">google</a> on an extra search page.</p>
<p>I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. insert a name of a country in the first textbox and in the second textbox insert a name of a city. On the city textbox you only want to see cities belonging to the inserted country &#8211; no other cities.</p>
<p>This problem was the reason why I developed my own autocompleter using <a href="http://xajaxproject.org/" target="_blank">xajax</a>. This framework allows me to respond on the key events and select the values from the database. I could write my own functions and use any parameters.</p>
<p>I generated a textbox with a hidden div below which is calling a function on the onkeyup event by using xajax. In this test I mark the searched string with a span and on CSS I colored it blue. Additional I added a mouseover using CSS.</p>
<p><a href="http://blog.rarecore.eu/demo/xajax_autocompleter/" target="_blank"><del datetime="2009-09-11T17:48:06+00:00">Demo</del></a> <a href="/xajax-autocompleter-v2.html">*** NEW VERSION ***</a></p>
<div><span style="display:block; border: 1px solid #CCC; margin-left:4px; margin-right:4px; width:500px; height:60px">
<span style="display:block;float:left;margin-left:5px;margin-top:5px"><img src="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" alt="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" /></span >
<span style="display:block;float:left;margin-left:5px;margin-top:5px">
   <b>download:</b> <a href="http://blog.rarecore.eu/?file_id=2">Autocompleter v2</a> <small>(119.55KB)</small><br />
  <b>added:</b> 08/11/2009 <br />
  <b>clicks:</b> 1419 
</span >
</span >
<br style="clear:left" /></div>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/autocompleter-using-xajax.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Exi&#8217;s 1st interview is online</title>
		<link>http://blog.rarecore.eu/exis-1st-interview-is-online.html</link>
		<comments>http://blog.rarecore.eu/exis-1st-interview-is-online.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 11:36:12 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[exi]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=160</guid>
		<description><![CDATA[Hello everyone,
my 1st interview is online on TechnoBase.FM (the best Webradio). You can read it here. Enjoy reading it, but it&#8217;s written in German&#8230;
So Long
]]></description>
			<content:encoded><![CDATA[<p>Hello everyone,</p>
<p>my 1st interview is online on TechnoBase.FM (the best <a href="http://www.technobase.fm">Webradio</a>). You can read it <a href="http://www.technobase.fm/news.php?action=comments&amp;id=8268">here</a>. Enjoy reading it, but it&#8217;s written in German&#8230;</p>
<p>So Long</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/exis-1st-interview-is-online.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
