<?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; windows</title>
	<atom:link href="http://smartanuj.com/tag/windows/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>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>Wireless Network Name !! Nice !!</title>
		<link>http://smartanuj.com/wireless-network-name-nice</link>
		<comments>http://smartanuj.com/wireless-network-name-nice#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:32:28 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=24</guid>
		<description><![CDATA[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 Add this to Mister Wong Share this on Mixx Share this on Reddit Stumble upon something good? Share it on StumbleUpon Share this on Technorati]]></description>
			<content:encoded><![CDATA[<div id="attachment_25" class="wp-caption aligncenter" style="width: 683px"><img class="size-full wp-image-25" title="What would you name your wireless network" src="http://smartanuj.com/wp-content/uploads/2009/11/2ubW.jpg" alt="What would you name your wireless network. Btw great to broadcast message." width="673" height="505" /><p class="wp-caption-text">What would you name your wireless network. Btw great method to broadcast message.</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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21" 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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Wireless+Network+Name+%21%21+Nice+%21%21+-+http://b2l.me/addj6&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/wireless-network-name-nice&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/wireless-network-name-nice/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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21&amp;desc=" 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/wireless-network-name-nice&amp;bm_description=Wireless+Network+Name+%21%21+Nice+%21%21&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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21" 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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21" 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/wireless-network-name-nice&amp;title=Wireless+Network+Name+%21%21+Nice+%21%21" 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/wireless-network-name-nice" 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/wireless-network-name-nice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1st post</title>
		<link>http://smartanuj.com/1st-post</link>
		<comments>http://smartanuj.com/1st-post#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:44:44 +0000</pubDate>
		<dc:creator>Anuj Tenani</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://smartanuj.com/?p=3</guid>
		<description><![CDATA[Hello to all the readers (and would be readers of this blog). Well this is the first post on this blog and i can&#8217;t really seem to find anything to write on .. weird huh !!  i want to do blogging but do not know what to write about. You know when i decided to]]></description>
			<content:encoded><![CDATA[<p>Hello to all the readers (and would be readers of this blog).</p>
<p>Well this is the first post on this blog and i can&#8217;t really seem to find anything to write on .. weird huh !!  i want to do blogging but do not know what to write about. You know when i decided to write i had a little conversation with my friends so one of my friends tell me</p>
<p>&#8221; you know why don&#8217;t you use twitter , its a great micro-blogging tool &#8221;</p>
<p>and i showed them this</p>
<div class="wp-caption aligncenter" style="width: 549px"><img title="How twitter was formed" src="http://www.makeuseof.com/tech-fun/wp-content/uploads/2009/11/twitterlist.png" alt="How twitter was formed" width="539" height="652" /><p class="wp-caption-text">How twitter was formed</p></div>
<p>anyways 140 <span style="text-decoration: line-through;">words</span> letters is too less for<span style="text-decoration: line-through;"> me </span>anyone</p>
<p>oh and here is something i wanted to show before i started to write this post .</p>
<div class="wp-caption aligncenter" style="width: 307px"><img title="The guy who made windows copy / move dialog" src="http://imgs.xkcd.com/comics/estimation.png" alt="They could say the connection is probably lost, but its more fun to do naive time-averaging to give you hope that if you wait around for 1,163 hours, it will finally finish." width="297" height="335" /><p class="wp-caption-text">They could say &quot;the connection is probably lost,&quot; but it&#39;s more fun to do naive time-averaging to give you hope that if you wait around for 1,163 hours, it will finally finish.</p></div>
<p>I think its pretty funny . what do you say !!</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/1st-post&amp;title=1st+post" 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/1st-post&amp;title=1st+post" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=1st+post+-+http://b2l.me/addjz&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/1st-post&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://smartanuj.com/1st-post/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/1st-post&amp;title=1st+post&amp;desc=Hello%20to%20all%20the%20readers%20%28and%20would%20be%20readers%20of%20this%20blog%29.%0D%0A%0D%0AWell%20this%20is%20the%20first%20post%20on%20this%20blog%20and%20i%20can%27t%20really%20seem%20to%20find%20anything%20to%20write%20on%20..%20weird%20huh%20%21%21%C2%A0%20i%20want%20to%20do%20blogging%20but%20do%20not%20know%20what%20to%20write%20about.%20You%20know%20when%20i%20decided%20to%20write%20i%20had%20a%20little%20conversation%20wit" 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/1st-post&amp;bm_description=1st+post&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/1st-post&amp;title=1st+post" 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/1st-post&amp;title=1st+post" 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/1st-post&amp;title=1st+post" 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/1st-post" 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/1st-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
