<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>AAGILE COMPUTING</title>
	<atom:link href="http://aagilecomputing.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aagilecomputing.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 05 Sep 2008 09:53:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aagilecomputing.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7a7a6300b2ac9eb981f07289962f1980?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>AAGILE COMPUTING</title>
		<link>http://aagilecomputing.wordpress.com</link>
	</image>
			<item>
		<title>IP Spoofing(Submitted by JIMISH)</title>
		<link>http://aagilecomputing.wordpress.com/2008/09/05/ip-spoofingsubmitted-by-jimish/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/09/05/ip-spoofingsubmitted-by-jimish/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:52:34 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[HACKING]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=185</guid>
		<description><![CDATA[             The basic protocol for sending data over the Internet and many other computer networks is the Internet Protocol. The header of each IP packet contains, among other things, the numerical source and destination address of the packet. The source address is normally the address that the packet was sent from. By forging the header [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=185&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">             The basic protocol for sending data over the Internet and many other computer networks is the Internet Protocol. The header of each IP packet contains, among other things, the numerical source and destination address of the packet. The source address is normally the address that the packet was sent from. By forging the header so it contains a different address, an attacker can make it appear that the packet was sent by a different machine. The machine that receives spoofed packets will send response back to the forged source address, which means that this technique is mainly used when the attacker does not care about response or the attacker has some way of guessing the response.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">In certain cases, it might be possible for the attacker to see or redirect the response to his own machine. The most usual case is when the attacker is spoofing an address on the same LAN or WAN.</span></p>
<p class="MsoNormal" style="margin:0;"><a name="Uses_of_spoofing"></a><strong><em><span style="text-decoration:underline;"><span style="text-decoration:none;"><span style="font-size:small;font-family:Times New Roman;"> </span></span></span></em></strong></p>
<p class="MsoNormal" style="margin:0;"><strong><em><span style="text-decoration:underline;"><span style="font-size:small;"><span style="font-family:Times New Roman;">Uses of spoofing</span></span></span></em></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;">IP spoofing is most frequently used in denial-of-service attacks. In such attacks, the goal is to flood the victim with overwhelming amounts of traffic, and the attacker does not care about receiving responses to his attack packets. Packets with spoofed addresses are thus suitable for such attacks. They have additional advantages for this purpose &#8211; they are more difficult to filter since each spoofed packet appears to come from a different address, and they hide the true source of the attack. </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;">Denial of service attacks that use spoofing typically randomly choose addresses from the entire IP address space, though more sophisticated spoofing mechanisms might avoid unroutable addresses or unused portions of the IP address space. </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;">The proliferation of large botnets makes spoofing less important in denial of service attacks, but attackers typically have spoofing available as a tool, if they want to use it, so defenses against denial-of-service attacks that rely on the validity of the source IP address in attack packets might have trouble with spoofed packets. Backscatter, a technique used to observe denial-of-service attack activity in the Internet, relies on attackers&#8217; use of IP spoofing for its effectiveness.</span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="text-indent:0.5in;margin:0;"><span style="font-size:small;font-family:Times New Roman;">IP spoofing can also be a method of attack used by network intruders to defeat network security measures, such as authentication based on IP addresses. This method of attack on a remote system can be extremely difficult, as it involves modifying thousands of packets at a time. This type of attack is most effective where trust relationships exist between machines. For example, it is common on some corporate networks to have internal systems trust each other, so that a user can log in without a username or password provided he is connecting from another machine on the internal network (and so must already be logged in). By spoofing a connection from a trusted machine, an attacker may be able to access the target machine without authenticating.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/185/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/185/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=185&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/09/05/ip-spoofingsubmitted-by-jimish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>PARAMARSH-BIGGEST NON-TECH EVENT OF GUJARAT(Submitted by Disha)</title>
		<link>http://aagilecomputing.wordpress.com/2008/09/05/paramarsh-biggest-non-tech-event-of-gujaratsubmitted-by-disha/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/09/05/paramarsh-biggest-non-tech-event-of-gujaratsubmitted-by-disha/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:44:50 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[RECENT TECH-FESTS]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=181</guid>
		<description><![CDATA[HELLO FRNZS!!
GUJARAT&#8217;S BIGGEST NON-TECHNICAL EVENT AT MSU-BARODA IS WAITING FOR U. HURRY UP!! THERE ARE LIMITED ENTRIES.
THERE I&#8221;LL BE MANY BIG CELEBRITIES LIKE:-
IRFAN PATHAN
YOUSAF PATHAN
MR.ANKIT PHADIA
MR.SUNNY VAGHELA AND MANY MORE.
SO, BE FAST AND REGISTER URSELF.
THE WEBSITE ADDRESS IS:-
www.msu-paramarsh.org
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=181&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>HELLO FRNZS!!</p>
<p>GUJARAT&#8217;S BIGGEST NON-TECHNICAL EVENT AT MSU-BARODA IS WAITING FOR U. HURRY UP!! THERE ARE LIMITED ENTRIES.</p>
<p>THERE I&#8221;LL BE MANY BIG CELEBRITIES LIKE:-</p>
<p>IRFAN PATHAN</p>
<p>YOUSAF PATHAN</p>
<p>MR.ANKIT PHADIA</p>
<p>MR.SUNNY VAGHELA AND MANY MORE.</p>
<p>SO, BE FAST AND REGISTER URSELF.</p>
<p>THE WEBSITE ADDRESS IS:-</p>
<p><a href="http://www.msu-paramarsh.org">www.msu-paramarsh.org</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/181/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/181/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=181&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/09/05/paramarsh-biggest-non-tech-event-of-gujaratsubmitted-by-disha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>QUOTE OF THE DAY (BY NARENDRA)</title>
		<link>http://aagilecomputing.wordpress.com/2008/08/21/quote-of-the-day-by-narendra/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/08/21/quote-of-the-day-by-narendra/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:17:49 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[QUOTE]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/2008/08/21/quote-of-the-day-by-narendra/</guid>
		<description><![CDATA[The problem behind troubleshooting is that the problem shoots back.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=177&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>The problem behind troubleshooting is that the problem shoots back.</h2>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=177&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/08/21/quote-of-the-day-by-narendra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>Error-detection-and-Correction(Submitted by Jimish)</title>
		<link>http://aagilecomputing.wordpress.com/2008/08/08/error-detection-and-correctionsubmitted-by-jimish/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/08/08/error-detection-and-correctionsubmitted-by-jimish/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 10:20:20 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[TUTORIALS]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=166</guid>
		<description><![CDATA[

Error-detection-and-Correction


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=166&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ol>
<li>
<div style="text-align:center;"><a href="http://aagilecomputing.files.wordpress.com/2008/08/error-detection-and-correction.ppt">Error-detection-and-Correction</a></div>
</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/166/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/166/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=166&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/08/08/error-detection-and-correctionsubmitted-by-jimish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>TECHENIGMA-2008(Submitted by Disha)</title>
		<link>http://aagilecomputing.wordpress.com/2008/08/08/162/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/08/08/162/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:35:18 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[RECENT TECH-FESTS]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=162</guid>
		<description><![CDATA[HELLO FRNZS!!
Ther&#8217;s one more tech-fest waiting for you at visnagar(TECHENIGMA-2008)
For more details please on to
www.techenigma2008.spcevng.ac.in
Hope you come up with your talents.
BEST OF LUCK!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=162&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>HELLO FRNZS!!</p>
<p>Ther&#8217;s one more tech-fest waiting for you at visnagar(TECHENIGMA-2008)</p>
<p>For more details please on to</p>
<p><a href="http://www.techenigma2008.spcevng.ac.in">www.techenigma2008.spcevng.ac.in</a></p>
<p>Hope you come up with your talents.</p>
<p>BEST OF LUCK!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/162/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/162/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=162&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/08/08/162/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>get your pc fast</title>
		<link>http://aagilecomputing.wordpress.com/2008/08/07/get-your-pc-fast/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/08/07/get-your-pc-fast/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 10:30:11 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[DOWNLOAD FREE SOFTWARES]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=159</guid>
		<description><![CDATA[http://download.uniblue.com/adv/ds/sp/tucows/ppc/t01/b/speedupmypc.exe
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=159&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://download.uniblue.com/adv/ds/sp/tucows/ppc/t01/b/speedupmypc.exe">http://download.uniblue.com/adv/ds/sp/tucows/ppc/t01/b/speedupmypc.exe</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=159&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/08/07/get-your-pc-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>Get uTorrent (submitted by Chirag)</title>
		<link>http://aagilecomputing.wordpress.com/2008/08/07/get-utorrent-submitted-by-chirag/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/08/07/get-utorrent-submitted-by-chirag/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 10:24:12 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[DOWNLOAD FREE SOFTWARES]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=156</guid>
		<description><![CDATA[uTorrent is an efficient and feature rich BitTorrent client for Windows sporting a very small footprint. It was designed to use as little cpu, memory and space as possible while offering all the functionality expected from advanced clients.


Multiple simultaneous downloads
Configurable bandwidth scheduler
Global and per-torrent speed limiting
Quick-resumes interrupted transfers
RSS Downloader
Trackerless support (Mainline DHT)


http://download.utorrent.com/1.7.7/utorrent.exe
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=156&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="desc">uTorrent is an efficient and feature rich BitTorrent client for Windows sporting a very small footprint. It was designed to use as little cpu, memory and space as possible while offering all the functionality expected from advanced clients.</div>
<div class="desc">
<ul>
<li>Multiple simultaneous downloads</li>
<li>Configurable bandwidth scheduler</li>
<li>Global and per-torrent speed limiting</li>
<li>Quick-resumes interrupted transfers</li>
<li>RSS Downloader</li>
<li>Trackerless support (Mainline DHT)</li>
</ul>
</div>
<p><a href="http://download.utorrent.com/1.7.7/utorrent.exe">http://download.utorrent.com/1.7.7/utorrent.exe</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/156/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/156/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=156&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/08/07/get-utorrent-submitted-by-chirag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>Word of the Day(submitted by Ankita)</title>
		<link>http://aagilecomputing.wordpress.com/2008/07/28/todays-wordsubmitted-by-ankita/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/07/28/todays-wordsubmitted-by-ankita/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 08:31:07 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[WORDS OF COMPUTER]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=152</guid>
		<description><![CDATA[

Bug — a fault in a computer program which prevents it from working correctly. 
The term is often (but erroneously) credited to Grace Hopper. In 1946, she joined the Harvard Faculty at the Computation Laboratory where she traced an error in the Harvard Mark II to a moth trapped in a relay. This bug was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=152&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul>
<li>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Bug — a fault in a computer program which prevents it from working correctly. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">The term is often (but erroneously) credited to Grace Hopper. In 1946, she joined the Harvard Faculty at the Computation Laboratory where she traced an error in the Harvard Mark II to a moth trapped in a relay. This bug was carefully removed and taped to the log book. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">However, use of the word &#8220;bug&#8221; to describe defects in mechanical systems dates back to at least the 1870s, perhaps especially in Scotland. Thomas Edison, for one, used the term in his notebooks. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p> </li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/152/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/152/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=152&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/07/28/todays-wordsubmitted-by-ankita/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>Quote of the day(submitted by Ankita)</title>
		<link>http://aagilecomputing.wordpress.com/2008/07/28/quote-of-the-daysubmitted-by-ankita-2/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/07/28/quote-of-the-daysubmitted-by-ankita-2/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 08:20:23 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[QUOTE]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=150</guid>
		<description><![CDATA[&#8220;Real programmers don&#8217;t comment their code. If it was hard to write, it should be hard to understand&#8221; 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=150&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:large;">&#8220;Real programmers don&#8217;t comment their code. If it was hard to write, it should be hard to understand&#8221; </span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=150&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/07/28/quote-of-the-daysubmitted-by-ankita-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
		<item>
		<title>Cram (Submitted by JIMISH)</title>
		<link>http://aagilecomputing.wordpress.com/2008/07/28/cram-submitted-by-jimish/</link>
		<comments>http://aagilecomputing.wordpress.com/2008/07/28/cram-submitted-by-jimish/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 07:43:15 +0000</pubDate>
		<dc:creator>cedextrous</dc:creator>
				<category><![CDATA[MOBILE SOFTWARE]]></category>

		<guid isPermaLink="false">http://aagilecomputing.wordpress.com/?p=145</guid>
		<description><![CDATA[Cram is an application that allows a user to create, import, and study for tests on the go, using their mobile device. Cram can help you learn and review anything on the go from material on an upcoming math test, vocabulary words in your foreign language class, or trivia on your favorite topic. You can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=145&subd=aagilecomputing&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><em>Cram</em></strong> is an application that allows a user to create, import, and study for tests on the go, using their mobile device. Cram can help you learn and review anything on the go from material on an upcoming math test, vocabulary words in your foreign language class, or trivia on your favorite topic. You can use Cram to study while waiting for your class to start, standing in line, or even when you are bored. The possibilities when using Cram to study are endless!</p>
<p> </p>
<p><a href="http://download11.getjar.com/downloads/web/pub/31817/Cram.cod">http://download11.getjar.com/downloads/web/pub/31817/Cram.cod</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aagilecomputing.wordpress.com/145/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aagilecomputing.wordpress.com/145/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aagilecomputing.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aagilecomputing.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aagilecomputing.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aagilecomputing.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aagilecomputing.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aagilecomputing.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aagilecomputing.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aagilecomputing.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aagilecomputing.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aagilecomputing.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aagilecomputing.wordpress.com&blog=3086715&post=145&subd=aagilecomputing&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aagilecomputing.wordpress.com/2008/07/28/cram-submitted-by-jimish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c7487a19f72b3804665a3939a15979e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cedextrous</media:title>
		</media:content>
	</item>
	</channel>
</rss>