<?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>Invincible</title>
	<atom:link href="http://theinvincible.org/feed" rel="self" type="application/rss+xml" />
	<link>http://theinvincible.org</link>
	<description>creating history!</description>
	<lastBuildDate>Wed, 22 Feb 2012 17:20:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>REAL STEEL #PUN</title>
		<link>http://theinvincible.org/uncategorized/real-steel-pun.php</link>
		<comments>http://theinvincible.org/uncategorized/real-steel-pun.php#comments</comments>
		<pubDate>Wed, 22 Feb 2012 17:20:50 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Pun]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pun]]></category>
		<category><![CDATA[Real steel]]></category>

		<guid isPermaLink="false">http://theinvincible.org/?p=857</guid>
		<description><![CDATA[These day I am spending a lot of time on Machine Learning &#38; AI. Saw this pic and added a tag line!]]></description>
			<content:encoded><![CDATA[<p>These day I am spending a lot of time on Machine Learning &amp; AI. Saw this pic and added a tag line! <img src='http://theinvincible.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-859" title="Real Steel Pun" src="http://theinvincible.org/wp-content/uploads/2012/02/real_steel_a_l.jpg" alt="" width="640" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/uncategorized/real-steel-pun.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Frameworks</title>
		<link>http://theinvincible.org/featured/php-frameworks.php</link>
		<comments>http://theinvincible.org/featured/php-frameworks.php#comments</comments>
		<pubDate>Mon, 20 Feb 2012 16:18:47 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Open Source Development]]></category>
		<category><![CDATA[Cake PHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[model view controller]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://theinvincible.org/?p=851</guid>
		<description><![CDATA[Earlier days coding has been done with flat way or another way its called flat coding where there no standard has been followed  for coding.  Design related stuffs, business logic and database related queries everything will be at same place. This approach is not good for bigger websites/software.  Because by [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier days coding has been done with flat way or another way its called flat coding where there no standard has been followed  for coding.  Design related stuffs, business logic and database related queries everything will be at same place.</p>
<p>This approach is not good for bigger websites/software.  Because by flat coding following problem has been arisen.</p>
<ul>
<li>No Modular approach so not much scalability</li>
<li>Hard to isolate problematic area if application logic complex</li>
<li> Hard to maintain if application  logic complex</li>
<li>Everything is on same page, so one user can work on time, means designer and developer will have  dependency</li>
</ul>
<div><img class="size-full wp-image-852 aligncenter" title="MVC Architecture" src="http://theinvincible.org/wp-content/uploads/2012/02/ash-mvc-architecture11.gif" alt="" width="351" height="301" /></div>
<p>To over come above issues, new programming pattern has been introduced which is called MVC, which is also known as Model-Controller-View. In this approach, coding has been divided in three parts which are model , controller and vide. All things which are related database will be part of model, all business logics are part of controller and presentation is part of view.</p>
<p>In PHP, there are many mvc frame work are available like CodeIgniter, Cake PHP, Zend, Yii etc.</p>
<p><strong>Why framework?</strong></p>
<p>MVC Support<br />
OOPS Support<br />
Everything is well structured and well defined so easy to apply<br />
Easy for Maintenance<br />
Library support for day to day function which minimize coding<br />
Caching, Database optimization, XML , ORM etc key things are in built so easy to use<br />
Inbuilt support for 3rd party vendor support like PDF, BAR CODE<br />
Easy to Extend by Plug-in or Modular Approach<br />
QA support by Test Suit<br />
In built support for Ajax, validation,templating, form or html related functionalities<br />
Inbuilt performance related utility<br />
Easy to upgrade for new functionality</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/featured/php-frameworks.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://theinvincible.org/uncategorized/hello-world.php</link>
		<comments>http://theinvincible.org/uncategorized/hello-world.php#comments</comments>
		<pubDate>Sun, 27 Nov 2011 07:11:11 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theinvincible.org/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/uncategorized/hello-world.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Keyboard Shortcuts</title>
		<link>http://theinvincible.org/featured/mac-keyboard-shortcuts.php</link>
		<comments>http://theinvincible.org/featured/mac-keyboard-shortcuts.php#comments</comments>
		<pubDate>Tue, 25 Jan 2011 17:11:30 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech-Tips]]></category>
		<category><![CDATA[macbook short keys]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=794</guid>
		<description><![CDATA[I like to figure out the fastest way to do things on a Mac. I hope these shortcuts will help you become the power user that lies within. Please note that Cmd is short for the Command key (otherwise called the Apple key). Click Here to download images of more [...]]]></description>
			<content:encoded><![CDATA[<p><!--noadsense--><br />
I like to figure out the fastest way to do things on a Mac. I hope these shortcuts will help you become the power user that lies within.</p>
<p>Please note that Cmd is short for the Command key (otherwise called the Apple key).</p>
<p><img class="aligncenter size-full wp-image-803" title="one" src="http://theinvincible.org/wp-content/uploads/2011/01/one.png" alt="" width="580" height="195" /></p>
<p><img class="aligncenter size-full wp-image-810" title="two" src="http://theinvincible.org/wp-content/uploads/2011/01/two.png" alt="" width="580" height="463" /></p>
<p><img class="aligncenter size-full wp-image-808" title="three" src="http://theinvincible.org/wp-content/uploads/2011/01/three.png" alt="" width="580" height="136" /></p>
<p><img class="aligncenter size-full wp-image-799" title="four" src="http://theinvincible.org/wp-content/uploads/2011/01/four.png" alt="" width="580" height="319" /></p>
<p><img class="aligncenter size-full wp-image-798" title="five" src="http://theinvincible.org/wp-content/uploads/2011/01/five.png" alt="" width="580" height="251" /></p>
<p> <a href="http://theinvincible.org/wp-content/uploads/2011/01/macbook.zip">Click Here </a>to download images of more macbook short keys (Easy to print version)</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/featured/mac-keyboard-shortcuts.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>India Ad Net Komli Raises $15 Million For Regional Expansion</title>
		<link>http://theinvincible.org/web-3/india-ad-net-komli-raises-15-million-for-regional-expansion.php</link>
		<comments>http://theinvincible.org/web-3/india-ad-net-komli-raises-15-million-for-regional-expansion.php#comments</comments>
		<pubDate>Sat, 22 Jan 2011 20:51:37 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=790</guid>
		<description><![CDATA[Following two fairly big acquisitions designed to expand its regional presence, Indian ad network Komli is preparing to do some deals. The Mumbai-based company, formerly the parent of supply side platform PubMatic, has raised a $15 million round led by Norwest Venture Partners (NVP). Previous backers, Nexus Venture Partners and [...]]]></description>
			<content:encoded><![CDATA[<p>Following two fairly big acquisitions designed to expand its regional presence, Indian ad network Komli is preparing to do some deals. The Mumbai-based company, formerly the parent of supply side platform PubMatic, has raised a $15 million round led by Norwest Venture Partners (NVP). Previous backers, Nexus Venture Partners and Helion Venture Partners, also participated in the round.</p>
<p><img src="http://theinvincible.org/wp-content/uploads/2011/01/Screen-shot-2011-01-23-at-2.20.55-AM.png" alt="" title="Screen shot 2011-01-23 at 2.20.55 AM" width="239" height="90" class="aligncenter size-full wp-image-791" /></p>
<p>Komli’s primary aim of raising this round was to build up its Digital Media Network and the Audience Measurement unit. In December, Magna Global projected India’s online ad spending to grow about 28 percent this year. The Asia Pacific region in general is also expected to experience continued growth this year, so Komli is well-positioned to capitalize on that.</p>
<p>Last summer, Komli bought Australian online rep firm PostClick as it continued to expand its reach across the Asia Pacific region</p>
<p>But Komli, isn’t just focused on its backyard. In October, it acquired Indoor Media, a UK-based firm helping clients market to ethnic minorities. Release</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/web-3/india-ad-net-komli-raises-15-million-for-regional-expansion.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google to Launch Groupon Clone, &#8216;Google Offers&#8217;</title>
		<link>http://theinvincible.org/featured/google-to-launch-groupon-clone-google-offers.php</link>
		<comments>http://theinvincible.org/featured/google-to-launch-groupon-clone-google-offers.php#comments</comments>
		<pubDate>Sat, 22 Jan 2011 09:17:26 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=783</guid>
		<description><![CDATA[A while back there were rumors doing the rounds that said Google was gearing up to buy Groupon. However, the deal apparently fell through because Groupon rejected Google’s multi-billion dollar offer (rumors range from $2.5 billion to between $5.6 and $6 billion). Google clearly saw something big in Groupon, just [...]]]></description>
			<content:encoded><![CDATA[<p>A while back there were rumors doing the rounds that said Google was gearing up to buy Groupon. However, the deal apparently fell through because Groupon rejected Google’s multi-billion dollar offer (rumors range from $2.5 billion to between $5.6 and $6 billion). Google clearly saw something big in Groupon, just like it saw something big in YouTube and all of the other companies it’s acquired. And it seems the company was not content to just sit back and let Groupon be the fat-cat of the online deals world. </p>
<p><a href="http://theinvincible.org/wp-content/uploads/2011/01/img1.png"><img src="http://theinvincible.org/wp-content/uploads/2011/01/img1-300x238.png" alt="" title="img1" width="300" height="238" class="aligncenter size-medium wp-image-784" /></a></p>
<p>Today, information of a new Google project, dubbed Google Offers, leaked out. Citing a fact sheet that’s supposedly being sent out to local businesses,resources say that Google Offers looks and operates much like Groupon or LivingSocial: Users receive an e-mail with a local deal of the day, which they have a limited time to buy into. Once enough people commit to the offer, the deal is confirmed or ‘on’ and those who have committed receive their coupon. Powered by Google Checkouts, Google Offers will also have sharing options to allow people to spread the word via email, Google Reader, Google Buzz, and the usual social network-y suspects. </p>
<p><a href="http://theinvincible.org/wp-content/uploads/2011/01/img2.png"><img src="http://theinvincible.org/wp-content/uploads/2011/01/img2-300x196.png" alt="" title="img2" width="300" height="196" class="aligncenter size-medium wp-image-785" /></a></p>
<p>Google confirmed that it’s “communicating with small businesses to enlist their support and participation in a test of a pre-paid offers/vouchers program” but refused to provide any more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/featured/google-to-launch-groupon-clone-google-offers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legal notice can be sent via Facebook too</title>
		<link>http://theinvincible.org/web-3/legal-notice-can-be-sent-via-facebook-too.php</link>
		<comments>http://theinvincible.org/web-3/legal-notice-can-be-sent-via-facebook-too.php#comments</comments>
		<pubDate>Fri, 04 Jun 2010 18:59:47 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[facebook legal notice]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=561</guid>
		<description><![CDATA[Online social networking site Facebook can also be used to serve legal notices on those evading court hearing, an Australian judge has ruled. An Adelaide court ordered that Facebook be used for sending legal documents on an elusive alleged father involved in a child support dispute. The federal magistrate, Stewart [...]]]></description>
			<content:encoded><![CDATA[<p>Online social networking site Facebook can also be used to serve legal notices on those evading court hearing, an Australian judge has ruled.</p>
<p>An Adelaide court ordered that Facebook be used for sending legal documents on an elusive alleged father involved in a child support dispute.</p>
<p>The federal magistrate, Stewart Brown, said the case was unusual but &#8220;demonstrative of social movements and the currency of the times&#8221;.</p>
<p>The accused, Howard, had a brief relationship with a woman who later gave birth. The father&#8217;s name was not mentioned in the birth certificate and the mother&#8217;s child support application was rejected for lack of legal proof of paternity.</p>
<p>The mother&#8217;s counsel repeatedly wrote to Howard, asking him to have a paternity test, but there was no response. Letters sent care of his parents and current girlfriend also elicited no reply.</p>
<p>When the magistrate was told that Howard was a regular user of Facebook, he ordered that the documents be served electronically, The Age reported.</p>
<p>The judge said he was satisfied Howard had been properly served with the documents and inferred that he wanted no involvement with the proceedings because &#8220;the parentage test can have only one outcome&#8230; he is (the child&#8217;s) father&#8221;.</p>
<p>Howard shut down his account on Facebook and his MySpace website after the documents were sent.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/web-3/legal-notice-can-be-sent-via-facebook-too.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Contemplates Adding Live HTML Layers</title>
		<link>http://theinvincible.org/tech-tips/photoshop-contemplates-adding-live-html-layers.php</link>
		<comments>http://theinvincible.org/tech-tips/photoshop-contemplates-adding-live-html-layers.php#comments</comments>
		<pubDate>Fri, 04 Jun 2010 07:40:48 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Tech-Tips]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=554</guid>
		<description><![CDATA[Adobe’s Principal Product Manager of Photoshop, John Nack has posted an idea for a new Photoshop feature on his blog. Nack’s idea is to create a way of rendering HTML and CSS within Photoshop. This means visual designers could work with “live” HTML objects as they’re building websites within a [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe’s Principal Product Manager of Photoshop, John Nack has posted an idea for a new Photoshop feature on his blog. Nack’s idea is to create a way of rendering HTML and CSS within Photoshop. This means visual designers could work with “live” HTML objects as they’re building websites within a team of programmers, easing the workflow between the designing and coding stages.</p>
<p>Before you get to excited (or disappointed) keep in mind that isn’t a feature, isn’t even part of a plan, it’s simply and idea that Nack would like feedback on.</p>
<p>Nack describes the idea (and workflow) like this: a designer creates a mockup, which he hands off to a programmer. The programmer then renders the mockup in HTML/CSS, at which point he could hand it back to the designer who can open it in Photoshop as a kind of live layer. Resizing and other layer actions would cause the code to respond according to how the programmer has written the code.</p>
<p>What Nack is envisioning is a smart layer that uses WebKit (already part of the Creative Suite) to render what he calls “programmable layers.”</p>
<p>Among the benefits Nack sees are “[live] pixel-accurate web rendering (text and shapes); the ability to style objects via CSS parameters (enabling effects like dotted lines); data-driven 2D and 3D graphics; and high fidelity web output (HTML as HTML).”</p>
<p>The real world example Nack uses is a calendar widget, but that particular example raises an interesting question — what about scripting languages? We don’t know of anyone who writes out calendar code in HTML, that would be insane to update. So if you’re generating the calendar with, say, PHP, where does the script rendering happen?</p>
<p>So far, the comments appear pretty evenly divided between those who think such a feature would be great and those think that either it’s just more bloat in Photoshop, or that Fireworks would be a better home for the idea.</p>
<p>If you’ve got strong opinions one way or the other, head over to Nack’s blog and let him know what you think, either in the comments or by completing this survey.</p>
<p>Just remember that this is not part of a roadmap and may well never happen. In the words of Douglas Adams, “Don’t panic.”</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/tech-tips/photoshop-contemplates-adding-live-html-layers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Outlook E-Mails with a Click</title>
		<link>http://theinvincible.org/tech-tips/delete-outlook-e-mails-with-a-click.php</link>
		<comments>http://theinvincible.org/tech-tips/delete-outlook-e-mails-with-a-click.php#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:01:56 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Tech-Tips]]></category>
		<category><![CDATA[Outlook Trick]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=540</guid>
		<description><![CDATA[Courtesy LifeHacker &#38; PC World - Here we are at the end of my weeklong series on AutoHotkey, one of the unsung heroes of the Windows world. With this free tool, you can auto-complete text as you type, make the Backspace key navigate folders the way it used to, strip the formatting from pasted text, [...]]]></description>
			<content:encoded><![CDATA[<p id="first_paragraph">Courtesy LifeHacker &amp; PC World - Here we are at the end of my <a href="http://www.pcworld.com/article/186661/automate_common_tasks_with_autohotkey.html">weeklong series on AutoHotkey</a>, one of the unsung heroes of the Windows world.</p>
<p>With this free tool, you can <a href="http://www.pcworld.com/article/186776/use_autohotkey_to_autocomplete_text_as_you_type.html">auto-complete text as you type</a>, <a href="http://www.pcworld.com/article/186858/use_autohotkey_to_restore_the_backspace_keys_folder_function.html">make the Backspace key navigate folders the way it used to</a>, <a href="http://www.pcworld.com/article/186965/use_autohotkey_to_strip_the_formatting_from_pasted_text.html">strip the formatting from pasted text</a>, and much more.</p>
<p>You can also change the function of your middle mouse button for individual programs. Amazing, right? Over at <a href="http://www.pcworld.com/tags/Lifehacker.com.html">Lifehacker</a>, there&#8217;s a script that enables you to <a href="http://lifehacker.com/5337514/delete-outlook-emails-with-the-middle-mouse-button">delete e-mails from your Outlook inbox just by middle-clicking them</a>.</p>
<p>Behind the scenes, the script monitors the Outlook window for a middle-click (which on some mice means a click of the scroll wheel). When it detects one, it reproduces a left-button click (to select the message) and a press of Ctrl-D (to delete it). Clever, huh?</p>
<p>Interestingly, this also works with the calendar: just middle-click an appointment to delete it.</p>
<p>The instructions at Lifehacker are very clear, so I won&#8217;t reproduce them here. I will say that if you&#8217;re an Outlook user, you&#8217;re about to fall in love with AutoHotkey&#8211;and your middle mouse button.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/tech-tips/delete-outlook-e-mails-with-a-click.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAV10: Uninstall Made Easy Without Passwords</title>
		<link>http://theinvincible.org/hacks/sav10-uninstall-made-easy-without-passwords.php</link>
		<comments>http://theinvincible.org/hacks/sav10-uninstall-made-easy-without-passwords.php#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:03:16 +0000</pubDate>
		<dc:creator>invincible</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://invinciblebrain.com/?p=448</guid>
		<description><![CDATA[Norton AntiVirus Clients or Symantec AntiVirus Clients especially Corporate Edition Clients can be installed as managed network setup type by a Symantec AntiVirus Server. When a Symantec AntiVirus Client is managed, it will prompt for password when uninstalling client via local computer Control Panel Add or Remove Program applet. If [...]]]></description>
			<content:encoded><![CDATA[<p>Norton AntiVirus Clients or Symantec AntiVirus Clients especially Corporate Edition Clients can be installed as managed network setup type by a Symantec AntiVirus Server. When a Symantec AntiVirus Client is managed, it will prompt for password when uninstalling client via local computer Control Panel Add or Remove Program applet. If you don’t know or forget the password, then the client is not able to uninstall or remove. And the SAV client uninstall password won’t work with server group password too, as if you enter that password, you will receive an invalid password message.  The client uninstallation password is different from the server group password, and it can be set by the administrator through the Symantec System Center for the client that is managed. If the client uninstallation password has not been set or changed specifically, it will still be the default password. Thus, first thing to try in order to successfully uninstall a Symantec Client Security program is by using the default password for the uninstalling clients, which is symantec.  In the cases where Symantec AntiVirus server has been taken down and no longer exist, or the client computer has no access to company network, or the default client uninstall password does not work, the following hack will enable you to remove Symantec Antivirus without using a password:</p>
<ol>
<li> Open Registry Editor (regedit).</li>
<li>Navigate to the following registry key:        HKEY_LOCAL_MACHINESOFTWAREINTELLANDeskVirusProtect6CurrentVersionAdministrator OnlySecurity</li>
<li>Change the value for useVPuninstallpassword key from 1 to 0.</li>
<li>Exit Registry Editor and now you can uninstall Symantec AntiVirus Client.  The trick should work on most version of Symantec AntiVirus client or Norton AntiVirus Client, including version 7, 8, 9 or 10.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://theinvincible.org/hacks/sav10-uninstall-made-easy-without-passwords.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

