<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Coffee Geekz and Technology</title><link>http://blogs.msdn.com/rishisharma/default.aspx</link><description>Let's talk about technology and share ideas  to realize developer's potential .... that's our passion.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Cycle through Clipboard when using Visual Studio Editor</title><link>http://blogs.msdn.com/rishisharma/archive/2009/03/08/cycle-through-clipboard-when-using-visual-studio-editor.aspx</link><pubDate>Sun, 08 Mar 2009 16:44:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9465781</guid><dc:creator>rishish</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/9465781.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=9465781</wfw:commentRss><description>&lt;p align="justify"&gt;Have you wondered what does below option at ‘Tools-&amp;gt;Options-&amp;gt;Text Editor-&amp;gt;All Language’ means ?&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/CyclethroughClipboardwhenusingVisualStud_E10D/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/CyclethroughClipboardwhenusingVisualStud_E10D/image_thumb.png" width="436" height="40" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;This is an example of how thoughtful folks at Visual Studio are. Many a times when I copy a text and try to paste it on a blank line, rather than selecting Ctrl +P , I by mistake select Ctrl+C. This wipes out my copied line and I again need to go back for copy . That’s annoyance.&lt;/p&gt;  &lt;p align="justify"&gt;Now go the the above location and uncheck the checkbox as below.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/CyclethroughClipboardwhenusingVisualStud_E10D/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/CyclethroughClipboardwhenusingVisualStud_E10D/image_thumb_1.png" width="433" height="29" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;This disables my ability to accidently copy a blank line. So when try Ctrl+C it does not copy the line to clipboard if the cursor is at a blank line.This makes Ctrl+V always paste the selection I copied earlier. That’s cool.&lt;/p&gt;  &lt;p align="justify"&gt;Copy[Ctrl C] and paste [Ctrl V] comes to Visual Studio developers as naturally as breathing to humankind.&lt;/p&gt;  &lt;p align="justify"&gt;Rather than using Copy[Ctrl C] and paste [Ctrl V] in pairs, developers can&amp;#160; store multiple cut/copy segments in the memory and use Ctrl+Shift+V to cycle through them.&lt;/p&gt;  &lt;p align="justify"&gt;To try this, simply select texts in editor and continue to copy your selections using Ctrl C. You can copy up to 20 selections at a time.&lt;/p&gt;  &lt;p align="justify"&gt;Now point your cursor where you want to insert these selections and select Ctrl+Shift+V. Keep hitting ‘V’ key to cycle through the list of all the selections you have.Hit enter and your selected selection will be pasted where cursor is located.&lt;/p&gt;  &lt;p align="justify"&gt;Having learned this you can argue that you can use Ctrl+Shift+V to cycle through and paste your selection rather then enabling the option provided by Visual Studio.That’s true, but why press another key when Visual Studio has already&amp;#160; done the job for you. Well , I will not !!!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9465781" width="1" height="1"&gt;</description></item><item><title>Visual Studio Extensibility</title><link>http://blogs.msdn.com/rishisharma/archive/2009/02/18/visual-studio-extensibility.aspx</link><pubDate>Wed, 18 Feb 2009 08:45:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9430010</guid><dc:creator>rishish</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/9430010.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=9430010</wfw:commentRss><description>&lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6d4c3783-1635-4532-8333-8f11e45f58ba" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/visual+studio" rel="tag"&gt;visual studio&lt;/a&gt;,&lt;a href="http://technorati.com/tags/VSX" rel="tag"&gt;VSX&lt;/a&gt;,&lt;a href="http://technorati.com/tags/extensibility" rel="tag"&gt;extensibility&lt;/a&gt;&lt;/div&gt;  &lt;h3&gt;There are various ways of extending VS.&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Scripting [Dev 10]&lt;/li&gt;    &lt;li&gt;Macros&lt;/li&gt;    &lt;li&gt;Add - ins&lt;/li&gt;    &lt;li&gt;Visualizers&lt;/li&gt;    &lt;li&gt;VSPackages&lt;/li&gt;    &lt;li&gt;Code snippets&lt;/li&gt;    &lt;li&gt;Project templates&lt;/li&gt;    &lt;li&gt;MSBuild&lt;/li&gt;    &lt;li&gt;Visual Studio Shell&lt;/li&gt;    &lt;li&gt;Domain - specific languages tools&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Macros, Add-ins, Visualizers and Code snippets support extensibility in limited way. They are more suitable to be used by the developers directly rather than providing IDE environment. Scripting which is introduced in dev10 also falls under this category.&lt;/p&gt;  &lt;p&gt;Both visual studio shell and VS Packages are coupled with power of MS Build and Project Templates is great way to build extensible IDE.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="365" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_thumb.png" width="521" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Visual Studio Shell:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Visual Studio Shell is for developers who wish to build their own development tools inside the Visual Studio IDE. Its target users are not the typical developers who would use the other editions of Visual Studio. The Shell’s target users are ISVs and other developers who wish to build their own tools IDEs, and in turn ship to their users and customers.&lt;/p&gt;  &lt;p&gt;Visual Studio Shell has two modes: VS Shell (isolated mode) and VS Shell (integrated mode). Both these shells are separate binary downloads. In order to develop using VS Shell one would need following software.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0" border="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;&lt;i&gt;&lt;strong&gt;Download Name&lt;/strong&gt;&lt;/i&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;i&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/i&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;&lt;b&gt;Visual Studio 2008 SDK&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;Use this SDK to develop and test all your Visual Studio extensions. You can use the SDK to create Visual Studio packages that target Visual Studio, Visual Studio Shell (integrated mode) as well as Visual Studio Shell (isolated mode). You also use the SDK to create your own instance of the Visual Studio Shell (isolated mode). Visual Studio 2008 Standard and above is a pre-requisite for the SDK.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;&lt;b&gt;Visual Studio 2008 Shell (isolated mode) Redistributable Package&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;Include this package in your Setup program if you are building your own tools environment on the isolated Shell. This package is about 300 MB in size; it includes the .NET Framework 3.5 and the components of the Visual Studio Shell. In order to redistribute your isolated Shell, you will need to obtain a Shell Load Key from Microsoft.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top"&gt;           &lt;p&gt;&lt;b&gt;Visual Studio 2008 Shell (integrated mode) Redistributable Package&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;Include this package in your Setup program if you are building your own tools environment on the integrated Shell. This package is about 300 MB in size; it includes the .NET Framework 3.5 and the components of the Visual Studio Shell.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Visual Studio Shell in the integrated mode is used to building on top of the same Visual Studio instance as the other Visual Studio editions (Standard, Pro, Team Architect, etc.). This means that developed tools will merge into the same environment as the other editions of Visual Studio if they are also installed on the user’s machine. Most project systems such as Silverlight, ASP.NET, c#, VB, Visual c++ falls under integrated mode. As below picture indicates Integrated mode provides access to all the features of shell+project systems which are part of particular editions.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_4.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="362" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_thumb_1.png" width="392" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Visual Studio Shell in the isolated mode, is used to build a brand new IDE which has a new application identity. The tools environment will be isolated with other Visual Studio AppIds as well as other environments that are built on the Visual Studio Shell .The new IDE will have its own stub .exe, custom branding, and registry isolation. Express SKUs as mentioned in below picture falls under isolated mode.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_6.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="218" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/VisualStudioExtensibility_9DB5/image_thumb_2.png" width="545" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Each mode offers its own benefits. Typically, if one is leveraging existing language tools, one will benefit from the integrated mode because user has other editions of Visual Studio (Standard and above) installed, they will benefit from mixed language development as well as the extra features offered by Visual Studio such as unit testing, code profiling, and static analysis. On the other hand, if there is a need for custom branding in tools IDE and have it run in complete isolation with Visual Studio, the isolated mode would be the right fit.&lt;/p&gt;  &lt;p&gt;One can use regpkg.exe tools to edit, .pkgdef file to add and .pkgundef file to remove packages from VS Shell instances. In order to deploy VS Shell-based IDE on to the end user’s machine, one will need to obtain both a shell load key (SLK) and package load keys (PLKs).&lt;/p&gt;  &lt;p&gt;VSPackages are used to extend VS Shell. Irrespective of which mode developers choose, VSPackage provide standard way to extend IDE and will be the subject of next blog.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9430010" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rishisharma/archive/tags/VSX/default.aspx">VSX</category></item><item><title>Lighter shade of Expression Blend</title><link>http://blogs.msdn.com/rishisharma/archive/2009/02/18/lighter-shade-of-expression-blend.aspx</link><pubDate>Wed, 18 Feb 2009 08:27:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9429953</guid><dc:creator>rishish</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/9429953.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=9429953</wfw:commentRss><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1a921f68-2752-4385-9dc1-c568c448b605" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/tips" rel="tag"&gt;tips&lt;/a&gt;,&lt;a href="http://technorati.com/tags/tricks" rel="tag"&gt;tricks&lt;/a&gt;,&lt;a href="http://technorati.com/tags/blend" rel="tag"&gt;blend&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Do you know that there is a lighter shade of expression available in case you do not like dark black as below&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="289" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_thumb.png" width="478" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Go to ‘tools-&amp;gt; Options’ and Select ‘Expression Light’ from workspace.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_4.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="365" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_thumb_1.png" width="485" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This will turn expression blend&amp;#160; light grey.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_6.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="297" alt="image" src="http://blogs.msdn.com/blogfiles/rishisharma/WindowsLiveWriter/LightershadeofExpressionBlend_9898/image_thumb_2.png" width="491" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;For the light hearted people… Light shaded Blend.Enjoy.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;cheers&lt;/p&gt;  &lt;p&gt;Rishi &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9429953" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rishisharma/archive/tags/tips+and+tricks/default.aspx">tips and tricks</category></item><item><title>Grasshopper ‘s Hello World Application.</title><link>http://blogs.msdn.com/rishisharma/archive/2008/12/21/grasshopper-s-hello-world-application.aspx</link><pubDate>Sun, 21 Dec 2008 18:34:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245566</guid><dc:creator>rishish</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/9245566.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=9245566</wfw:commentRss><description>&lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1d158bce-9706-47c5-a2fb-5f0d014194c5" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight.Smart+Devices" rel="tag"&gt;Silverlight.Smart Devices&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;iframe style="width: 320px; height: 480px" src="http://silverlight.services.live.com/invoke/86054/test/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9245566" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rishisharma/archive/tags/silverlight/default.aspx">silverlight</category></item><item><title>Another first from Microsoft - WorldWide Telescope</title><link>http://blogs.msdn.com/rishisharma/archive/2008/05/14/another-first-from-microsoft-worldwide-telescope.aspx</link><pubDate>Wed, 14 May 2008 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8502645</guid><dc:creator>rishish</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/8502645.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=8502645</wfw:commentRss><description>&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;WorldWide Telescope(WWT) is a single &lt;LABEL class=TourAuthorText title="Previously to get all the information available in WWT, users would have to use several different programs which would connect to various servers that provide their data in different formats.  &amp;#13;&amp;#10; &amp;#13;&amp;#10;WWT, as a single Web-based program (also known as a 'rich connected application'), connects to servers for source data and provides that data in interactive, graphically-compelling features."&gt;rich application portal &lt;/LABEL&gt;that blends terabytes of images, information, and stories from multiple sources over the Internet into a seamless, immersive, rich media experience. Kids of all ages will feel empowered to explore and understand the universe with its simple and powerful user interface.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Try&amp;nbsp;this beautiful expereince with your loved ones at : &lt;FONT face=Arial&gt;&lt;A href="http://worldwidetelescope.org/"&gt;http://worldwidetelescope.org&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href="http://worldwidetelescope.org/experienceIt/ExperienceIt.aspx"&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=tblWithAllBorder cellSpacing=0 cellPadding=0 width=725 border=0 class="tblWithAllBorder"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=""&gt;Steps to download&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;:&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="TEXT-ALIGN: left"&gt;
&lt;DIV id=flashcontent align=center&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;SCRIPT type=text/javascript&gt;
		                            // &lt;![CDATA[
                            		
		                            var so = new SWFObject("../includes/flvplayer.swf", "flvplayer_flash", "478", "382", "8", "000000");
		                            so.addParam("wmode", "transparent");
		                            so.addVariable("config", "../includes/saFLVPlayerConfig.xml")
		                            so.addVariable("playOnLoad", "false");
		                            so.write("flashcontent");
                            		
		                            // ]]&gt;
	                            &lt;/SCRIPT&gt;
&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="TEXT-ALIGN: left" colSpan=2&gt;
&lt;UL style="LIST-STYLE-TYPE: decimal"&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Review the System Requirements given below&amp;nbsp;to ensure that WWT can run on your computer. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Click Download at &lt;A href="http://worldwidetelescope.org/experienceIt/ExperienceIt.aspx"&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;http://worldwidetelescope.org/experienceIt/ExperienceIt.aspx&lt;/FONT&gt;&lt;/A&gt;. &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If you don't have Microsoft .NET Framework 2.0, or later, installed on your computer, a message box &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;displays prompting you to install it. Click &lt;B&gt;Yes&lt;/B&gt; to go to the &lt;/FONT&gt;&lt;FONT face="comic sans ms,sand"&gt;&lt;FONT color=#000000&gt;&lt;B&gt;.NET Framework 2.0 SDKs, Redistributables &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp; Service Packs&lt;/B&gt; page. &lt;/FONT&gt;&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;On the &lt;B&gt;.NET Framework 2.0 SDKs, Redistributables &amp;amp; Service Packs&lt;/B&gt; page, scroll down the page to the .NET Framework Version 2.0 Redistributable Package section, and then click the link for your computer's architecture and operating system. &lt;BR&gt;&lt;B&gt;Note&lt;/B&gt; &amp;nbsp;Most computers currently use a 32-bit architecture and operating system and should click the &lt;BR&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Download x86 version. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;On the &lt;B&gt;Microsoft .Net Framework Version 2.0 Redistributable Package&lt;/B&gt; page, read the system requirements to ensure that your computer has all the necessary software installed, and then click &lt;B&gt;Download&lt;/B&gt;. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;In the &lt;B&gt;File Download – Security Warning&lt;/B&gt; message box, click &lt;B&gt;Run&lt;/B&gt;. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;In the &lt;B&gt;Internet Explorer – Security Warning&lt;/B&gt; message box, click &lt;B&gt;Run&lt;/B&gt;. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Follow the software installation instructions. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;After the software has been installed, click the &lt;B&gt;Windows Update&lt;/B&gt; link to make sure that you have all the latest service packs and security updates. Click &lt;B&gt;Express&lt;/B&gt; to review all recommended software and follow the software installation instructions. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;In the &lt;B&gt;File Download – Security Warning&lt;/B&gt; message box, click &lt;B&gt;Run&lt;/B&gt;. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;In the &lt;B&gt;Internet Explorer – Security Warning&lt;/B&gt; message box, click &lt;B&gt;Run&lt;/B&gt;. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Follow the instructions in the WorldWide Telescope Setup Wizard. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;After WWT installs, double-click the WWT icon on your desktop to open WWT. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=MCST style="TEXT-ALIGN: left" colSpan=2 class="MCST"&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;WorldWide Telescope minimum system requirements &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="FONT-SIZE: 12pt; COLOR: white; TEXT-ALIGN: left" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000 size=2&gt;For PC:&lt;BR&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="TEXT-ALIGN: left" colSpan=2&gt;
&lt;UL id=ctl00_ContentMain_ctl01_Requirements_BulletedList1 style="LIST-STYLE-TYPE: disc"&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Microsoft® XP SP2 (minimum), Windows® Vista® (recommended) &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;PC with Intel Core 2 Duo processor with 2 gigahertz (GHz) or faster, recommended &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;1 gigabyte (GB) of RAM; 2 GB RAM recommended &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;3D accelerated card with 128 megabytes (MB) RAM; discrete graphics card with dedicated 256-MB VRAM recommended for higher performance &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;1 GB of available hard disk space; 10 GB recommended for off-line features and higher performance browsing &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;XGA (1024 x 768) or higher resolution monitor &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Microsoft Mouse or compatible pointing and scrolling device &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Microsoft® DirectX® version 9.0c and .NET Framework 2.0 &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Required for some features; Internet connection at 56 Kbps or higher through either an Internet service provider (ISP) or a network. Internet access might require a separate fee to an ISP; local or long-distance telephone charges might also apply &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="TEXT-ALIGN: left" colSpan=2&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Estimated download time 1 hour (56Kb), 10 minutes (DSL 512Kb) &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;A href="http://worldwidetelescope.org/"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=MainContent cellSpacing=0 cellPadding=0 border=0 class="MainContent"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" style="TEXT-ALIGN: left"&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;The mission of the WWT is twofold: &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="TEXT-ALIGN: left"&gt;
&lt;UL id=ctl00_ContentMain_ctl02_BulletedList1 style="LIST-STYLE-TYPE: disc"&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;To aggregate scientific data from major telescopes, observatories and institutions and make temporal and multi-spectral studies available through a single cohesive Internet–based portal. &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;To re-awaken the interest for science in the younger generations through astronomy and new technologies through the virtual observatory of the WWT. This also provides a wonderful base for teaching astronomy, scientific discovery, and computational science. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;My two cents : Have&amp;nbsp;special evening booked and a&amp;nbsp;candle light dinner arranged next to your PC and switch on to&amp;nbsp;&lt;/FONT&gt;&lt;A href="http://worldwidetelescope.org/"&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;WWT&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;&amp;nbsp;and enjoy the evening of your lifetime.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Comic Sans MS"&gt;Post your expereinces. We are listening.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;cheers&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sand" color=#000000&gt;Rishi&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8502645" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rishisharma/archive/tags/news/default.aspx">news</category></item><item><title>The Man Who Saw The Future</title><link>http://blogs.msdn.com/rishisharma/archive/2008/05/12/the-man-who-saw-the-future.aspx</link><pubDate>Mon, 12 May 2008 14:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8493345</guid><dc:creator>rishish</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/rishisharma/comments/8493345.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rishisharma/commentrss.aspx?PostID=8493345</wfw:commentRss><description>&lt;TABLE class="" dir=None cellSpacing=0 cellPadding=0 width="100%" border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=ms-PostTitle class="ms-PostTitle"&gt;
&lt;P&gt;&lt;FONT face=arial,helvetica,sans-serif size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=arial,helvetica,sans-serif size=3&gt;Cloud computing .....&amp;nbsp;mobile connectivity all the time, with all the services, everywhere. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=arial,helvetica,sans-serif size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;DIV class=ms-PostBody&gt;
&lt;DIV&gt;
&lt;DIV class=ExternalClass5ED391CF9FCF439BAAD651F5E2D94412&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;Silverlight, .NET framework and ASP.NET along with WPF, IIS and SQL Server coupled with power of sharepoint and LIVE series will become building blocks for the future generation of web products.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;What application you think you need to build to drive Internet of next generation? Your response will help us&amp;nbsp;provide solutions&amp;nbsp;which will help bring out &lt;U&gt;your and your company's&lt;/U&gt; potential. &lt;STRONG&gt;That's our passion.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;Stay tuned World, we have just started.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;cheers&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=arial,helvetica,sans-serif&gt;Rishi&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=verdana,geneva&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8493345" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rishisharma/archive/tags/silverlight/default.aspx">silverlight</category></item></channel></rss>