<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PraveenNET</title>
	<atom:link href="https://praveennet.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://praveennet.wordpress.com</link>
	<description>Culmination of Technology, Profession and Life!</description>
	<lastBuildDate>Tue, 01 Jun 2010 01:14:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">459773</site><cloud domain='praveennet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/d78b7e2bdf0ce2019d5db177271ccb455666416a2a99b8f8818f347fc4e871c5?s=96&#038;d=https%3A%2F%2Fs2.wp.com%2Fi%2Fwebclip.png</url>
		<title>PraveenNET</title>
		<link>https://praveennet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://praveennet.wordpress.com/osd.xml" title="PraveenNET" />
	<atom:link rel='hub' href='https://praveennet.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Benefits of using .NET Source code &#8211; Why you should enable Visual Studio Reference Source access!</title>
		<link>https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/</link>
					<comments>https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/#respond</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:42:10 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP .NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/</guid>

					<description><![CDATA[If you are a developer and wondering what this means or if you still haven’t enabled source access, then this is for you! You should be knowing that as part Open Source initiative you have get access to .Net Source code (yes! that’s right &#38; this is more than an year old news.) Also there [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you are a developer and wondering what this means or if you still haven’t enabled source access, then this is for you!</p>
<p>You should be knowing that as part Open Source initiative you have get <a href="http://blogs.msdn.com/brada/archive/2007/10/03/net-framework-source-code-release.aspx" target="_blank">access to</a> <a href="http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx" target="_blank">.Net Source code</a> (yes! that’s right &amp; this is more than an year old news.)</p>
<p>Also there are articles from gurus like <a href="http://weblogs.asp.net/scottgu/" target="_blank">ScottGu</a> and <a href="http://blogs.msdn.com/sburke/" target="_blank">Shawn Burke</a> on how to enable this and get the source code to your system so that you can play with it.</p>
<p>I don’t want to talk about that here. But I know many (a lot) of my peers (and maybe you too) have not done this till now. Let me just list down what all one stands to learn and benefit by getting the .NET source code. If you think “Nah, I’m just new to development and the source code may go overboard for me!” then you should read this..</p>
<p>A little intro how this whole thing works. You have two options to get the source code,</p>
<ol>
<li><a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx" target="_blank">Configuring Visual Studio Reference Source access</a> so that you <a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx" target="_blank">get the source code</a> on demand from Microsoft reference source server while working</li>
<li>Use <a href="http://www.codeproject.com/KB/dotnet/netmassdownloader.aspx" target="_blank">this mass downloader tool</a> (also available at <a href="http://www.codeplex.com/NetMassDownloader" target="_blank">CodePlex</a>) to get the complete (almost all) .NET source code for offline access <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
</ol>
<p>Finally, the benefits…</p>
<p><strong>1. Debug the .NET Framework source code </strong></p>
<p>You always wanted to know how a control as complex and robust as the <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx" target="_blank">GridView</a> is implemented in all its respects. Now you can! Set a breakpoint in your application, load the symbols, and step into the framework and experience the code firsthand along with .net runtime.</p>
<p><strong>2. Build better applications</strong></p>
<p>With the understanding of the underlying code and it’s execution, will enable you to develop modules with more sense that will translate into better applications</p>
<p><strong>3. Do it with style and get to understand best practices</strong></p>
<p>Reading (or debugging) through the .net framework will reveal to you a host of best practices and not-to-dos when developing an application. This will enhance and perfect one’s development skills and practices.</p>
<p><strong>4. Know the reason behind all those backward compatibility features, deprecations and weird method signatures</strong></p>
<p>When I said .Net source code it is the exact (more or less) lines of code written by real people – i.e. you get to see the inline comments and method headers, etc with all the reasons behind the existence (or not that of) a particular method or a line of code.</p>
<p><strong>5. For students: learn through example</strong></p>
<p>Always in engineering studies as a student you get to see mostly theoretical way of very common and crucial modules like memory allocation, garbage collection and other components of compilers and runtime engines. Now, you get to experience it first hand with real code!</p>
<p>I guess this should be really good enough to get things started for you. If all this didn’t convince you still or you feel something very important that I left out, comment back.</p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText"><strong>Liked it? Share this with others :</strong></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;ti=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;title=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/&amp;t=Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/11/14/benefits-of-using-net-source-code-why-you-should-enable-visual-studio-reference-source-access/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">145</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!</title>
		<link>https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/</link>
					<comments>https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Mon, 03 Nov 2008 14:20:34 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[DreamSpark]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Express]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Server]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=140</guid>

					<description><![CDATA[The one thing students want during their life at college would be free software so that they can try, test and develop their skills. Making use of this Microsoft opened up a program called DreamSpark to enable students to get access FREE licensed versions of all major development tools. Till sometime back India was not [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The one thing students want during their life at college would be free software so that they can try, test and develop their skills. Making use of this Microsoft opened up a program called <a href="http://www.DreamSpark.com/">DreamSpark</a> to enable students to get access FREE licensed versions of all major development tools.</p>
<p>Till sometime back India was not listed in the official DreamSpark website (<a href="http://www.dreamspark.com">www.dreamspark.com</a>). Recently India got it&#8217;s own website at <a href="http://www.dreamsparkindia.com">www.dreamsparkindia.com</a>. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Now, all students can rejoice!</p>
<p><span style="text-decoration:underline;"><strong>What all you get?</strong></span></p>
<p>As part of this program, students in all the colleges/ universities across India stand to get FREE licensed versions of the following tools &#8211; yes, FREE &#8211; No Charge!</p>
<ol>
<li><strong>Visual Studio 2005 Pro</strong></li>
<li><strong>Visual Studio 2008 Pro</strong></li>
<li><strong>SQL Server 2005 Standard</strong></li>
<li><strong>Windows Server 2003 Standard</strong></li>
<li><strong>Expression Studio <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong></li>
<li><strong>XNA Games Studio &amp; XNA Creators Club Online</strong></li>
</ol>
<p><span style="text-decoration:underline;"><strong>It works this way&#8230;:</strong></span></p>
<ol>
<li>Students show their college/ university Id card and get verified</li>
<li>Walk away with DVD collection of all the cool tools<br />
<em>Yes It&#8217;s that simple! <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></em></li>
</ol>
<p>So, If you are a student, simple go to <a href="http://www.dreamsparkindia.com/dreamspark/GetDreamTools.aspx">http://www.dreamsparkindia.com/dreamspark/GetDreamTools.aspx</a> to find out nearest dealers where you can get things done.</p>
<p><em>Doing it online (in India):</em></p>
<p>There is also online mode of obtaining software via DreamSpark.com, but requires ISIC (<a href="http://www.internationalstudentid.com"><span><span style="font-size:medium;"><strong><span style="color:#003300;font-family:Calibri;" lang="en-us">International Student Identity Card</span></strong></span></span></a>) <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f626.png" alt="😦" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8212;</p>
<p><strong>Don&#8217;t miss to watch Bill Gates&#8217; Speech on 5th November at 2.00 pm (IST)</strong> <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I noticed the parent DreamSpark.com site also lists <strong>SQL Server 2008</strong>, <strong>WIndows Server 2008</strong>, Expression studio 2 whereas these are absent in DreamSparkIndia.com. That means, you&#8217;ll have to only download these software by directly going to DreamSpark.com and verifying your student status as mentioned above.</p>
<p>Why not include Windows Vista (say Home Premium) in India when Windows Server is included already? &#8211; this will provide a huge boost to the Vista&#8217;s image among students once they get their hands on it. I&#8217;m guessing this will most probably be packages that were made available in rest of world previously. hmm.</p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;ti=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;title=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/&amp;t=Finally, DreamSpark comes to India! Get All Major Microsoft Software for FREE!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/11/03/finally-dreamspark-comes-to-india-get-all-major-microsoft-software-for-free/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">140</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>How should a &#8216;Killer&#8217; RSS News/Feed Reader be like&#8230;</title>
		<link>https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/</link>
					<comments>https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Wed, 15 Oct 2008 14:41:15 +0000</pubDate>
				<category><![CDATA[Fun and Leisure]]></category>
		<category><![CDATA[New Era]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[AideRss]]></category>
		<category><![CDATA[Anothr]]></category>
		<category><![CDATA[feed ranking]]></category>
		<category><![CDATA[Feed Reader]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[IM Bot]]></category>
		<category><![CDATA[iNezha]]></category>
		<category><![CDATA[My News]]></category>
		<category><![CDATA[Newspaper]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[techmeme]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/</guid>

					<description><![CDATA[Recently there was a mail floating around in one of the groups in my office. It was about how does one manage to tackle the information overload. I thought I could add something I do and I want in my &#8216;perfect&#8217; or to say ‘Killer’ RSS Feed reader for me. 1. Be Online, Simple UX, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently there was a mail floating around in one of the groups in my office. It was about how does one manage to tackle the information overload. I thought I could add something I do and I want in my &#8216;perfect&#8217; or to say ‘Killer’ <a href="http://en.wikipedia.org/wiki/RSS_Feed_Reader" target="_blank">RSS Feed reader</a> for me.</p>
<p><strong>1. Be Online, Simple UX, Shared feeds of own &amp; friends, Favorite feeds, Search &#8230;  :</strong></p>
<p>Here, in simple terms, I&#8217;m just mentioning the features of <a href="http://google.com/reader">Google Reader</a> (I know you guessed it correctly!) &#8211; it&#8217;s simple, less cluttered &#8211; best of all it&#8217;s online which enables me to access the feeds anytime anywhere. I also like the &#8216;Shared Feeds&#8217; with which I&#8217;m able to share the feeds I find is interesting with all my friends; Of course other features like one-click favorite of items, search are also very good &#8211; above all, it&#8217;s free as well . But I hate it when it bloats my browser&#8217;s memory foot print. I feel online feed readers have clear advantage in this category, at least for me.</p>
<p>There are few new feed readers coming <a href="http://search.live.com/results.aspx?q=cloud+computing+confusion&amp;form=QBRE">up on the</a> <a href="http://en.wikipedia.org/wiki/Cloud_computing">&#8216;cloud&#8217;</a> (simply as <a href="http://www.google.com/search?q=hosted%20applications">hosted applications</a>). But it&#8217;ll take some time for a new one to replace Google Reader for me. I also like if instead of ‘<a href="http://en.wikipedia.org/wiki/Software_as_a_service" target="_blank">only web</a>’ if the feed reader on both ‘<a href="http://en.wikipedia.org/wiki/Software_plus_service" target="_blank">desktop+web</a>’ is better (something like <a href="http://www.mesh.com" target="_blank">mesh</a>).</p>
<p>I guess most readers will choose Google Reader as their favorite, but still I got to ask here: <a href="https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/#respond">Do you use </a>any other feed reader apart from Google Reader (be it desktop or on the cloud). <a href="https://praveennet.wordpress.com/wp-admin/www.netvibes.com">Netvibes</a>, <a href="http://www.PageFlakes.com" target="_blank">PageFlakes</a>, Newsgator or just your <a href="http://www.google.com/ig" target="_blank">iGoogle</a>&#8230;</p>
<p><strong>2. A good RSS Ranking/ Rating system on top of it:</strong></p>
<p><strong></strong>I like <a href="http://www.aiderss.com" target="_blank">AideRss</a> and <a href="http://gr.aiderss.com/" target="_blank">the Firefox plug-in for Google Reader</a> that is available. When I&#8217;m in a hurry, I really just go ahead and read only the top feeds which AideRss shows me as the ‘Best’.</p>
<p>But I do realize ranking the feeds at &#8216;real time&#8217; is quite complex and always challenging and it works best for feeds that are at least little older. There is lot of opportunities to improvise in this front. Looking at the <a href="http://blog.aiderss.com/2008/09/26/milestones/" target="_blank">milestones</a> of AideRss, I’m hoping for better ranking of the feeds.</p>
<p><a href="https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/#respond">Do you use </a>any other feed ranking systems that you feel is good?</p>
<p><strong>Update 10/17</strong>: Melanie from AideRSS has <a href="https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/#comment-3262">commented </a>about the improvement made to AideRss.</p>
<p><strong>3. When I read news, I like the way <a href="http://en.wikipedia.org/wiki/Newspaper" target="_blank">Newspaper</a>s do it&#8230;.</strong></p>
<p><strong></strong>I came across <a href="http://www.curiostudio.com" target="_blank">GreatNews</a> RSS reader quite sometime back &#8211; the one thing I like the best about it is it&#8217;s <a href="http://www.curiostudio.com/feature.html" target="_blank">Full page reading</a> style which makes me to &#8216;read all feeds in a glimpse&#8217; &#8211; Like a newspaper. Like it right? (I know it is a desktop reader &#8211; I keep switching between GReader &amp; GreateNews once in a while. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> )</p>
<p>Among other features in GreatNews, I like labeling, channel statistics, new items highlight, search – which are very basic but are important too.</p>
<p><strong>The River of News Approach: </strong>There is a another better way of displaying news in a reader <a href="http://www.reallysimplesyndication.com/riverOfNews" target="_blank">&#8216;River of News&#8217;</a> (by <a href="http://www.scripting.com/" target="_blank">Dave Winer</a>) &#8211; which improves ‘the reading experience’ (I felt is GreatNews also tries to achieve the same in another approach). But the some of the <a href="http://nytimesriver.com/">sample</a> <a href="http://scripting.com/rivers/bbc/">implementations</a> of River of News didn&#8217;t satisfy (or impress) me – displaying the feeds as a huge list (river) of links with small description doesn’t make my reading better &amp; definitely doesn&#8217;t give a news paper like feel.</p>
<p>I&#8217;m not saying the approach is flawed. Also even GreatNews sports the ‘Folder-by-Folder’ view only which again is painful to read one by one.</p>
<p><strong>My preferred way of reading, call it ‘My News’: </strong>I&#8217;d like it better this way: All my top news(feeds) on page1, my tech news on page 2, personal feeds on page 3, sports on page 4, astronomy on 5, &#8230; &#8211; all listing &#8216;top ranked&#8217; news items in neatly laid out way. This is just logical grouping of my feeds in different categories’. GreatNews has a very good start here. All it needs is a good ranking system being integrated to it.</p>
<p>I&#8217;d have the &#8216;River of News&#8217; as my Second best liked way of reading feeds (and third method being the folder-by-folder view <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ) This way, once the ‘My News’ is reading is done, I switch to ‘the River view’ and then later to the remaining news if I really have time to spend on.</p>
<p><strong>4. An IM bot – to just keep me updated at troubled times…</strong></p>
<p><strong></strong>I don&#8217;t like to keep my feed reader always open, but I do have my Instant Messenger sign-in all time. So, an IM bot for all my top feeds will try to fulfill my hunger for the information &amp; free me from the &#8216;information overload&#8217; at least when I&#8217;m into serious office work.</p>
<p>There are lots of RSS IM Bots presently available, I use <a href="http://www.iNezha.com" target="_blank">iNezha</a> (Anothr) bot to stream my top ranked (feeds that AideRss categorizes as ‘Best’) to my IM.</p>
<p>On a final note,</p>
<ol>
<li>I didn&#8217;t mention about the mobile version of all this because given the popularity and potential opportunities available in mobile apps, it is just trivial that all the above features should be available in the mobile version of the &#8216;killer&#8217; feed reader. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
<li>There are separate breed of blog aggregators: fine example being <a href="http://www.techmeme.com/" target="_blank">Techmeme</a> – These are public feed aggregators but might directly influence one’s reading habits. I know people who wake up to read Techmeme .</li>
<li>and, this post contains references to different tools and methods how I presently manage my feeds. But every other tool/ technology is still in growing stage, so you might find it limiting &#8211; whenever you think your favourite tool is lacking something, do note it down somewhere to add it here as comment.</li>
<li>I’m not really sure if I’ll be creating such a reader immediately. Need to think about it.</li>
<li>Here we explored how to manage feeds. There are whole different and huge source of information:
<ol type="a">
<li>Email subscriptions – via Groups of <a href="http://groups.yahoo.com/" target="_blank">Y!</a>, <a href="http://groups.msn.com/" target="_blank">MSN</a>, <a href="http://groups.google.com/" target="_blank">G</a></li>
<li>Social network participation</li>
<li>Bookmarks &amp; Sharing (<a href="http://del.icio.us" target="_blank">delicious</a>), etc – I guess each would deserve it’s own blog post!</li>
</ol>
</li>
</ol>
<p>What do you think about this? Don’t forget to <a href="https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/#respond">Comment</a>/ Criticize/ Share this!</p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText"><strong>Spread the knowledge! Share this post!!</strong>:</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;ti=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;title=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/&amp;t=How should a ‘Killer’ RSS News/Feed Reader be like…" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/10/15/how-should-a-killer-rss-newsfeed-reader-be-like/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">130</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Welcoming my buddy duke42 to blogging&#8230;</title>
		<link>https://praveennet.wordpress.com/2008/09/06/welcoming-my-buddy-duke42-to-blogging/</link>
					<comments>https://praveennet.wordpress.com/2008/09/06/welcoming-my-buddy-duke42-to-blogging/#respond</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:56:02 +0000</pubDate>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[duke42]]></category>
		<category><![CDATA[welcome]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=121</guid>

					<description><![CDATA[I happy to see my friend start blogging. So I thought I&#8217;ll give a small introduction to him. Ramalingam K &#8211; He likes duke42 as his online identity and a one of best friends I got in my life. Though I came across this personality in college, I only knew him better after the college [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I happy to see my friend <a href="http://duke42.wordpress.com">start blogging</a>. So I thought I&#8217;ll give a small introduction to him. Ramalingam K &#8211; He likes duke42 as his online identity and a one of best friends I got in my life.</p>
<p>Though I came across this personality in college, I only knew him better after the college times. I happen to share my first days in corporate career with him as roommate. A person with passion towards technology, enormous creativity and a true caring nature &#8211; all bound us into very close firends. He knows what he has to do. He has better plans and he always reaches star aiming for the moon! An optimist and loyal friend. Hope blogging takes his personality and creativity to the yet another higher level.</p>
<p>Welcome buddy! Wish you very good time blogging!! <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/09/06/welcoming-my-buddy-duke42-to-blogging/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">121</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>
	</item>
		<item>
		<title>IE 8 beta 2 &#8211; methods of &#8220;window.external&#8221; object throws exception</title>
		<link>https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-methods-of-window-external-object-throws-exception/</link>
					<comments>https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-methods-of-window-external-object-throws-exception/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 11:08:18 +0000</pubDate>
				<category><![CDATA[Computers and Internet]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-methods-of-window-external-object-throws-exception</guid>

					<description><![CDATA[  Update 15 Dec, 2008: This issue disappeared in IE8 partner build (&#8216;Pre-RC1&#8217;) 8.0.6001.18343 In continuation to the post about IE 8 beta 1 issue, I figured that I still have the problem in my system even after upgrading to IE 8 beta 2. Only this time, I was able to generalize the problem very [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="msgcns!B9A5220BF4360A76!450" class="bvMsg">
<p>  </p>
<p><strong>Update 15 Dec, 2008:</strong> This issue disappeared in IE8 partner build (&#8216;Pre-RC1&#8217;) 8.0.6001.18343</p>
<p>In continuation to <a href="http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!419.entry" target="_blank">the post about IE 8 beta 1 issue</a>, I figured that I still have the problem in my system even after upgrading to IE 8 beta 2. Only this time, I was able to generalize the problem very much. </p>
<h3>Here’s what I found:</h3>
<p>The problem is that <strong><em>window.external</em></strong> object (in JavaScript) doesn’t seem to have the correct reference to one of browser object (or at least that’s what I think so). Hence all methods of this object throws me an runtime script error. </p>
<p>
<p><h3>Because of this, <strong>following actions fail in IE 8 beta 2 for me</strong></h3>
<ol>
<li>Opening New tab – <a href="http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!419.entry" target="_blank">the previous post</a> <br />Though this doesn’t happen every time, but when it happens the code breaks at
<div>
<pre>window.external.BuildNewTabPage(); </pre>
</div>
<li>Adding Service (Search provider, accelerators, etc) from <a title="http://www.ieaddons.com/en/searchproviders/" href="http://www.ieaddons.com/en/searchproviders/">http://www.ieaddons.com/en/searchproviders/</a> <br />breaks at
<div>
<pre>window.external.AddSearchProvider();</pre>
</div>
<p>or </p>
<div>
<pre>window.external.addService(); </pre>
</div>
<li>The very first time, I open IE 8 beta 2 or the once after I &#8216;reset&#8217; settings and open the browser again, in the &#8216;Customize Search providers&#8217; &amp; &#8216;Customize Accelerators&#8217; page. 
<ul>
<li><a href="http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx?dcsref=http://runonce.msn.com/runonce2.aspx#" target="_blank">http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx?dcsref=http://runonce.msn.com/runonce2.aspx#</a>
<li><a href="http://ie.microsoft.com/activities/en-en/Default.aspx" target="_blank">http://ie.microsoft.com/activities/en-en/Default.aspx</a> </ul>
<li>Especially in the <a href="">&#8216;Add Search Provider&#8217;</a> page, in the section &#8216;Create Your Own&#8217;, when I add a custom search, it throws me an error &quot;Unable to add search provider. The Create Your Own tool requires Internet Explorer. [32811]&quot;. See screenshot 3 below. </ol>
<h3><strong>My UserAgent </strong></h3>
<p>I thought probably my UserAgent string is corrupt, but here it is… and I don’t see any problem with this. </p>
<div>
<pre>“Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; <br />.NET CLR 2.0.50727; FDM; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)”</pre>
</div>
<p><h3>Screenshots:</h3>
<p><strong>(1)</strong> <a href="http://hnux5a.bay.livefilestore.com/y1pfkWx7d3jDmGdz5aevyfyc8sjktWl59vUeQGIIq6lAXtbfgwhDd-KmTSRPuydeGvpQcL1E0uDXMqp3qu72Kdzrw?PARTNER=WRITER"><img style="border-width:0;" title="IE 8 beta 2 - Strange error 1" border="0" alt="IE 8 beta 2 - Strange error 1" src="http://byfiles.storage.msn.com/y1pWFCN6aCFqPtT2rx2fIeuAYuML0HjSKoCuFaiKc29Ep56zSXkWtIswFekMkBEyeuCzg72ZncPfDg?PARTNER=WRITER" width="244" height="172" /></a>  This screenshot is taken in the <a href="http://www.ieaddons.com/" target="_blank">IE Gallery</a> web site with error pop up from the site &amp; the ‘About Dialog’. This is just a consequence the the problem I mentioned above, that window.external is not having correct reference. See code in below screenshot to understand. </p>
<p><strong>(2)</strong> <a href="http://hnux5a.bay.livefilestore.com/y1pG6dFskj19DOSyyCpcTmP9HBa3nqKnKN7uum09jq4LamYwuM4IHc2ZXfouAvY7A3TC7Z3CTZ3nx-D1vplxtFfjQ?PARTNER=WRITER"><img style="border-width:0;" title="IE8b2_error_debug_new2" border="0" alt="IE8b2_error_debug_new2" src="http://byfiles.storage.msn.com/y1pQW1FVTQI8IOivAKgqzSUys_EnPrY5PvJkFNF4TBLfhvILG-QaLJ2sXDSY9F8GsJZrVzpfScjY20?PARTNER=WRITER" width="244" height="172" /></a>  This screenshot shows the exception details &amp; the point were the exception is thrown in the IE Gallery website. The error number is “<strong>-2147319765</strong>”. A quick search on the web lead to nowhere. </p>
<p><strong>(3)</strong> <a href="http://byfiles.storage.msn.com/y1pZrm3oZyvGEApRZWV-yiswEZMuIiyY2o59ItBXlYIJK8ALdlkG5gfHg9hfGHy9jajSQJ3kOanxMU?PARTNER=WRITER"><img style="border-width:0;" title="IE8b2_error_custom_search" border="0" alt="IE8b2_error_custom_search" src="http://byfiles.storage.msn.com/y1pUJOptfzfq7VwnZYIIRJpDlb8Bitv-iqpOmpdZfAOCTUgTUKm8SSswp75tE5qzJz4tb26kKbZm4o?PARTNER=WRITER" width="244" height="152" /></a> This happens in the ‘Add Search Provider’ –&gt; Create Your Own search provider section. It’s strange that it says that I need IE to run this. <img alt="smile_sad" src="https://i0.wp.com/spaces.live.com/rte/emoticons/smile_sad.gif" /> </p>
<p>
<p><h3>Seeking help at the IE Forum</h3>
<p>I’m (again) going to post the problem in IE forum and this time I hope to see a different answer. The <a href="http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?cat=en_us_2BAF8EC5-645C-4477-A380-0F1CF6C102F9&amp;lang=en&amp;cr=us&amp;guid=&amp;sloc=en-us&amp;dg=microsoft.public.internetexplorer.beta&amp;tid=1ae859a2-e0e2-4cf3-83ec-e6bcb8777a09&amp;mid=d8736588-4d76-4d56-b34d-2521cf27eb44&amp;amid=d8736588-4d76-4d56-b34d-2521cf27eb44&amp;answer=1&amp;p=1&amp;stgxml=http://www.microsoft.com/communities/newsgroups/list/en-us/settings.xml" target="_blank">solution</a> given to <a href="http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!419.entry" target="_blank">my previous post</a> didn’t work at all. </p>
<p><strong>Update</strong>: The issue is posted in IE Forum <a href="http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.internetexplorer.beta&amp;tid=cd5c89d9-e166-4c38-8260-5e872a7175f9&amp;cat=&amp;lang=&amp;cr=&amp;sloc=&amp;p=1" target="_blank">here</a>. </p>
<p><strong>Does anybody experience same issue in your system? Comment back…</strong> </p>
<p><div style="display:inline;float:none;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/IE8" rel="tag">IE8</a>,<a href="http://technorati.com/tags/Issue" rel="tag">Issue</a>,<a href="http://technorati.com/tags/Javascript+error" rel="tag">Javascript error</a>,<a href="http://technorati.com/tags/window.external+error" rel="tag">window.external error</a>,<a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag">Internet Explorer 8</a>,<a href="http://technorati.com/tags/IE+8+beta+2" rel="tag">IE 8 beta 2</a></div>
<p><span></p>
<table cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td>Beautify the web with this post! Share it! : </p>
<td><a title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" /></a> </p>
<td><a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /></a> </p>
<td><a title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" /></a> </p>
<td><a title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;ti=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" /></a> </p>
<td><a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /></a> </p>
<td><a title="Post it to reddit!" href="http://reddit.com/submit?url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" /></a> </p>
<td><a title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" /></a> </p>
<td><a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;title=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /></a> </p>
<td><a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry&amp;t=IE 8 beta 2 - methods of" target="_blank"><img border="0" src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /></a></td>
</td>
</td>
</td>
</td>
</td>
</td>
</tbody>
</table>
<p></span></p>
</p>
</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-methods-of-window-external-object-throws-exception/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">161</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://byfiles.storage.msn.com/y1pWFCN6aCFqPtT2rx2fIeuAYuML0HjSKoCuFaiKc29Ep56zSXkWtIswFekMkBEyeuCzg72ZncPfDg?PARTNER=WRITER" medium="image">
			<media:title type="html">IE 8 beta 2 - Strange error 1</media:title>
		</media:content>

		<media:content url="http://byfiles.storage.msn.com/y1pQW1FVTQI8IOivAKgqzSUys_EnPrY5PvJkFNF4TBLfhvILG-QaLJ2sXDSY9F8GsJZrVzpfScjY20?PARTNER=WRITER" medium="image">
			<media:title type="html">IE8b2_error_debug_new2</media:title>
		</media:content>

		<media:content url="http://byfiles.storage.msn.com/y1pUJOptfzfq7VwnZYIIRJpDlb8Bitv-iqpOmpdZfAOCTUgTUKm8SSswp75tE5qzJz4tb26kKbZm4o?PARTNER=WRITER" medium="image">
			<media:title type="html">IE8b2_error_custom_search</media:title>
		</media:content>

		<media:content url="http://spaces.live.com/rte/emoticons/smile_sad.gif" medium="image">
			<media:title type="html">smile_sad</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Blogged.com says this blog is &#8216;Good&#8217;!</title>
		<link>https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good/</link>
					<comments>https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good/#respond</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:26:33 +0000</pubDate>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blogged.com]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[thanks]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=115</guid>

					<description><![CDATA[Hi Readers, I&#8217;m glad to share one sweet moment with you all. Recently I submitted my blog to be reviewed by blogged.com, one of popular blog listing sites and the editors of the site has reviewed and rated my blog as &#8216;Good&#8217;; to be precise 6.8 out of 10. 🙂 Thanks to you all for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hi Readers,<br />
<a href="http://www.blogged.com/blogs/praveennet.html"><img loading="lazy" class="alignright" src="https://i0.wp.com/www.blogged.com/icons/rt_835483.gif" alt="" width="167" height="115" /></a><br />
I&#8217;m glad to share one sweet moment with you all. Recently I submitted my blog to be reviewed by blogged.com, one of popular blog listing sites and the editors of the site has reviewed and rated my blog as &#8216;Good&#8217;; to be precise 6.8 out of 10. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Thanks to you all for visiting the blog every now and then. I&#8217;m in a pursuit of making this better and then take it to among the best! <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Keep reading! Keep coming back!! Leave comments &amp; share the knowledge!!!</p>
<p><a href="//praveennet.wordpress.com/"><img loading="lazy" class="alignnone" src="https://i0.wp.com/feeds.feedburner.com/praveennet.gif" alt="" width="180" height="100" /></a> <a href="http://praveennet.spaces.live.com/"><img loading="lazy" class="alignnone" src="https://i0.wp.com/feeds.feedburner.com/UnivDev.gif" alt="" width="180" height="100" /></a></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText"><span style="color:#339966;"><strong>Spread the knowledge! Share this post!!</strong></span>:</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;ti=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;title=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good&amp;t=Blogged.com says this blog [PraveenNet.tk] is 'Good'!" target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/28/bloggedcom-says-this-blog-is-good/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">115</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://www.blogged.com/icons/rt_835483.gif" medium="image" />

		<media:content url="http://feeds.feedburner.com/praveennet.gif?w=3&#038;c=1&#038;bb=899Z" medium="image" />

		<media:content url="http://feeds.feedburner.com/UnivDev.gif?w=1&#038;c=1&#038;bb=btsK" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Few things to complain about IE8 beta 2, but &#8230;</title>
		<link>https://praveennet.wordpress.com/2008/08/28/few-things-to-complain-about-ie8-beta-2-but/</link>
					<comments>https://praveennet.wordpress.com/2008/08/28/few-things-to-complain-about-ie8-beta-2-but/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:23:41 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Accelerators]]></category>
		<category><![CDATA[Activities]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[IE8 beta2]]></category>
		<category><![CDATA[IE8 features]]></category>
		<category><![CDATA[IE8 issues]]></category>
		<category><![CDATA[Ubiquity]]></category>
		<category><![CDATA[WebSlices]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=108</guid>

					<description><![CDATA[I installed Internet Explorer 8 Beta 2 today and was curious to experience all it&#8217;s new features. There are lots of post in the IE blog about various features &#38; facts of IE 8 beta 2 &#38; IE 8 in general. So I thought I just highlight what I feel those here&#8230; I like the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I installed <a href="http://www.microsoft.com/ie8">Internet Explorer 8</a> <a href="http://www.microsoft.com/windows/internet-explorer/beta/worldwide-sites.aspx">Beta 2</a> today and was curious to experience all it&#8217;s <a href="http://www.microsoft.com/windows/internet-explorer/beta/features/default.aspx">new features</a>.</p>
<div style="width: 190px" class="wp-caption alignright"><a href="http://www.microsoft.com/ie8"><img loading="lazy" src="https://i0.wp.com/www.microsoft.com/library/media/1033/windows/images/internet-explorer/beta/cta_ie8_download.gif" alt="IE 8 Beta " width="180" height="65" /></a><p class="wp-caption-text">IE 8 Beta </p></div>
<p>There are <a href="http://blogs.msdn.com/ie/archive/2008/08/26/ie8-performance.aspx">lots</a> <a href="http://blogs.msdn.com/ie/archive/2008/08/27/upgrading-to-internet-explorer-8-beta-2.aspx">of</a> <a href="http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx">post</a> in the <strong><em><a href="http://blogs.msdn.com/ie">IE blog</a></em></strong> about various features &amp; facts of IE 8 beta 2 &amp; IE 8 in general. So I thought I just highlight what I feel those here&#8230;</p>
<p>I like the enhanced auto complete feature in IE, which I feel is similar to the &#8216;<a href="http://blog.mozilla.com/blog/2008/04/21/a-little-something-awesome-about-firefox-3/">awesome bar</a>&#8216; in FireFox 3. (I bumped on <a href="http://zacgarrett.com/software/firefox-3-awesome-bar-still-a-piece-of-junk/index.html">this blog post</a> which calls FF address bar as &#8216;junk&#8217;, see if you ever felt like that). I have no idea why the &#8216;<em><strong>Activities</strong></em>&#8216; in beta 1 became, &#8216;<em><strong>Accelerators</strong></em>&#8216; in beta 2. I guess it&#8217;s something to do with marketing and I&#8217;m not sure if it has to do anything with <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/"><em><strong>Ubiquity</strong></em> of FireFox</a>. In principle, these two are looking different: Ubiquity promises to increase user experience with [existing] mashups, where Accelerators are like plug-ins to IE (<a href="http://blog.madskristensen.dk/post/Create-custom-activities-for-IE-8.aspx">here</a>&#8216;s how you can create one). But how these are extended in the future will really determine their fate, in their current form</p>
<p>(At time of this writing, one of  <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/features.mspx">IE 8 features </a>link still talks about &#8216;Activities&#8217; only. Here&#8217;s the updated page in <a href="http://www.microsoft.com/windows/internet-explorer/beta/features/overview.aspx?tabid=1&amp;catid=1">another location</a> (not sure why two pages!). Hope the names are not changed again, which will definitely bound to create confusion among users. )</p>
<p>I still need to check the <em><strong>In Private browsing</strong></em> on how it is going to change the way I&#8217;m going to peep into the Internet. &#8216;<em><strong>Search Suggestions</strong></em>&#8216; &#8211; simply great improvement. <em><strong>WebSlices</strong></em> are good but they need to be popularized (read &#8216;be used by all major websites&#8217;) first to have very good use across every user of the web. <em><strong>Smart Screen filter </strong></em>is an improvement over the beta 1&#8217;s website blocker, but kinda reminds me of FF3.</p>
<p>Overall, it&#8217;s thumbs up for IE 8 beta 2. Only using it for a prolonged period will tell me whether it had gotten any better for me ;). I still have <a href="http://praveennet.spaces.live.com/blog/cns!B9A5220BF4360A76!450.entry">one thing</a> to complain about IE 8 beta about, at least only in my office PC. (strange that things work fine in my laptop. Anyhow, I need to know how to the fix <a href="http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.internetexplorer.beta&amp;tid=cd5c89d9-e166-4c38-8260-5e872a7175f9&amp;cat=&amp;lang=&amp;cr=&amp;sloc=&amp;p=1">the issue</a>.)</p>
<p>There are <a href="http://blogs.zdnet.com/microsoft/?p=1556">other blogs</a> <a href="http://www.expatica.com/fr/articles/news/Microsoft-unveils-Internet-Explorer-8-to-fight-Firefox.html">that </a>talk about FireFox &amp; Internet Explorer fight over these features, but I leave it to you to decide which is better. My opinion is that both browsers are getting better everyday.</p>
<p>If you have tried IE 8 beta 2, comment here&#8230; Share what you felt good &amp; bad!</p>
<p><!-- Share Post --></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText"><span style="color:#339966;"><strong>Spread the knowledge! Share this post!!</strong></span>:</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&amp;url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to dotnetkicks" href="http://www.dotnetkicks.com/kick/?url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;ti=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to spurl" href="http://www.spurl.net/spurl.php?v=3&amp;url=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;title=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=https://praveennet.wordpress.com/2008/08/28/ie-8-beta-2-the-problem-still/&amp;t=Few things to complain about IE8 beta 2, but ..." target="_blank"><img src="https://i0.wp.com/blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/28/few-things-to-complain-about-ie8-beta-2-but/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">108</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/library/media/1033/windows/images/internet-explorer/beta/cta_ie8_download.gif" medium="image">
			<media:title type="html">IE 8 Beta </media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Some learning resources for Microsoft Office &#8211; we were hunting for.</title>
		<link>https://praveennet.wordpress.com/2008/08/28/some-learning-resources-for-microsoft-office-we-were-hunting-for/</link>
					<comments>https://praveennet.wordpress.com/2008/08/28/some-learning-resources-for-microsoft-office-we-were-hunting-for/#respond</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 06:01:41 +0000</pubDate>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[anand]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=106</guid>

					<description><![CDATA[I &#38; my colleague Anand were in search for some common shortcut, tips &#38; tricks in Office apps. and he was kind enough to hunt down and sent me few links. Training &#8211; Microsoft Office &#8211; here Best keyboard shortcuts to use in Excel &#8211; here One shortcut everyone should know &#8211; here Thanks Anand. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I &amp; my colleague <a href="http://qualitytesting.ning.com/profile/remambian">Anand</a> were in search for some common shortcut, tips &amp; tricks in Office apps. and he was kind enough to hunt down and sent me few links.</p>
<ol>
<li>Training &#8211; Microsoft Office &#8211; <a href="http://office.microsoft.com/training/training.aspx?AssetID=RC101562731033&amp;ac=1&amp;uc=1&amp;WT.mc_id=45#comments">here</a></li>
<li>Best keyboard shortcuts to use in Excel &#8211; <a href="http://office.microsoft.com/en-us/excel/HA010548101033.aspx">here</a></li>
<li>One shortcut everyone should know &#8211; <a href="http://office.microsoft.com/en-us/excel/HA010548071033.aspx?pid=CH010719671033">here</a></li>
</ol>
<p>Thanks <a href="http://twitter.com/remambian">Anand</a>.</p>
<p>Actually these are not the exhaustive ones (as you might have figured out already <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ) but only those we were looking for&#8230; For complete training you can always reach the &#8216;<a href="http://office.microsoft.com/help">Help &amp; How to</a>&#8216; section of the <a href="http://office.microsoft.com/">MS Office</a> (btw, you have to accept the website design is cool!)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/28/some-learning-resources-for-microsoft-office-we-were-hunting-for/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">106</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>
	</item>
		<item>
		<title>7-Zip was able extract 160% of data from a zip file!</title>
		<link>https://praveennet.wordpress.com/2008/08/26/7-zip-was-able-extract-160-of-data-from-a-zip-file/</link>
					<comments>https://praveennet.wordpress.com/2008/08/26/7-zip-was-able-extract-160-of-data-from-a-zip-file/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:15:47 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[sourceforge]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=98</guid>

					<description><![CDATA[You should see this. I was amazed! 😛 Need submit it to 7-zip forums. Update: Man! Sourforge.net has a real clumsy sign up process. First I&#8217;ve login with OpenID and then I&#8217;ve to create an account with new username &#38; password. They have explanations for that as well. All I had to do was to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You should see this. I was amazed! <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<div style="width: 310px" class="wp-caption alignnone"><img loading="lazy" class="size-medium" src="https://praveennet.wordpress.com/wp-content/uploads/2008/08/7zip_chaos_win2.png?w=300&#038;h=151" alt="7Zip shows incorrect extract % value"   /><p class="wp-caption-text">7 Zip Shows incorrect extract % value </p></div>
<p>Need submit it to 7-zip forums.</p>
<p><strong>Update</strong>: Man! <a href="http://Sourforge.net">Sourforge.net</a> has a real clumsy sign up process. First I&#8217;ve login with <a href="http://openid.net">OpenID </a>and then I&#8217;ve to create an account with new username &amp; password. They have <a href="http://alexandria.wiki.sourceforge.net/OpenID#tocOpenID10">explanations </a>for that as well. All I had to do was to submit a bug to 7-zip forum! <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f626.png" alt="😦" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/26/7-zip-was-able-extract-160-of-data-from-a-zip-file/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>

		<media:content url="https://praveennet.wordpress.com/wp-content/uploads/2008/08/7zip_chaos_win2.png" medium="image">
			<media:title type="html">7Zip shows incorrect extract % value</media:title>
		</media:content>
	</item>
		<item>
		<title>Have you ever wanted to disable &#8220;Reply to all&#8221; and/ or &#8220;Forward&#8221; for your emails?</title>
		<link>https://praveennet.wordpress.com/2008/08/25/have-you-ever-wanted-to-disable-reply-to-all-and-or-forward-in-you-email/</link>
					<comments>https://praveennet.wordpress.com/2008/08/25/have-you-ever-wanted-to-disable-reply-to-all-and-or-forward-in-you-email/#comments</comments>
		
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Mon, 25 Aug 2008 09:40:39 +0000</pubDate>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://praveennet.wordpress.com/?p=93</guid>

					<description><![CDATA[Have you ever wanted the email receiver not to ‘Forward’ the mail to anyone? Or wanted the email receiver not to hit ‘Reply to All’ to the mail you send? If you are using Outlook 2007 and within Exchange network, here’s a plug-in from Gavin (written in C#) that restricts your email readers to ‘Forward’ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Have you ever wanted the email receiver not to ‘Forward’ the mail to anyone? Or wanted the email receiver not to hit ‘Reply to All’ to the mail you send?</p>
<p>If you are using Outlook 2007 and within Exchange network, here’s a plug-in from Gavin (written in C#) that restricts your email readers to ‘Forward’ and/ or ‘Reply to All’ &#8211; <a href="http://www.beesknees.freeserve.co.uk/software/">http://www.beesknees.freeserve.co.uk/software/.</a></p>
<p>All you need to need to do is download the installer (mentioned in above page) <a href="http://www.beesknees.freeserve.co.uk/software/NoReplyAllBinary.zip">here</a>.<br />
<em>Caveat</em>: This plug-in works only in Outlook 2007 with Exchange (within your company network only; does not propagate to external emails)</p>
<p>I came to know about this from Scott Hanselman (<a href="http://twitter.com/shanselman">@shanselman</a>) via <a href="http://twitter.com">twitter</a>. If you are interested to try this out manually read the blog post from Scott in <a href="http://www.hanselman.com/blog/HowToEasilyDisableReplyToAllAndForwardInOutlook.aspx">his blog post</a>. Anyhow, read the &#8216;update&#8217; he has posted &#8211; &#8216;it is not a macro&#8217; but just a change in message header.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://praveennet.wordpress.com/2008/08/25/have-you-ever-wanted-to-disable-reply-to-all-and-or-forward-in-you-email/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">93</post-id>
		<media:content url="https://0.gravatar.com/avatar/62e95e90331b8b38817ceb34c438ed73985ce86d8917c40c9dffd48dab145616?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">CodeSimulator</media:title>
		</media:content>
	</item>
	</channel>
</rss>
