<?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>geek evaluation &#187; Technology news</title>
	<atom:link href="http://www.geekevaluation.com/blog/category/technology-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekevaluation.com/blog</link>
	<description>Assessment solutions, job screening &#38; pre employment test</description>
	<lastBuildDate>Wed, 29 Sep 2010 00:56:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google launches Chrome OS. Moves into Microsoft and Apple&#8217;s turf</title>
		<link>http://www.geekevaluation.com/blog/2009/07/09/google-launches-chrome-os-moves-into-microsoft-and-apples-turf/</link>
		<comments>http://www.geekevaluation.com/blog/2009/07/09/google-launches-chrome-os-moves-into-microsoft-and-apples-turf/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 02:54:31 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome OS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/?p=46</guid>
		<description><![CDATA[If I write it down today and say “I always told you so” , you would not believe me. But couple of years back while discussing with my friends and colleagues I was telling them that google has the best chance to give challenge to Microsoft in Operating Systems. It is not that google has [...]]]></description>
			<content:encoded><![CDATA[<p>If I write it down today and say “I always told you so” , you would not believe me. But couple of years back while discussing with my friends and colleagues I was telling them that google has the best chance to give challenge to Microsoft in Operating Systems. It is not that google has best brains(I do not doubt that) but because it is following a very planned strategy. The reason for this was as follows :</p>
<p>When you own a computer , except all the computer game junkies and programmers most of us open up a browser ,surf internet, use MS office suites , email , listen songs or download pictures.</p>
<p>Since google had integrated its own application suite in the web, there was very little use of an Operating system. So why can’t a browser like Firefox(Chrome was not out then)not be installed  on Linux and sold to customers.</p>
<p>So on browser you surf internet , upload and share pictures. For work you can use google office suite which works very well within browser . So you do not need a full fledge OS.  A lightweight linux can be used and you save your $100 which you pay for OS.</p>
<p>And this I was saying before Chrome(Google’s browser ) was released.</p>
<p>Today google has announced they are launching Google Chrome Operating System in second half of 2010.</p>
<blockquote><p>Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010.</p></blockquote>
<p>Read it here in <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank">google blog </a></p>
<p>Currently they are targeting net book , but no reason why it cannot be upgraded for laptops in coming years.</p>
<p>There is a lot of business learning from this piece of news and with what Microsoft has been doing for years. We will cover that in next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/07/09/google-launches-chrome-os-moves-into-microsoft-and-apples-turf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spring Framework 3.0 released</title>
		<link>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 01:56:51 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[spring 3.0]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/?p=44</guid>
		<description><![CDATA[Spring team has released 3.0 version of their popular Spring source framework. This is a third major release  after 2.0 and 2.5 .
What are the new features in Spring 3.0?
1. The Spring Framework is now based on Java 5, and Java 6 is fully supported.
2. The entire framework code has been revised to take advantage [...]]]></description>
			<content:encoded><![CDATA[<p>Spring team has released 3.0 version of their popular Spring source framework. This is a third major release  after 2.0 and 2.5 .</p>
<p>What are the new features in Spring 3.0?</p>
<p>1. The Spring Framework is now based on Java 5, and Java 6 is fully supported.</p>
<p>2. The entire framework code has been revised to take advantage of Java 5 features like generics, varargs and other language improvements.  The code is still compatible with older versions of Java</p>
<p>3. Spring Expression Language &#8211; Spring has introduced an expression language which is similar to Unified EL in its syntax but offers significantly more features</p>
<p>The following is an example of how the Expression Language can be used to  configure some properties of a database setup</p>
<p>&lt;<span>bean</span> <span>class</span>=<span>&#8220;mycompany.RewardsTestDatabase&#8221;</span>&gt;     &lt;<span>property</span> <span>name</span>=<span>&#8220;databaseName&#8221;</span> <span>value</span>=<span>&#8220;#{systemProperties.databaseName}&#8221;</span>/&gt;     &lt;<span>property</span> <span>name</span>=<span>&#8220;keyGenerator&#8221;</span> <span>value</span>=<span>&#8220;#{strategyBean.databaseKeyGenerator}&#8221;</span>/&gt; &lt;<span>/bean</span>&gt;</p>
<p>4. Some core features from the <a href="http://www.springsource.org/javaconfig" target="_top">JavaConfig</a> project  have been added to the Spring Framework now. This means that the following  annotations are now directly supported:</p>
<div>
<ul type="disc">
<li>@Configuration</li>
<li>@Bean</li>
<li>@Primary</li>
<li>@Lazy</li>
<li>@Import</li>
<li>@Value</li>
</ul>
</div>
<p>5. Additional annotations such as <code>@CookieValue</code> and  <code>@RequestHeaders</code> have been added</p>
<p>6. Early support for asynchronous method invocations through the use of the new @Async annotation (or EJB 3.1&#8217;s @Asynchronous annotation).</p>
<p>7. The most exciting new feature for the Web Tier is the support for building  RESTful web services and web applications</p>
<p>8. Object to XML mapping functionality (OXM) from the Spring Web Services project has been moved to the core Spring Framework now</p>
<p>9. <strong>Extended support for meta-annotations:</strong> Spring&#8217;s @Scope and @Transactional annotations, as well as specialized stereotypes such as @Service and @Controller, can be applied as meta-annotations on custom annotations now. for eg</p>
<div><strong>@Service<br />
@Scope(&#8221;request&#8221;)<br />
@Transactional(rollbackFor=Exception.class)</strong><br />
@Retention(RetentionPolicy.RUNTIME)<br />
public @interface MyService {<br />
}@MyService<br />
public class RewardsService {<br />
…<br />
}</div>
<p>Source :  Spring 3.0 documentation</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/30/spring-framework-3-0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google fast cash &#8211; Way to make money or just another scam?</title>
		<link>http://www.geekevaluation.com/blog/2009/06/22/google-fast-cash-way-to-make-money-or-just-another-scam/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/22/google-fast-cash-way-to-make-money-or-just-another-scam/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:10:50 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[fast cash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=38</guid>
		<description><![CDATA[You must be reading about stories of some entrepreuners that how they can make couple of thousand dollars a month from google by using google fast cash. Man I was amazed  that google had such a program and I never knew . How stupid of me to stick with adsense which pays you so poorly.
I [...]]]></description>
			<content:encoded><![CDATA[<p>You must be reading about stories of some entrepreuners that how they can make couple of thousand dollars a month from google by using google fast cash. Man I was amazed  that google had such a program and I never knew . How stupid of me to stick with adsense which pays you so poorly.</p>
<p>I did a little research and found that this is nothing <strong>but a scam</strong> (was&#8217;nt surprised) . The only thing which google offers is <a href="https://www.google.com/adsense" target="_blank">google adsense </a>and nothing like fast cash.</p>
<p>Please do not fall for it and waste your time and money . There is no short cut to success.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/22/google-fast-cash-way-to-make-money-or-just-another-scam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nature Calling for iGoogle</title>
		<link>http://www.geekevaluation.com/blog/2009/06/19/nature-calling-for-igoogle/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/19/nature-calling-for-igoogle/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 01:52:08 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[igoogle]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=32</guid>
		<description><![CDATA[Summer is here and to celebrate it Google released a new collection of nature themes for iGoogle ( its personalized home page service). They did this by collaborating with some of the leading nature photographers and nature related organizations like National Geographic Society, BBC and Ansel Adams Gallery.
Some of the new themes are Ocean Blue, [...]]]></description>
			<content:encoded><![CDATA[<p>Summer is here and to celebrate it Google released a new collection of nature themes for iGoogle ( its personalized home page service). They did this by collaborating with some of the leading nature photographers and nature related organizations like National Geographic Society, BBC and Ansel Adams Gallery.</p>
<p>Some of the new themes are Ocean Blue, Birds of Prey, Travels to the Edge, and Deserts. These themes allow you to enjoy the world&#8217;s wonders from the comfort of your iGoogle page.</p>
<p>Go ahead and update your iGoogle homepage with these new themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/19/nature-calling-for-igoogle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Features of iPhone 3.0 OS</title>
		<link>http://www.geekevaluation.com/blog/2009/06/18/features-of-iphone-30-os/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/18/features-of-iphone-30-os/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:45:20 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=31</guid>
		<description><![CDATA[Just a few days back Apple released its iPhone OS 3.0 which has some really cool features. This would be an upgrade to all iPhone and iPod touch users.  This Operating System would be available on an international basis and is provided free of charge to all iPhone users. The iPod touch users need to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few days back Apple released its iPhone OS 3.0 which has some really cool features. This would be an upgrade to all iPhone and iPod touch users.  This Operating System would be available on an international basis and is provided free of charge to all iPhone users. The iPod touch users need to pay $9.95 for the upgrade.</p>
<p>The iPhone 3.0 is a major update and has many long requested features like the  cut, copy and paste, push notifications, MMS and modem tethering and landscape keyboard.</p>
<p>Some of the other good improvements is the support for YouTube accounts, iTunes Store account creation on the device,  direct song, movie, TV show and audiobook purchases via WiFi and these are just some of them.</p>
<p>Some of the other features are the spotlight search which enable to search all of your contacts, emails, calendars and everything in your iPod. The shake to shuffle feature, where all you do is give the iPhone a shake and it shuffles to a different song in your music library.</p>
<p>It also allows you to automatically connect to the WiFi network. There are also some features , like stereo Bluetooth or MMS (Multimedia Messaging Service) that lets you send images, audio, video and locations to other cellphone users, are not possible on the first-generation iPhone and iPod touch devices due to hardware constraints.</p>
<p>The U.S users should be aware that updating their devices wont yet allow them to enjoy MMS and modem tethering until AT&amp;T enables these capabilities on its cellular network</p>
<p>A good news for International users is that iPhone OS 3.0 is in 34 languages and supports 40 keyboard layouts. These long awaited features will definitely bring a lot of smiles to the Apple users. To update your device just log on to iTunes 8 and then click on &#8220;Check for Update&#8221;and then download and install the update.</p>
<p>Go ahead, upgrade and enjoy these features&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/18/features-of-iphone-30-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Cell Phone recharges itself</title>
		<link>http://www.geekevaluation.com/blog/2009/06/17/recharge-your-phone-without-plugging-it-in-a-socket/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/17/recharge-your-phone-without-plugging-it-in-a-socket/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:21:29 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=30</guid>
		<description><![CDATA[Imagine this one day you would be able to recharge your laptops and cell phones without plugging them into a socket. Well,  now that day may not be very far away..
Nokia, has taken its first small step towards it. They have  invented a prototype of a cell phone that recharges itself. It harvests ambient radio [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine this one day you would be able to recharge your laptops and cell phones without plugging them into a socket. Well,  now that day may not be very far away..</p>
<p>Nokia, has taken its first small step towards it. They have  invented a prototype of a cell phone that recharges itself. It harvests ambient radio waves from the air, and turns that energy into usable power.</p>
<p>Traditionally wireless power systems are specifically designed with a transmitter and receiver in mind. The wireless waves  from the TV, radio and other mobile phone systems bounces around and most of it is wasted, absorbed or scattered .</p>
<p>Nokia&#8217;s prototype cell phone is designed to pick up all these waves and uses the collected electromagnetic energy to create electrical current, then uses that to recharge the phone&#8217;s battery. A huge range of frequencies can be utilized by the system.</p>
<p>The electromagnetic energy , would be enough to keep a cell phone from dying out completely .  Currently Nokia is able to harvest just 5 milliwatts from the air, they intend to increase it to 20 milliwatts first and then to 50 milliwatts. This would be enough to keep the phone alive during an active call, but it can slowly recharge the cell phone battery when it is in standby mode.</p>
<p>Nokia hopes to commercialize this technology in the next five years..</p>
<p>We all are definitely  looking forward to it <img src='http://www.geekevaluation.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/17/recharge-your-phone-without-plugging-it-in-a-socket/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Firefox gets new add-on&#8217;s</title>
		<link>http://www.geekevaluation.com/blog/2009/06/15/firefox-gets-new-add-ons/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/15/firefox-gets-new-add-ons/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:44:44 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=29</guid>
		<description><![CDATA[Mozilla Firefox, the very popular internet browser has just introduced a new feature to its website called the Add -on collections , this allows easy grouping of add -ons for their browser.
The idea  behind the Collection Feature was to create a group of useful add -on&#8217;s that fit together. For example you can have a [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla Firefox, the very popular internet browser has just introduced a new feature to its website called the Add -on collections , this allows easy grouping of add -ons for their browser.</p>
<p>The idea  behind the Collection Feature was to create a group of useful add -on&#8217;s that fit together. For example you can have a collection of all the websites that you use to connect to your friends, like maybe Facebook, Twitter, Orkut in one collection.</p>
<p>The Collections are a community feature , so you can create your own.  The  collections can be updated , so you can continue to add useful add-ons as you find them if they fit within a Collection. As a creator of the collection you can add a comment about each add &#8211; on.</p>
<p>There is also a provision where you can flag a collection as your favorite and then even get an RSS feed update when that particular collection changes.</p>
<p>Well in the end i would like to add that this is another great idea from Mozilla.. <img src='http://www.geekevaluation.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/15/firefox-gets-new-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did you get your vanity URL on the facebook ?</title>
		<link>http://www.geekevaluation.com/blog/2009/06/14/did-you-get-your-vanity-url-on-the-facebook/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/14/did-you-get-your-vanity-url-on-the-facebook/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:50:48 +0000</pubDate>
		<dc:creator>geek</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=28</guid>
		<description><![CDATA[Had you heard about the gold rush in California in last century ? Many of us would have only read about it in books because if you are reading this blog then you would not have born at that time ?
Something similar happened last night when facebook opened its vanity url to public. It took [...]]]></description>
			<content:encoded><![CDATA[<p>Had you heard about the gold rush in California in last century ? Many of us would have only read about it in books because if you are reading this blog then you would not have born at that time ?</p>
<p>Something similar happened last night when facebook opened its vanity url to public. It took 3 minutes to reach 200,000 user names  and till date 3 million user names have been claimed.</p>
<p>Oh my god!! Looks like techies did not sleep through the night.</p>
<p>I could not get mine but most of the popular urls were gone within no time. This was nothing less than the gold rush of last century. It has been a tiring day for all.</p>
<p>But that was a great move facebook. And they handled the  traffic very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/14/did-you-get-your-vanity-url-on-the-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mafia Wars on Facebook!!</title>
		<link>http://www.geekevaluation.com/blog/2009/06/12/mafia-wars-on-facebook/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/12/mafia-wars-on-facebook/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:09:16 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=27</guid>
		<description><![CDATA[Facebook the social networking site , is always adding things and making Facebook more fun . Apart from the fact that come June 13th , you can have your own username which will enable your friends , family to direct to your profile. The other interesting feature is the number #1 crime game on Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook the social networking site , is always adding things and making Facebook more fun . Apart from the fact that come June 13th , you can have your own username which will enable your friends , family to direct to your profile. The other interesting feature is the number #1 crime game on Facebook &#8221; Mafia Wars&#8221;..</p>
<p>Mafia wars on Facebook has several cool things . It is a simple text based, number crunch game, that puts in a Mafia with all your friends who play Mafia wars .  You have three categories to choose from<br />
&gt; Mogul,<br />
&gt; Fearless<br />
&gt; Maniac.</p>
<p>Maniac seems good as it recovers energy faster.</p>
<p>The player starts out by doing jobs, with energy, for cash and moves up to buying properties for sustained income. The player then uses this income to buy bigger and better weapons from the inventory screen, which then can give them the upper hand in multiplayer fights.</p>
<p>As the player does more jobs, they earn experience that allows them to go up levels. As a player goes up in levels, they gain more profile points which allows them to become stronger, and to better fight rival Mafia groups.</p>
<p>Its extremely interesting and keeps you hooked  .Well from now on Logging onto Facebook would be great fun each day:) Go on get hooked onto the game&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/12/mafia-wars-on-facebook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Rumour has it!!</title>
		<link>http://www.geekevaluation.com/blog/2009/06/11/rumour-has-it/</link>
		<comments>http://www.geekevaluation.com/blog/2009/06/11/rumour-has-it/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:43:04 +0000</pubDate>
		<dc:creator>shruti</dc:creator>
				<category><![CDATA[Technology news]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.geekevaluation.com/blog/index.php/?p=26</guid>
		<description><![CDATA[I admit it &#8221; I  am addicted to the Internet&#8221;. I google all day!!! Just a few days back i was on the internet,  I came across this very interesting website snopes.com. It hooked me on for a long time, let me tell you all about it . Well to start of it is a [...]]]></description>
			<content:encoded><![CDATA[<p>I admit it &#8221; I  am addicted to the Internet&#8221;. I google all day!!! Just a few days back i was on the internet,  I came across this very interesting website snopes.com. It hooked me on for a long time, let me tell you all about it . Well to start of it is a site  which has checked out each and every rumour that is around and then rated it as &#8220;true&#8221; &#8220;false&#8221; or &#8220;undetermined&#8221;.</p>
<p>In the year 1995, it began as a hobby for the Mikkelsons and has now grown into Internet&#8217;s most trusted authorities, and a full time profession for the Mikkelsons.</p>
<p>It has been estimated that about 6.2 million people visit Snopes each month. The New York times recently put snopes on  its short list of essentials that every computer user must know about.</p>
<p>Just heard a rumour ????log on and confirm it..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekevaluation.com/blog/2009/06/11/rumour-has-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

