<?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>smartanuj.com &#187; Technology</title>
	<atom:link href="http://smartanuj.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://smartanuj.com</link>
	<description>Its my blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PID 4 is using PORT 80 on Windows 7 !! Help</title>
		<link>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help</link>
		<comments>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:45:42 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help</guid>
		<description><![CDATA[So i have been using apache to run a local server on my home computer (Well xampp exactly) , from the past few days i have been having trouble starting apache on port 80. I was wondering what could possibly be the reason for that , MySql was running fine on port 3306 but apache’s]]></description>
			<content:encoded><![CDATA[<p>So i have been using apache to run a local server on my home computer (Well xampp exactly) , from the past few days i have been having trouble starting apache on port 80. I was wondering what could possibly be the reason for that , MySql was running fine on port 3306 but apache’s port 80 was being used by some process . So i did a <strong><em>netstat –ano </em></strong>command at the command prompt to see its output , and to my surprise PID 4 was using the port 80. To find out which Process has the ID 4 (Process ID 4) i launched the <strong>Task Manager</strong> (Ctrl + Shift + Esc) , went to <strong>Processes Tab </strong>and checked <strong>Show processes from all users</strong></p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/taskmanager.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="taskmanager" border="0" alt="taskmanager" src="http://smartanuj.com/wp-content/uploads/2010/02/taskmanager_thumb.gif" width="424" height="477" /></a><strong>Well this is a screenshot after i got it working so you’ll see my httpd daemon is already running. I posted it just to make sure you guys are following me</strong>&#160;</p>
<p>Now after some research i found some solutions , so i am going to list them all here. But none of them worked for me , (well they might for you)</p>
<p>Here is one solution from the site cameroncooke.com</p>
<blockquote><p>1) Launch RegEdit:</p>
<p>2) Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP</p>
<p>3) Add a new DWORD (32-bit) value</p>
<p>4) Name it ‘NoRun’ not including the quotes</p>
<p>5) Double click the new property</p>
<p>6) In the Value data field type ‘1? not including quotes and click OK</p>
<p>7) Re-boot your computer</p>
</blockquote>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/Regedit.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Regedit" border="0" alt="Regedit" src="http://smartanuj.com/wp-content/uploads/2010/02/Regedit_thumb.gif" width="644" height="256" /></a> </p>
<p>But obviously it didn’t work for me.</p>
<p>Second solution from the comments on the same post</p>
<blockquote><p>Go to Services (search for “services” on windows start menu ) and then <strong>disable Windows Remote Management</strong></p>
</blockquote>
<p>Third solution that worked for me was to disable the Running IIS server on my computer. It is disabled by default and i have turned it on some days back for some reasons . Turning that off solved my problem. Go to Windows Start menu and search for “<strong>turn windows features on or off</strong>”</p>
<p>Then start the program and uncheck the <strong>Internet Information Services</strong></p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/02/windowsfeatures.gif"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="windows-features" border="0" alt="windows-features" src="http://smartanuj.com/wp-content/uploads/2010/02/windowsfeatures_thumb.gif" width="433" height="379" /></a> </p>
</p>
<p>Then just reboot your computer and try to start the apache (it will start ofcourse).</p>
<p>I hope it helps a few fellow web developers. if you are still facing trouble please ask in the comments section</p>
<p>&#160;</p>
<p><strong>Update : Sometimes SKYPE also occupies port 80. So make sure to run your apache server before you start skype</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help+-+http://b2l.me/f333d&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help&amp;desc=So%20i%20have%20been%20using%20apache%20to%20run%20a%20local%20server%20on%20my%20home%20computer%20%28Well%20xampp%20exactly%29%20%2C%20from%20the%20past%20few%20days%20i%20have%20been%20having%20trouble%20starting%20apache%20on%20port%2080.%20I%20was%20wondering%20what%20could%20possibly%20be%20the%20reason%20for%20that%20%2C%20MySql%20was%20running%20fine%20on%20port%203306%20but%20apache%E2%80%99s%20port%2080%20was%20being" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;bm_description=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help&amp;title=PID+4+is+using+PORT+80+on+Windows+7+%21%21+Help" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/pid-4-is-using-port-80-on-windows-7-help/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to unlock Everything in Windows 7</title>
		<link>http://smartanuj.com/how-to-unlock-everything-in-windows-7</link>
		<comments>http://smartanuj.com/how-to-unlock-everything-in-windows-7#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:20:43 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://smartanuj.com/how-to-unlock-everything-in-windows-7</guid>
		<description><![CDATA[So how can you unlock basically everything that is in the windows control panel. The windows 7 “Everything” folder gives you the ability to have every setting at one place , be it the Action Center , Administrative Tools , Bitlocker etc. Basically it is just a folder with expanded Control Panel. Please see the]]></description>
			<content:encoded><![CDATA[<p>So how can you unlock basically everything that is in the windows control panel. The windows 7 “Everything” folder gives you the ability to have every setting at one place , be it the Action Center , Administrative Tools , Bitlocker etc. Basically it is just a folder with expanded Control Panel. Please see the screenshot below to see it in more detail</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2010/01/Everything.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Everything inside Windows 7" border="0" alt="Everything inside Windows 7" src="http://smartanuj.com/wp-content/uploads/2010/01/Everything_thumb.png" width="644" height="394" /></a> </p>
<p>&#160;</p>
<p>To get this folder all you have to do is the following</p>
<ol>
<li>Create a new folder anywhere on your hard drive </li>
<li>Rename this folder <strong>Everything.{ED7BA470-8E54-465E-825C-99712043E01C}</strong></li>
</ol>
<p>That is it. When you open the folder you’ll see everything which inside. Please leave your comments below. </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+unlock+Everything+in+Windows+7+-+http://b2l.me/cw9xz&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/how-to-unlock-everything-in-windows-7/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7&amp;desc=So%20how%20can%20you%20unlock%20basically%20everything%20that%20is%20in%20the%20windows%20control%20panel.%20The%20windows%207%20%E2%80%9CEverything%E2%80%9D%20folder%20gives%20you%20the%20ability%20to%20have%20every%20setting%20at%20one%20place%20%2C%20be%20it%20the%20Action%20Center%20%2C%20Administrative%20Tools%20%2C%20Bitlocker%20etc.%20Basically%20it%20is%20just%20a%20folder%20with%20expanded%20Control%20Panel." rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;bm_description=How+to+unlock+Everything+in+Windows+7&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/how-to-unlock-everything-in-windows-7&amp;title=How+to+unlock+Everything+in+Windows+7" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/how-to-unlock-everything-in-windows-7" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/how-to-unlock-everything-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Easter Egg</title>
		<link>http://smartanuj.com/google-easter-egg</link>
		<comments>http://smartanuj.com/google-easter-egg#comments</comments>
		<pubDate>Sun, 13 Dec 2009 10:09:31 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[easter egg]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=98</guid>
		<description><![CDATA[Google has a new easter egg. This time right on the homepage. To see the easter egg simply click on I&#8217;m Feeling Lucky button with nothing in the search field and voila!! Share this on del.icio.us Digg this! Tweet This! Post on Google Buzz Subscribe to the comments for this post? Post this on Diigo]]></description>
			<content:encoded><![CDATA[<p>Google has a new easter egg. This time right on the homepage.</p>
<p>To see the easter egg simply click on I&#8217;m Feeling Lucky button with nothing in the search field and voila!!</p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 437px"><img class="size-full wp-image-99 " title="Google Easter Egg , Countdown to end of the year 2009" src="http://smartanuj.com/wp-content/uploads/2009/12/google-easter-egg.png" alt="Google Easter Egg , Countdown to end of the year 2009" width="427" height="328" /><p class="wp-caption-text">Google Easter Egg , Countdown to end of the year 2009</p></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+Easter+Egg+-+http://b2l.me/bge8a&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/google-easter-egg&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/google-easter-egg/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg&amp;desc=Google%20has%20a%20new%20easter%20egg.%20This%20time%20right%20on%20the%20homepage.%0D%0A%0D%0ATo%20see%20the%20easter%20egg%20simply%20click%20on%20I%27m%20Feeling%20Lucky%20button%20with%20nothing%20in%20the%20search%20field%20and%20voila%21%21%0D%0A%0D%0A" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/google-easter-egg&amp;bm_description=Google+Easter+Egg&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/google-easter-egg&amp;title=Google+Easter+Egg" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/google-easter-egg" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/google-easter-egg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 WUBI installation problem , GRUB screen after updating</title>
		<link>http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating</link>
		<comments>http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:48:38 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=94</guid>
		<description><![CDATA[Okay so I wanted to try Ubuntu 9.10 on my computer partially because it is so damn old to run windows 7 and partially because I wanted to give it a try. Only problem I didn&#8217;t have a Boot CD and my old computer won&#8217;t boot from a USB. So I tried WUBI and installed]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">Okay so I wanted to try Ubuntu 9.10 on my computer partially because it is so damn old to run windows 7 and partially because I wanted to give it a try. Only problem I didn&#8217;t have a Boot CD and my old computer won&#8217;t boot from a USB. So I tried WUBI and installed Ubuntu within windows. I was all set to try Ubuntu now. Ubuntu was running quite good , I had even shifted my development environment from Windows XP to Ubuntu 9.10. After running for a few days Ubuntu&#8217;s update manager notified me there are some updates, so i clicked Update and the update started. After the update it asked to Restart Computer and so i did.</p>
<p style="margin-bottom: 0in;">After the restart when i tried to boot into Ubuntu , the GRUB screen came and i was like what do i do now ? I am a techie but i am not that into Linux so i was clueless there.</p>
<p style="margin-bottom: 0in;">So i had to boot into Windows again , fire up Firefox and hunt the web for a solution as now i had everything in my Linux Environment.</p>
<p style="margin-bottom: 0in;">Finally i found a solution  and compiled everything at one place.</p>
<p style="margin-bottom: 0in;">Please follow the following steps if you too got stuck at the GRUB screen in a WUBI installation after doing a Linux Kernel Update / Update to Ubuntu</p>
<ol>
<blockquote>
<li><span style="color: #800000;">sh:grub&gt;</span><strong><span style="color: #800000;">set root=(loop0)</span></strong></li>
<li><span style="color: #800000;">sh:grub&gt;</span><strong><span style="color: #800000;">linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro</span></strong></li>
<li><span style="color: #800000;">sh:grub&gt;</span><strong><span style="color: #800000;">initrd /boot/initrd.img-2.6.31-14-generic</span></strong></li>
<li><span style="color: #800000;">sh:grub&gt;</span><strong><span style="color: #800000;">boot</span></strong></li>
</blockquote>
</ol>
<p>please note /ubuntu/disks/root.disk is the location of your WUBI installation (default being C:\ubuntu)</p>
<p>this will enable you to boot into Ubuntu Back</p>
<p>After booting  into Ubuntu follow these steps to not to see that GRUB screen again during starting up.</p>
<ol>
<blockquote>
<li><span style="color: #800000;">Open Terminal (Applications-&gt;Accessories-&gt;Terminal)</span></li>
<li><span style="color: #800000;">Type </span><strong><span style="color: #800000;">sudo update-grub2 </span></strong><span style="color: #800000;">and click Enter, enter your administrator password and voila your GRUB list is made again. and you&#8217;ll not the GRUB screen again</span></li>
</blockquote>
</ol>
<p>I hope that helps. if you have any doubt please say in comments.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating+-+http://b2l.me/bfawh&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating&amp;desc=Okay%20so%20I%20wanted%20to%20try%20Ubuntu%209.10%20on%20my%20computer%20partially%20because%20it%20is%20so%20damn%20old%20to%20run%20windows%207%20and%20partially%20because%20I%20wanted%20to%20give%20it%20a%20try.%20Only%20problem%20I%20didn%27t%20have%20a%20Boot%20CD%20and%20my%20old%20computer%20won%27t%20boot%20from%20a%20USB.%20So%20I%20tried%20WUBI%20and%20installed%20Ubuntu%20within%20windows.%20I%20was%20all%20set%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;bm_description=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating&amp;title=Ubuntu+9.10+WUBI+installation+problem+%2C+GRUB+screen+after+updating" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/ubuntu-9-10-wubi-installation-problem-grub-screen-after-updating/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>YouTube Mass Downloader</title>
		<link>http://smartanuj.com/youtube-mass-downloader</link>
		<comments>http://smartanuj.com/youtube-mass-downloader#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:07:46 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://smartanuj.com/youtube-mass-downloader</guid>
		<description><![CDATA[If you ever wished to download a playlist from youtube even with some really useful firefox extension like Video Download Helper it is a pain in the ass. You have to manually visit each video in the playlist and then download it. Now i came across a freeware today that makes downloading youtube playlists (and]]></description>
			<content:encoded><![CDATA[<p>If you ever wished to download a playlist from youtube even with some really useful firefox extension like <a title="Video Download Helper firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/3006" rel="nofollow" target="_blank">Video Download Helper</a> it is a pain in the ass. You have to manually visit each video in the playlist and then download it. Now i came across a freeware today that makes downloading youtube playlists (and videos of course) simple. All you need to do is give it the playlist URL and voila it starts downloading all the videos. The application is called <a title="Link to Youtube Video Downloader on Mininova.org" href="http://www.mininova.org/tor/3144357" rel="nofollow" target="_blank">YouTube Video Downloader</a> .</p>
<p>Click the following screenshot to enlarge.</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/youtubedownloader.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="You Tube Downlaoder" border="0" alt="You Tube Downlaoder" src="http://smartanuj.com/wp-content/uploads/2009/11/youtubedownloader_thumb.png" width="644" height="357" /></a></p>
<p>And best of all, this application is distributed thru torrents.&#160;&#160; <a title="Grab the latest release from here" href="http://www.mininova.org/search/?search=youtube+quackware&amp;cat=0" rel="nofollow" target="_blank">mininova.org</a></p>
<p>It is produced by people from <a title="Visit the developer&#39;s site" href="http://quack-ware.com" rel="nofollow" target="_blank">quack-ware.com</a> and is currently in version 1.7.2</p>
<p>The program is compatible with all the windows version including Windows 7. It needs .net framework though</p>
<p>Developer’s Comments</p>
<blockquote><p>New in 1.7.2      <br />- Changed various GUI Elements to make the downloading process smoother.       <br />- Fixed non-working downloads. Users now have a choice of a maximum of 4 different file types.       <br />- Rewrote almost all the download code, program is about half as small now.       <br /><a href="http://www.Quack-Ware.com/tools/youtubedownloader.aspx" rel="nofollow" target="_blank">Online version available here!</a>       <br /><a href="http://www.Quack-Ware.com" rel="nofollow" target="_blank">Direct Download Available Here</a>       <br />FEATURES:       <br />- Download YouTube videos in either regular quality .flv format or high       <br />quality .mp4 format. All you need is the YouTube link!       <br />- Extract the .mp3 directly out of the .flv files from the videos you downloaded!       <br />- Generate a download link for any video       <br />- Automatic file naming based on the video name       <br />- Drag and drop urls directly into the text boxes.       <br />- Multiple downloads at once and notification of when your download is finished.       <br />- Progress Bar to see your download progress.       <br />-Download videos from www.metacafe.com!       <br />Any problems, suggestions, questions, or comments please contact me at QuackWare@gmail.com       <br />I wrote this myself and I will continue to make easy and useful programs like this for free distribution so look forward to more <img src='http://smartanuj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . If you would like to be notified of what I am doing or donate to keep good programs like this coming click &quot;Get Extras&quot; in the Help Menu in the program.       <br />Note: If you are getting an application error while trying to run this or any of my programs you need to download .Net framework. The download is available for free here:       <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" rel="nofollow" target="_blank">.Net Framework</a></p>
</blockquote>
<p><strong>Notes:</strong></p>
<ul>
<li>Give it the playlist URL such that nothing is following the string of letters eg. <a title="http://www.youtube.com/view_play_list?p=586D322B5E2764CF" href="http://www.youtube.com/view_play_list?p=586D322B5E2764CF">http://www.youtube.com/view_play_list?p=586D322B5E2764CF</a>&#160; </li>
<li>The program will hang after you click the download button. do not worry its normal. it’ll respond in a couple of minutes </li>
<li>This program downloads videos one by one i.e no multithreading. but it is still a very useful program </li>
</ul>
<p>Download Link &#8211; <a title="Link to Youtube Video Downloader on Mininova.org" href="http://www.mininova.org/tor/3144357" rel="nofollow" target="_blank">YouTube Video Downloader 1.7.2</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=YouTube+Mass+Downloader+-+http://b2l.me/af5e7&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/youtube-mass-downloader&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/youtube-mass-downloader/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader&amp;desc=If%20you%20ever%20wished%20to%20download%20a%20playlist%20from%20youtube%20even%20with%20some%20really%20useful%20firefox%20extension%20like%20Video%20Download%20Helper%20it%20is%20a%20pain%20in%20the%20ass.%20You%20have%20to%20manually%20visit%20each%20video%20in%20the%20playlist%20and%20then%20download%20it.%20Now%20i%20came%20across%20a%20freeware%20today%20that%20makes%20downloading%20youtube%20play" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/youtube-mass-downloader&amp;bm_description=YouTube+Mass+Downloader&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/youtube-mass-downloader&amp;title=YouTube+Mass+Downloader" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/youtube-mass-downloader" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/youtube-mass-downloader/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google vs Microsoft</title>
		<link>http://smartanuj.com/google-vs-microsoft</link>
		<comments>http://smartanuj.com/google-vs-microsoft#comments</comments>
		<pubDate>Sun, 15 Nov 2009 19:15:18 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[suggest]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://smartanuj.com/google-vs-microsoft</guid>
		<description><![CDATA[So Google and Microsoft are fighting with each other all the time now. With the upcoming launch of Google’s Chrome OS next week its like Google Dropped a nuclear bomb on Microsoft. Not only that Google has also declared Microsoft to be the Devil . Don’t believe me… see for yourselves &#160; &#160; But its]]></description>
			<content:encoded><![CDATA[<p>So Google and Microsoft are fighting with each other all the time now. With the upcoming launch of <strong>Google’s Chrome OS next week</strong> its like Google Dropped a nuclear bomb on Microsoft. </p>
<p>Not only that Google has also declared <strong>Microsoft to be the Devil </strong>. Don’t believe me… see for yourselves</p>
<p>&#160;</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/googlevsmicrosoft.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Google Suggest - Microsoft is Devil" border="0" alt="Google Suggest - Microsoft is Devil" src="http://smartanuj.com/wp-content/uploads/2009/11/googlevsmicrosoft_thumb.png" width="524" height="201" /></a> </p>
<p>&#160;</p>
<p>But its just one side of the story. Microsoft seems to hate Google in the same way as well. Yeah people Bing (Microsoft’s search engine) preaches <strong>Google is Evil</strong> too.<strong> </strong></p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/bing.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Microsoft says the same too" border="0" alt="Microsoft says the same too" src="http://smartanuj.com/wp-content/uploads/2009/11/bing_thumb.jpg" width="586" height="318" /></a></p>
<p>&#160;</p>
<p>Hey Wait… how can we forget Yahoo. Let us see what they say to all this. </p>
</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/yahoo_decides.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Yahoo Suggest - Says Google is the best" border="0" alt="Yahoo Suggest - Says Google is the best" src="http://smartanuj.com/wp-content/uploads/2009/11/yahoo_decides_thumb.jpg" width="490" height="210" /></a>Unbelievable !! Yahoo has only one thing to say –&gt; Google You Rule</p>
<p>Well i think we finally have the answer. You know what i think Google and Yahoo are planning something. Google also says the same for Yahoo. i don’t know about you guys but i smell a rat</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/yahoo.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Google Suggest - Yahoo is the best" border="0" alt="Google Suggest - Yahoo is the best" src="http://smartanuj.com/wp-content/uploads/2009/11/yahoo_thumb.png" width="512" height="191" /></a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+vs+Microsoft+-+http://b2l.me/afgkz&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/google-vs-microsoft&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/google-vs-microsoft/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft&amp;desc=So%20Google%20and%20Microsoft%20are%20fighting%20with%20each%20other%20all%20the%20time%20now.%20With%20the%20upcoming%20launch%20of%20Google%E2%80%99s%20Chrome%20OS%20next%20week%20its%20like%20Google%20Dropped%20a%20nuclear%20bomb%20on%20Microsoft.%20%20%20Not%20only%20that%20Google%20has%20also%20declared%20Microsoft%20to%20be%20the%20Devil%20.%20Don%E2%80%99t%20believe%20me%E2%80%A6%20see%20for%20yourselves%20%20%26%23160%3B" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/google-vs-microsoft&amp;bm_description=Google+vs+Microsoft&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/google-vs-microsoft&amp;title=Google+vs+Microsoft" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/google-vs-microsoft" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/google-vs-microsoft/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Developer Phone 2 / GOOGLE ION</title>
		<link>http://smartanuj.com/android-developer-phone-2-google-ion</link>
		<comments>http://smartanuj.com/android-developer-phone-2-google-ion#comments</comments>
		<pubDate>Sat, 14 Nov 2009 11:25:06 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://smartanuj.com/android-developer-phone-2-google-ion</guid>
		<description><![CDATA[Google gave away the new Android Developer Phone (The HTC Magic ) at the Google&#160; I/O Developer Conference at San Francisco . They are now also offering the same phone at the Android Marketplace in the developer section (you need to pay $25 to become a developer) . Some of the features in this “unlocked”]]></description>
			<content:encoded><![CDATA[<p>Google gave away the new Android Developer Phone (The HTC Magic ) at the <a href="http://code.google.com/events/io/2009/" target="_blank">Google&#160; I/O Developer Conference at San Francisco</a> . They are now also offering the same phone at the Android Marketplace in the developer section (you need to pay $25 to become a developer) .</p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/phone2dev1.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="phone2dev1" border="0" alt="phone2dev1" src="http://smartanuj.com/wp-content/uploads/2009/11/phone2dev1_thumb.jpg" width="125" height="250" /></a></p>
</p>
<p> Some of the features in this “unlocked” version of the phone are as follows in the following pictures.<img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Android Dev Phone Specs" border="0" alt="Android Dev Phone Specs" src="http://smartanuj.com/wp-content/uploads/2009/11/AndroidDevPhone_1258196302363_thumb.png" width="482" height="376" />
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/AndroidDevPhone_1258196302363.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Android Dev Phone_1258196302363" border="0" alt="Android Dev Phone_1258196302363" src="http://smartanuj.com/wp-content/uploads/2009/11/AndroidDevPhone_1258196302363_thumb1.png" width="310" height="376" /></a>Now all the features are almost similar to the original HTC Magic except that the Phone has a lesser RAM . The&#160; screenshot taken from <a title="HTC Magic product page" href="http://www.htc.com/www/product/magic/specification.html" rel="nofollow" target="_blank">HTC product page</a> says the HTC magic has 288 MB RAM but Google ION has 192 MB RAM </p>
<p><a href="http://smartanuj.com/wp-content/uploads/2009/11/HTCProductsHTCMagicSpecification_1258196605466.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="HTC - Products - HTC Magic - Specification" border="0" alt="HTC - Products - HTC Magic - Specification" src="http://smartanuj.com/wp-content/uploads/2009/11/HTCProductsHTCMagicSpecification_1258196605466_thumb.png" width="274" height="50" /></a>&#160;</p>
<p>Also some say there is a difference in <a title="Wikipedia link explaing UMTS frequencies" href="http://en.wikipedia.org/wiki/UMTS_frequency_bands" target="_blank">UMTS frequency</a> of both the phones. but it hardly matters to me.</p>
<p>But the most interesting features in Google ION / HTC Magic which makes it a must have phone </p>
<ul>
<li>Root Access to the Phone –&gt; go ahead install the <a title="Link to Cyanogen MOD" href="http://www.cyanogenmod.com/" rel="nofollow" target="_blank">Cyanogen MOD</a> and get the features you always wanted in your HTC Magic</li>
<li>The capacitive touch screen </li>
<li>No keyboard so it is sleek as compared to ADP 1 / HTC Dream / T-Mobile G1 </li>
<li>Better Battery Life than G1</li>
</ul>
<p>Pricing : Google ION is available for $399 from Android Developer Center. Shipping is free for USA only. For other countries you need to pay shipping and tax as well. For example Total Cost of Shipping and Handling (including taxes) to India is $107 .So you need to pay $506 to buy the phone. On the other hand the HTC Magic(unlocked) is also available for Rs. 23000 ($500) from ebay india.</p>
<p>Final Notes : It is a decent phone and if you want an android phone that is not much costly this phone is what you are looking for</p>
<p>Please have your say in the comments.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Android+Developer+Phone+2+%2F+GOOGLE+ION+-+http://b2l.me/ad4fm&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/android-developer-phone-2-google-ion/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION&amp;desc=Google%20gave%20away%20the%20new%20Android%20Developer%20Phone%20%28The%20HTC%20Magic%20%29%20at%20the%20Google%26%23160%3B%20I%2FO%20Developer%20Conference%20at%20San%20Francisco%20.%20They%20are%20now%20also%20offering%20the%20same%20phone%20at%20the%20Android%20Marketplace%20in%20the%20developer%20section%20%28you%20need%20to%20pay%20%2425%20to%20become%20a%20developer%29%20.%20%20%20%20%20Some%20of%20the%20features%20in%20th" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;bm_description=Android+Developer+Phone+2+%2F+GOOGLE+ION&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/android-developer-phone-2-google-ion&amp;title=Android+Developer+Phone+2+%2F+GOOGLE+ION" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/android-developer-phone-2-google-ion" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/android-developer-phone-2-google-ion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection of funniest Digg Captcha</title>
		<link>http://smartanuj.com/collection-of-funniest-digg-captcha</link>
		<comments>http://smartanuj.com/collection-of-funniest-digg-captcha#comments</comments>
		<pubDate>Fri, 13 Nov 2009 18:17:13 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://smartanuj.com/collection-of-funniest-digg-captcha</guid>
		<description><![CDATA[So what happens when you submit a story to digg. well it asks you a bunch of questions and makes you fill a captcha to check if you are human… but are they really checking or they are sending you a hidden message… see the captcha images below and determine yourselves &#160; Do you have]]></description>
			<content:encoded><![CDATA[<p>So what happens when you submit a story to digg. well it asks you a bunch of questions and makes you fill a captcha to check if you are human… but are they really checking or they are sending you a hidden message… see the captcha images below and determine yourselves</p>
<p>&#160;</p>
<p>
<table border="1" cellspacing="2" cellpadding="2" width="520">
<tbody>
<tr>
<td valign="top" width="514"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Digg Captcha - Fucked" border="0" alt="Digg Captcha - Fucked" src="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaFucked_thumb.jpg" width="224" height="54" /></td>
</tr>
<tr>
<td valign="top" width="514"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Digg Captcha - You are Gay" border="0" alt="Digg Captcha - You are Gay" src="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaYouareGay_thumb.jpg" width="278" height="219" /></td>
</tr>
<tr>
<td valign="top" width="514"><a href="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaPuked.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Digg Captcha - Puked" border="0" alt="Digg Captcha - Puked" src="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaPuked_thumb.jpg" width="224" height="54" /></a> </td>
</tr>
<tr>
<td valign="top" width="514"><a href="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaIamFat.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Digg Captcha - I am Fat" border="0" alt="Digg Captcha - I am Fat" src="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaIamFat_thumb.jpg" width="491" height="190" /></a> </td>
</tr>
<tr>
<td valign="top" width="514"><a href="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaWTFFU.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Digg Captcha - WTF FU" border="0" alt="Digg Captcha - WTF FU" src="http://smartanuj.com/wp-content/uploads/2009/11/DiggCaptchaWTFFU_thumb.gif" width="393" height="92" /></a> </td>
</tr>
</tbody>
</table>
<p>Do you have any more funny digg captcha to share. please post the link to image in comments or send me the image at anujtenani##gmail.com&#160; (replace ## with a @)</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Collection+of+funniest+Digg+Captcha+-+http://b2l.me/adhfr&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/collection-of-funniest-digg-captcha/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha&amp;desc=So%20what%20happens%20when%20you%20submit%20a%20story%20to%20digg.%20well%20it%20asks%20you%20a%20bunch%20of%20questions%20and%20makes%20you%20fill%20a%20captcha%20to%20check%20if%20you%20are%20human%E2%80%A6%20but%20are%20they%20really%20checking%20or%20they%20are%20sending%20you%20a%20hidden%20message%E2%80%A6%20see%20the%20captcha%20images%20below%20and%20determine%20yourselves%20%20%26%23160%3B%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;bm_description=Collection+of+funniest+Digg+Captcha&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/collection-of-funniest-digg-captcha&amp;title=Collection+of+funniest+Digg+Captcha" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/collection-of-funniest-digg-captcha" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/collection-of-funniest-digg-captcha/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone vs Droid</title>
		<link>http://smartanuj.com/iphone-vs-droid</link>
		<comments>http://smartanuj.com/iphone-vs-droid#comments</comments>
		<pubDate>Fri, 13 Nov 2009 08:40:15 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=50</guid>
		<description><![CDATA[SO i was in a dilemma a few day back which phone would be a better buy iPhone or Motorola Droid. Both have there own set of good and bad features. Droid has a better screen , has keyboard and runs Android , iPhone has a bigger App Store etc. Now this comic from xkcd.com]]></description>
			<content:encoded><![CDATA[<p>SO i was in a dilemma a few day back which phone would be a better buy iPhone or Motorola Droid. Both have there own set of good and bad features. Droid has a better screen , has keyboard and runs Android , iPhone has a bigger App Store etc.</p>
<p>Now this comic from xkcd.com helped me make my decision</p>
<div class="wp-caption aligncenter" style="width: 750px"><img title="iPhone vs Motorola Droid" src="http://imgs.xkcd.com/comics/iphone_or_droid.png" alt="iPhone vs Motorola Droid. Which one it is going to be" width="740" height="224" /><p class="wp-caption-text">iPhone vs Motorola Droid. Which one it is going to be</p></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=iPhone+vs+Droid+-+http://b2l.me/addej&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/iphone-vs-droid&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/iphone-vs-droid/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid&amp;desc=SO%20i%20was%20in%20a%20dilemma%20a%20few%20day%20back%20which%20phone%20would%20be%20a%20better%20buy%20iPhone%20or%20Motorola%20Droid.%20Both%20have%20there%20own%20set%20of%20good%20and%20bad%20features.%20Droid%20has%20a%20better%20screen%20%2C%20has%20keyboard%20and%20runs%20Android%20%2C%20iPhone%20has%20a%20bigger%20App%20Store%20etc.%0D%0A%0D%0ANow%20this%20comic%20from%20xkcd.com%20helped%20me%20make%20my%20decision" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/iphone-vs-droid&amp;bm_description=iPhone+vs+Droid&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/iphone-vs-droid&amp;title=iPhone+vs+Droid" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/iphone-vs-droid" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/iphone-vs-droid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Pwns Apple</title>
		<link>http://smartanuj.com/adobe-pwns-apple</link>
		<comments>http://smartanuj.com/adobe-pwns-apple#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:25:11 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[pwns]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=34</guid>
		<description><![CDATA[Okay so this is what adobe says to you when you try to visit http://get.adobe.com/flashplayer/ on your iPhone to download flash player At this matter i would say &#8220;What the hell is your problem Steve Jobs&#8220; Share this on del.icio.us Digg this! Tweet This! Post on Google Buzz Subscribe to the comments for this post?]]></description>
			<content:encoded><![CDATA[<div id="attachment_35" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-35" title="Adobe Pwns Apple" src="http://smartanuj.com/wp-content/uploads/2009/11/photo.jpg" alt="Apple deserves it. That's right iphone users you ain't getting adobe flash soon !!" width="320" height="480" /><p class="wp-caption-text">Apple deserves it. That&#39;s right iphone users you ain&#39;t getting adobe flash soon !!</p></div>
<p>Okay so this is what adobe says to you when you try to visit<a href="http://get.adobe.com/flashplayer/"> http://get.adobe.com/flashplayer/</a> on your iPhone to download flash player</p>
<p>At this matter i would say &#8220;<strong>What the hell is your problem Steve Jobs</strong>&#8220;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Adobe+Pwns+Apple+-+http://b2l.me/addju&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://smartanuj.com/adobe-pwns-apple&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/adobe-pwns-apple/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple&amp;desc=%0D%0A%0D%0AOkay%20so%20this%20is%20what%20adobe%20says%20to%20you%20when%20you%20try%20to%20visit%20http%3A%2F%2Fget.adobe.com%2Fflashplayer%2F%20on%20your%20iPhone%20to%20download%20flash%20player%0D%0A%0D%0AAt%20this%20matter%20i%20would%20say%20%22What%20the%20hell%20is%20your%20problem%20Steve%20Jobs%22" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://smartanuj.com/adobe-pwns-apple&amp;bm_description=Adobe+Pwns+Apple&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://smartanuj.com/adobe-pwns-apple&amp;title=Adobe+Pwns+Apple" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://smartanuj.com/adobe-pwns-apple" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://smartanuj.com/adobe-pwns-apple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
