<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.scottcate.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Scott Cate: Family: Visual Studio Tricks</title><link>http://scottcate.com/tricks/</link><description>&lt;p&gt;Visual Studio (2005,2008,2010) Tips and Tricks.&lt;/p&gt;</description><generator>Graffiti CMS 1.2 (build 1.2.0.2308)</generator><lastBuildDate>Fri, 01 Jan 2010 19:22:00 GMT</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.scottcate.com/VSTricks" /><feedburner:info uri="vstricks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>VSTricks</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>#70 Ctrl+F3 Auto Search Currently Selected String</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/b88ehxIEpww/</link><pubDate>Fri, 01 Jan 2010 20:22:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/070/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>1</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Just select some text (or just have the cursor on the word you wish to search for) and press &lt;strong&gt;[CTRL]+[F3]&lt;/strong&gt;.&amp;nbsp; &lt;strong&gt;[CTRL]+[SHIFT]+[F3]&lt;/strong&gt; will do a reverse search to find previous.&lt;/p&gt;
&lt;p&gt;Note that a &lt;strong&gt;[CTRL]+[F3]&lt;/strong&gt; search uses the following options:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Is case sensitive&lt;/li&gt;
    &lt;li&gt;Searches hidden text&lt;/li&gt;
    &lt;li&gt;Allows for partial matching&lt;/li&gt;
    &lt;li&gt;Does not use regular expressions&lt;/li&gt;
&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=b88ehxIEpww:tVm4aphn9GI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=b88ehxIEpww:tVm4aphn9GI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=b88ehxIEpww:tVm4aphn9GI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/b88ehxIEpww" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/070/</feedburner:origLink></item><item><title>#69 F3 Repeats last Search, Shift-F3 is Find Previous</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/Ac1tf0kIpL4/</link><pubDate>Fri, 01 Jan 2010 18:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/069/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;After you search and find an item, &lt;strong&gt;[F3]&lt;/strong&gt; will search and find the same item again. &lt;strong&gt;[SHIFT]-[F3]&lt;/strong&gt; will find the same item, but will look behind your current cursor position. Obviously, you can also press the Find Next button on the Find and Replace window, if it's open.&lt;/p&gt;
&lt;p&gt;One thing to note about &lt;strong&gt;[F3]&lt;/strong&gt;, is that like all searches, it will obey the rules you've setup on the &lt;strong&gt;[CTRL]-[F]&lt;/strong&gt; find dialog (even though it's not open).&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=Ac1tf0kIpL4:OV68lGlxQPk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Ac1tf0kIpL4:OV68lGlxQPk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=Ac1tf0kIpL4:OV68lGlxQPk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/Ac1tf0kIpL4" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/069/</feedburner:origLink></item><item><title>#504 Debug ASP.net in any browser with #VisualStudio</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/l9S0dtKdy7c/</link><pubDate>Wed, 09 Dec 2009 17:30:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/504/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>4</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;When browsing the &lt;a href="http://twitter.com/#search?q=Visual%20Studio"&gt;&amp;ldquo;Visual Studio&amp;rdquo;&lt;/a&gt; search on twitter, I saw a &lt;a href="http://bit.ly/68NPQM"&gt;post from @GamersOnlyOlder&lt;/a&gt; asking about debugging asp.net in a browser other than Internet Explorer.&lt;/p&gt;
&lt;p&gt;Are you forced to use Internet Explorer when debugging ASP.net applications? Absolutely not. This quick tip/trick shows how to browse and setup a default browser to use when debugging ASP.net pages. If you change the default browser, then your standard F5 will launch that browser, and attach to the process for you. In this example, I switch between IE and Chrome for debugging sessions.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=l9S0dtKdy7c:Vzp_ZPujJz4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=l9S0dtKdy7c:Vzp_ZPujJz4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=l9S0dtKdy7c:Vzp_ZPujJz4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/l9S0dtKdy7c" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/504/</feedburner:origLink></item><item><title>#503 New Block Select in Visual Studio 2010</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/HomwKLpEZmU/</link><pubDate>Thu, 03 Dec 2009 15:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/503/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>2</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;We&amp;rsquo;ve had block select in Visual Studio for a long time. The idea of block select is simple, sometimes you want to select columns and rows (in a block) instead of the normal line by line select you get with normal drag-n-drop selection, or [SHIFT]+[ARROW] selection. We talked about this for older versions of studio on &lt;a href="http://scottcate.com/Tricks/002/"&gt;Trick number 002&lt;/a&gt;. Watch Trick number 503, to see what&amp;rsquo;s new in Studio 2010.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=HomwKLpEZmU:WuDWaPUbxOU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=HomwKLpEZmU:WuDWaPUbxOU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=HomwKLpEZmU:WuDWaPUbxOU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/HomwKLpEZmU" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/503/</feedburner:origLink></item><item><title>#68 Search within the current project or entire solution?</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/aoM32ymfa_Q/</link><pubDate>Wed, 02 Dec 2009 15:20:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/068/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;When doing a quick find, you can select the scope of your search, including the current code block, current document, all open documents, current project, and entire solution. There is even a way to scope your search, to only look in the current code block. This might be nice for finding local variables, or when you inherit someone else's project that like to write those famous 1500 line long methods :)&lt;/p&gt;&lt;p&gt;Just press &lt;strong&gt;[CTRL]+[F]&lt;/strong&gt; to open the Quick Find window, and drop down the Look in to select the search scope.&lt;/p&gt;
&lt;p&gt;Recall that this search scope will also apply to the &lt;a href="http://scottcate.com/tricks/013"&gt;[CTRL]+[D] Search&lt;/a&gt; experience.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=aoM32ymfa_Q:XnjfHnV84vY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=aoM32ymfa_Q:XnjfHnV84vY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=aoM32ymfa_Q:XnjfHnV84vY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/aoM32ymfa_Q" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/068/</feedburner:origLink></item><item><title>Win a Visual Studio 2008 Pro License Promoting @VSTricks on Twitter in your own words</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/miz2GEPgK5c/</link><pubDate>Tue, 01 Dec 2009 04:36:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/win-a-visual-studio-2008-pro-license-promoting-vstricks-on-twitter-in-your-own-words/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>3</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;&lt;a href="http://scottcate.com/files/media/image/WindowsLiveWriter/WinaVisualStudio2008ProLicensePromotingV_12C18/DSC01160.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="DSC01160" border="0" alt="DSC01160" align="right" width="244" height="184" src="http://scottcate.com/files/media/image/WindowsLiveWriter/WinaVisualStudio2008ProLicensePromotingV_12C18/DSC01160_thumb.jpg" /&gt;&lt;/a&gt;Recently I have been getting a lot of positive feedback for my work around the Visual Studio tricks. I try to make the video tricks under 90 seconds, and while the original Video Tips were a replay on Sara Ford&amp;rsquo;s original tips, I&amp;rsquo;m ramping up to get the tips out starting for the new Visual Studio 2010.&lt;/p&gt;
&lt;p&gt;When a new tip is released, the RSS feed is updated, and the twitter feed for &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt; is updated. Those are the only two traffic sources. Well the search engines pick it up also, so eventually traffic will come from organic search, but the same day traffic comes from the RSS and Twitter. The Visual Studio tricks do take a long time to put together, and a lot of people like them. Well I get a lot of positive feedback, so I&amp;rsquo;m assuming they are favorable to many thousands that view, and don&amp;rsquo;t leave comments. It is a community project, and at the end of the day, it&amp;rsquo;s just me, a single blogger putting these together.&lt;/p&gt;
&lt;p&gt;With this in mind, I would like to do a promotion. I have an extra copy of a licensed Visual Studio Professional 2008. Not an academic, but a full version. It is a Not for Resale, so you can&amp;rsquo;t win it, and expect to get anything out of it, other than the great usage of the software.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;So how do you play? How do you win?&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To Play.&lt;/strong&gt; Just promote the twitter account &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt; on your twitter feed to your friends. Use your own words and talk about &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt;, and how it&amp;rsquo;s been helpful to you. Maybe link to your favorite video trick. Whatever, it&amp;rsquo;s up to you. My goal here is simple, build the list of users following &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To Win.&lt;/strong&gt; I will gather all the user names, that mention &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt; in their twitter feed between now and Dec 4th at noon my time, GMT-7. I&amp;rsquo;ll take all the user names into excel and scramble them, many, many, many times. This process will be recorded, and posted online, so you&amp;rsquo;ll know the winner is purely random.&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt; account will notify the winner, and I&amp;rsquo;ll ship the disk wit the serial number to an address supplied by the winner.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m really hoping to keep things simple, promote the twitter account &lt;a href="http://twitter.com/VSTricks"&gt;@VSTricks&lt;/a&gt;, and at the same time give-a-way some great software to someone that could really use it. If the winner does in fact not need the software (maybe the winner already owns a copy???), I&amp;rsquo;ll fall back to the second randomly picked winner, and then third, forth, fifth and so on.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE: Dec 10th, 2009&lt;/strong&gt; A winner has been picked, and the video shows all. Who entered (all 17 of you), how it was random, and the announcement being made in TweetDeck :) Isn&amp;rsquo;t video great?&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=miz2GEPgK5c:COzxm8pcVrA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=miz2GEPgK5c:COzxm8pcVrA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=miz2GEPgK5c:COzxm8pcVrA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/miz2GEPgK5c" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/win-a-visual-studio-2008-pro-license-promoting-vstricks-on-twitter-in-your-own-words/</feedburner:origLink></item><item><title>#502 VS2010 Request : Bring back Show Shortcuts in Tooltips</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/17apf8I0SSQ/</link><pubDate>Mon, 23 Nov 2009 02:40:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/502/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>3</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;In Visual Studio 2008, you could turn on the keyboard bindings to be displayed with the Tooltips. For example, if you hover over the save icon, you would also see CTRL+S. This was tip #64 for 2008, but seems to be missing from 2010. And I looked in every place I could, including the registry.&lt;/p&gt;
&lt;p&gt;Now it's possible that these can still be turned on somewhere, somehow, but I can't find it. Maybe it was excluded because of performance? Maybe it can be programmed as a custom Tooltip Adorner? I don't know, but maybe with this post, we'll get an answer from the team.&lt;a href="http://scottcate.com/files/media/image/WindowsLiveWriter/502VS2010RequestBringbackShowShortcutsin_111FF/FirstFrame_2.png"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=17apf8I0SSQ:wSPDaiyBEZI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=17apf8I0SSQ:wSPDaiyBEZI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=17apf8I0SSQ:wSPDaiyBEZI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/17apf8I0SSQ" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/502/</feedburner:origLink></item><item><title>#501 :: Change the Background color of selected text</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/kovNYm4qQiM/</link><pubDate>Sun, 22 Nov 2009 01:54:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/501/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;From now on, all tricks will be recorded using Visual Studio 2010, starting with the Beta2 Ultimate product. You'll also notice that these are playing with YouTube now, since the announcement from Microsoft that Silverlight Live Hosting services will be going away.&lt;/p&gt;
&lt;p&gt;Anyway --- this is a simple tip to show changing the background color of the selected text in the Text Editor.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=kovNYm4qQiM:leREPpycz7M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=kovNYm4qQiM:leREPpycz7M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=kovNYm4qQiM:leREPpycz7M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/kovNYm4qQiM" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/501/</feedburner:origLink></item><item><title>#500 - Wait! What? How did we get to 500?</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/8uUWqHTitiU/</link><pubDate>Sat, 21 Nov 2009 14:02:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/500/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>3</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;As you know from reading the original tips/tricks series, my goal when starting to record the series was to put video to Sara Fords original Tips and Tricks. She has about 380 at last count. I've been wondering what to do with the tips/tricks after I'm done recording her series, and I've decided to just continue the numbering, but skip a head a little bit. This gives me a little wiggle room if Sara is going to ever add any more tips, as well as a fresh start to the tips/tricks I'm going to record on my own.&lt;/p&gt;
&lt;p&gt;So tip #500 is just a welcome to ... well ... more tips.&lt;/p&gt;
&lt;p&gt;Already I've found some things in Visual Studio 2010 that are new ... and I can't wait to show them off.&lt;/p&gt;
&lt;p&gt;In fact, stand by for just a few minutes, one of the first&amp;nbsp;tips is a replay on &lt;a href="http://scottcate.com/tricks/002/"&gt;Block Select&lt;/a&gt;, with the new features added in 2010.&lt;/p&gt;&lt;p&gt;&lt;a href="http://scottcate.com/Tricks/501"&gt;Get started with Tip 501&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://scottcate.com/tricks/501"&gt;&lt;img width="404" height="227" border="0" alt="Visual Studio Tips Tricks #501" src="http://scottcate.com/files/media/image/WindowsLiveWriter/501ChangetheBackgroundcolorofselectedtex_1158D/FirstFrame_3.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=8uUWqHTitiU:YCLuE8pCL0A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=8uUWqHTitiU:YCLuE8pCL0A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=8uUWqHTitiU:YCLuE8pCL0A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/8uUWqHTitiU" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/500/</feedburner:origLink></item><item><title>#67 Search in hidden text in the editor?</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/H7WBa0uCUlo/</link><pubDate>Mon, 16 Mar 2009 09:07:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/067/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>1</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Ever try to search for something you know exists, BUT &amp;hellip; the Quick Find just can&amp;rsquo;t find it? Is it possible that the text you&amp;rsquo;re looking for is in a hidden region? This video shows you how toe search hidden text in collapsed regions.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;[CTRL]+[F]&lt;/strong&gt;&lt;/em&gt; brings up the Find and Replace tool window.&amp;nbsp; You can then expand the Find options chevron control and select Search hidden text.&amp;nbsp; This is usually the first option I always set (or ensure is set)&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=H7WBa0uCUlo:MAu8YMlmAj4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=H7WBa0uCUlo:MAu8YMlmAj4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=H7WBa0uCUlo:MAu8YMlmAj4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/H7WBa0uCUlo" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><feedburner:origLink>http://scottcate.com/tricks/067/</feedburner:origLink></item></channel></rss>
