<?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>Chris Bowen's Blog : Tools</title><link>http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx</link><description>Tags: Tools</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>A Guide to the Internet Explorer 8 Developer Tools</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/30/a-guide-to-the-internet-explorer-8-developer-tools.aspx</link><pubDate>Wed, 30 Sep 2009 22:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901817</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9901817.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9901817</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9901817</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/ie8_logo_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IE8" border="0" alt="IE8" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/ie8_logo_thumb.gif" width="191" height="30" /&gt;&lt;/a&gt; This is a follow up post for a talk I recently gave at the &lt;a href="http://ajaxexperience.techtarget.com/"&gt;The Ajax Experience&lt;/a&gt; conference in Boston about using the developer tools included with Internet Explorer 8.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Want to see the tools in action?&lt;/strong&gt;&amp;#160; I have a &lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;screencast on Internet Explorer 8&lt;/a&gt; from a dev perspective on Channel 9. I also cover new features and compatibility, but skip to &lt;strong&gt;24:30 &lt;/strong&gt;for just the developer tools:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IE8 Screencast" border="0" alt="IE8 Screencast" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/IE8%20Screencast_3.png" width="240" height="179" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h2&gt;Getting Started with the Developer Tools&lt;/h2&gt;  &lt;p&gt;Simple enough! In IE8, hit &lt;strong&gt;F12&lt;/strong&gt; or choose &lt;strong&gt;Tools-&amp;gt; Developer Tools&lt;/strong&gt; to start.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/DevTools_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DevTools" border="0" alt="DevTools" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/DevTools_thumb.png" width="394" height="178" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Window%20Options_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Window Options" border="0" alt="Window Options" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Window%20Options_thumb.png" width="110" height="51" /&gt;&lt;/a&gt; You can either run the tools in browser or press the double window icon at top right to detach for a second monitor or to use side by side with the browser.&lt;/p&gt;  &lt;p&gt;The tools offer a full menu and four tabbed sections of features: HTML, CSS, Script, and Profiler.&lt;/p&gt;  &lt;h2&gt;Working with HTML and CSS&lt;/h2&gt;  &lt;p&gt;The first tab (&lt;strong&gt;HTML&lt;/strong&gt;) gives access to inspecting the structure of the page, selecting and searching elements and HTML, modifying values, saving locally-made changes, and more.&amp;#160; &lt;em&gt;Tip: click the button that looks like a mouse pointer to quickly select a page element (or press CTRL+B).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The right-hand pane shows a per-element CSS summary (Style) and hierarchy/trace (Trace Styles), offers a visual layout tool, and a way to set custom attributes.&amp;#160; &lt;em&gt;Tip: Trace Styles is particularly effective way to diagnose style inheritance issues (e.g. “why is that text red!?”).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Layout_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Layout Mode" border="0" alt="Layout Mode" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Layout_thumb.png" width="394" height="165" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The second tab (&lt;strong&gt;CSS&lt;/strong&gt;), displays current CSS classes and styles, allowing you to view specific CSS files in use by the page, make changes, and search.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/CSS_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CSS" border="0" alt="CSS" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/CSS_thumb.png" width="394" height="166" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;For details, see &lt;a href="http://msdn.microsoft.com/en-us/library/dd565627(VS.85).aspx"&gt;Debugging HTML and CSS with the Developer Tools&lt;/a&gt; on MSDN.&lt;/p&gt;  &lt;h2&gt;Debugging Script&lt;/h2&gt;  &lt;p&gt;The &lt;strong&gt;Script&lt;/strong&gt; tab lets you work with script, setting breakpoints, debugging through code and breaking on errors.&amp;#160; &lt;/p&gt;  &lt;p&gt;To debug, just set any breakpoints you need (you can choose other files using the drop-down list) then press “Start Debugging”.&amp;#160; You can also enable Break on Error mode (CTRL + Shift + E).&amp;#160; Once at a breakpoint, step into/through with the buttons or F10, F11, and Shift+F11.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Debugging_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Debugging" border="0" alt="Debugging" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Debugging_thumb.png" width="394" height="145" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;There’s a console in the right-hand pane which supports Console.Log/Warn/Info/Error output from your script.&amp;#160; The console also supports direct script execution.&amp;#160; &lt;em&gt;Tip: this is a great place to learn/test commands from various Ajax and Javascript libraries.&lt;/em&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;The pane also lets you view breakpoints, local and watch variables, and the call stack.&lt;/p&gt;  &lt;p&gt;See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565625(VS.85).aspx"&gt;Debugging Script with the Developer Tools&lt;/a&gt; for more.&lt;/p&gt;  &lt;h2&gt;Profiling Script&lt;/h2&gt;  &lt;p&gt;One of the most useful features is the ability to analyze code to measure it’s performance.&amp;#160; Just select the fourth tab (&lt;strong&gt;Profiler&lt;/strong&gt;) and click “Start Profiling”.&amp;#160; Use the part(s) of the application you’d like to analyze, then click “Stop Profiling”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Profiling_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Profiling" border="0" alt="Profiling" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Profiling_thumb.png" width="394" height="191" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You’ll see a summary report showing functions, how many times they were called (Count), timing.&amp;#160; &lt;em&gt;Inclusive time&lt;/em&gt; is the function plus any called functions, and &lt;em&gt;exclusive time&lt;/em&gt; is that function only.&amp;#160; &lt;em&gt;Tip: there are other columns as well (% time, min/max time, etc.), but by default they’re collapsed, so click between column headers to expand them.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Use the Current View drop-down to switch between a list of functions or a call tree view.&lt;/p&gt;  &lt;p&gt;You can also click the “Export Data” button to save the profiling report externally (e.g. to load into Excel).&lt;/p&gt;  &lt;p&gt;See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565629(VS.85).aspx"&gt;Profiling Script with the Developer Tools&lt;/a&gt; for more.&lt;/p&gt;  &lt;h2&gt;Menu Options&lt;/h2&gt;  &lt;p&gt;On the right side of the menu, you’ll see options to change the &lt;strong&gt;Browser Mode&lt;/strong&gt; and &lt;strong&gt;Document Mode&lt;/strong&gt;.&amp;#160; This lets you modify the browser behavior and page settings to test under different rendering and display conditions.&amp;#160; See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565624(VS.85).aspx"&gt;this MSDN article&lt;/a&gt; for more.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Menu_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Menu" border="0" alt="Menu" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Menu_thumb.png" width="394" height="21" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Don’t forget to look through the many options in the various menus.&amp;#160; For example:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Color%20Picker_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Color Picker" border="0" alt="Color Picker" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Color%20Picker_thumb.png" width="144" height="73" /&gt;&lt;/a&gt;Image and Link reports &lt;/li&gt;    &lt;li&gt;Element outlining (tables, divs, etc.) &lt;/li&gt;    &lt;li&gt;Cache management &lt;/li&gt;    &lt;li&gt;Pop-up blocker, script, and CSS disabling &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Validation_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Validation" border="0" alt="Validation" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Validation_thumb.png" width="144" height="98" /&gt;&lt;/a&gt;Tools to resize the browser, measure items, and select colors &lt;/li&gt;    &lt;li&gt;Options to send a page for validation &lt;/li&gt;    &lt;li&gt;Clear/view cookies &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Questions&lt;/h3&gt;  &lt;p&gt;Some details for questions asked during and after the session:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The Search bar supports the &lt;a href="http://www.w3.org/tr/selectors-api"&gt;W3C Selectors API&lt;/a&gt;, but you need to type an “@” symbol before your expression, otherwise it’s treated as a literal text search.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://msdn.microsoft.com/en-gb/library/dd565625(VS.85).aspx"&gt;script profiler&lt;/a&gt; works on a usage basis, profiling all code executed between using the “start profiling” and “stop profiling” commands. I have not seen a way to affect which scripts code is profiled during that time (like you can with using the &lt;a href="http://msdn.microsoft.com/en-us/library/bb514149.aspx"&gt;Profiler APIs&lt;/a&gt; to affect Team System’s instrumentation profiling). &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;h2&gt;Internet Explorer Resources&lt;/h2&gt;  &lt;p&gt;Finally, a summary of resources to get you underway:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://microsoft.com/ie"&gt;&lt;/a&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Tutorial Site" border="0" alt="Tutorial Site" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/IE8DevToolsTutorial_3.png" width="169" height="135" /&gt;&lt;/a&gt;&lt;a href="http://microsoft.com/ie"&gt;IE 8 Home&lt;/a&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.com/ie"&gt;&lt;/a&gt;&lt;a href="http://msdn.com/ie"&gt;IE 8 Developer Center&lt;/a&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;My screencast on IE8 for developers&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;&lt;/a&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;IE 8 Dev Tools Tutorial sample site&lt;/a&gt;&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd565622(VS.85).aspx"&gt;IE 8 Dev Tools Articles&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;For keyboard fans, the &lt;a href="http://msdn.microsoft.com/en-gb/library/dd565630(VS.85).aspx"&gt;Keyboard Shortcuts guide&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I hope you enjoy using the developer tools!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901817" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Free Antivirus Protection with Microsoft Security Essentials</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/30/free-antivirus-protection-with-microsoft-security-essentials.aspx</link><pubDate>Wed, 30 Sep 2009 08:15:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901147</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9901147.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9901147</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9901147</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Security Essentials" border="0" alt="Microsoft Security Essentials" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FreeAntivirusProtectionwithMicrosoftSecu_11AE/Microsoft%20Security%20Essentials_3.gif" width="194" height="38" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A short and simple post…&amp;#160; &lt;/p&gt;  &lt;p&gt;Need antivirus and antimalware protection?&amp;#160; Want it for free?&amp;#160; Then download &lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;strong&gt;Microsoft Security Essentials&lt;/strong&gt;&lt;/a&gt; now:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Security Essentials Home" border="0" alt="Microsoft Security Essentials Home" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FreeAntivirusProtectionwithMicrosoftSecu_11AE/Microsoft%20Security%20Essentials%20Home_3.png" width="168" height="178" /&gt;&lt;/a&gt;Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software. &lt;/p&gt;    &lt;p&gt;Microsoft Security Essentials is a free* download from Microsoft that is simple to install, easy to use, and always kept up to date so you can be assured your PC is protected by the latest technology. It’s easy to tell if your PC is secure — when you’re green, you’re good. It’s that simple.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901147" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Windows/default.aspx">Windows</category></item><item><title>Roundup of 11 Recent Microsoft Technology Releases</title><link>http://blogs.msdn.com/cbowen/archive/2009/02/03/roundup-of-11-recent-microsoft-technology-releases.aspx</link><pubDate>Tue, 03 Feb 2009 19:55:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393426</guid><dc:creator>cbowen</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9393426.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9393426</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9393426</wfw:comment><description>&lt;p&gt;There have been quite a few developer and technology releases in the past couple of weeks, so in case you’ve missed any, I’ve collected pointers to 11 of them in this post:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IE8" border="0" alt="IE8" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/IE8_3.png" width="107" height="53" /&gt; &lt;a href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx"&gt;Internet Explorer 8 Release Candidate 1 (RC1)&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2009/01/26/upgrading-to-internet-explorer-8-release-candidate-1.aspx"&gt;IE Team Post&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/949787"&gt;Release Notes&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://asp.net/mvc"&gt;ASP.NET MVC Release Candidate 1 (RC1)&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ASPNETLogo" border="0" alt="ASPNETLogo" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/ASPNETLogo_3.png" width="112" height="48" /&gt; Many new improvements including tooling, view enhancements, form post handling, unit testing, file handling, AJAX and others. &lt;/li&gt;        &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/01/27/asp-net-mvc-1-0-release-candidate-now-available.aspx"&gt;Scott Guthrie’s Detailed Post&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="http://haacked.com/archive/2009/01/27/aspnetmvc-release-candidate.aspx"&gt;Phil Haack’s Post&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Updates for &lt;a href="http://www.microsoft.com/azure/default.mspx"&gt;Windows Azure&lt;/a&gt;: &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=80e3eabf-0507-4560-aeb6-d31e9a70a0a6&amp;amp;displaylang=en"&gt;Windows Azure SDK January 2009 CTP&lt;/a&gt;         &lt;ul&gt;         &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="WindowsAzureSquare" border="0" alt="WindowsAzureSquare" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/WindowsAzureSquare_3.jpg" width="104" height="104" /&gt;“The Windows® Azure™ SDK provides developers with the APIs, tools, documentation, and samples needed to develop Internet-scale applications that run on Windows Azure.” &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;      &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8e90b639-1ef0-4e21-bb73-fc22662911bc&amp;amp;displaylang=en"&gt;Windows Azure Tools for Visual Studio January 2009 CTP&lt;/a&gt; &lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;“Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, debugging, running and packaging of scalable services on Windows Azure.” &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/Live%20Framework_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="Live Framework" border="0" alt="Live Framework" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/Live%20Framework_thumb.png" width="90" height="88" /&gt;&lt;/a&gt;Live Framework Tools January CTP&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Read &lt;a href="http://blogs.technet.com/james/archive/2009/02/01/live-framework-tools-january-ctp.aspx"&gt;James Senior’s post&lt;/a&gt; for details and note that you’ll need to sign up for the appropriate services before you can download the CTP, described in &lt;a href="http://blogs.msdn.com/socaldevgal/archive/2009/01/12/windows-azure-service-token-acquisition-explained.aspx"&gt;Lynn Langit’s getting started with Azure post&lt;/a&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;a href="http://microsoft.com/tag"&gt;Microsoft Tag Beta&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; border-top: 0px; border-right: 0px" title="BlogTag" border="0" alt="BlogTag" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/BlogTag_3.png" width="94" height="65" /&gt;“With the Microsoft Tag application, just aim your camera phone at a Tag and instantly access mobile content, videos, music, contact information, maps, social networks, promotions, and more. Nothing to type, no browsers to launch!&amp;quot; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a91dc12a-fc94-4027-b67e-46bab7c5226c&amp;amp;DisplayLang=en"&gt;Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/Windows_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows" border="0" alt="Windows" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/Windows_thumb.gif" width="104" height="62" /&gt;&lt;/a&gt; &amp;quot;Th&lt;span&gt;e Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA provides the documentation, samples, header files, libraries, and tools (including C++ compilers) that you need to develop applications to run on Windows 7 BETA and the .NET Framework 3.5 SP1&lt;/span&gt;” &lt;/li&gt;        &lt;li&gt;BTW, you can access &lt;a href="http://msdn.microsoft.com/en-us/dd299405.aspx"&gt;all SDK’s from this portal&lt;/a&gt;. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MEFBlocks" border="0" alt="MEFBlocks" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/MEFBlocks_3.png" width="75" height="92" /&gt; &lt;a href="http://www.codeplex.com/MEF"&gt;Managed Extensibility Framework Preview 4 Release&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;“The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible applications, extensible frameworks and application extensions, then MEF is for you.” &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/01/12/announcing-community-technology-preview-of-visual-studio-2008-extensions-for-sharepoint-v1-3.aspx"&gt;Community Technology Preview of Visual Studio 2008 extensions for SharePoint v1.3&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Office" border="0" alt="Office" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/Office_3.jpg" width="86" height="84" /&gt; “The Visual Studio extensions for SharePoint (VSeWSS) provide project templates for developers using Visual Studio 2008 to create, debug, package and deploy SharePoint projects including Web Parts, Data Lists, Content Types, Event Receivers, Templates, Modules and other SharePoint artifacts.” &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx"&gt;Microsoft Web Platform Installer 1.0&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="WebPlatformInstaller" border="0" alt="WebPlatformInstaller" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/WebPlatformInstaller_3.jpg" width="104" height="78" /&gt;“The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.” &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0ce3cbbd-7fc7-410b-8c2c-e18d1c60a6cd&amp;amp;DisplayLang=en"&gt;Microsoft Visual Studio Learning Pack 2.0&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="VisualStudio" border="0" alt="VisualStudio" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ACropofNewTechnologyReleases_A6D1/VisualStudio_3.gif" width="104" height="62" /&gt; “The Visual Studio Learning Pack 2.0 is a software package created by Microsoft to help students learn about computer programming. Improvements in this release include support for Visual Studio 2008 Express and more support for Visual Basic.” &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Plus a couple of new guides for good measure:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Patterns &amp;amp; Practices &lt;a href="http://www.codeplex.com/AppArchGuide"&gt;Application Architecture Guide 2.0&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/jaimer/archive/2009/01/13/xaml-guidelines-part-3-draft.aspx"&gt;XAML Guidelines Draft&lt;/a&gt;&amp;#160; &lt;ul&gt;       &lt;li&gt;&lt;a href="http://dotnet.org.za/rudi/archive/2009/01/13/xaml-guidelines-released.aspx"&gt;Rudi Grobler’s post&lt;/a&gt; (includes additional videos) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!    &lt;br /&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9393426" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Presentation Tip - Randomizing Giveaways</title><link>http://blogs.msdn.com/cbowen/archive/2008/10/11/presentation-tip-randomizing-giveaways.aspx</link><pubDate>Sat, 11 Oct 2008 06:03:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8995355</guid><dc:creator>cbowen</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/8995355.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=8995355</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=8995355</wfw:comment><description>&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="MPj03853160000[1]" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/PresentationTipHandlingGiveaways_11841/MPj03853160000%5B1%5D_3.jpg" width="143" height="199" /&gt;A simple tip for those times when you have things to give away randomly to your audience and forgot your bag of dice...&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://random.org/"&gt;&lt;strong&gt;Random.org&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This site features a &lt;a href="http://random.org/sequences/"&gt;Random Sequence Generator&lt;/a&gt; which is simple, but effective.&amp;#160; &lt;/p&gt;  &lt;p&gt;Just have your audience count off, enter the count, then call out the first &lt;em&gt;X &lt;/em&gt;numbers based on how many giveaways you have.&amp;#160; Because it's a full sequence, you won't get duplicates and you'll have extra numbers if someone leaves or doesn't want a prize.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;  &lt;p&gt;P.S.&amp;#160; Here's an earlier post with &lt;a href="http://blogs.msdn.com/cbowen/archive/2008/05/27/tips-from-my-technical-presentations.aspx"&gt;five other presentation tips&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8995355" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Presenting/default.aspx">Presenting</category></item><item><title>Photosynth is Live - Take it for a Spin</title><link>http://blogs.msdn.com/cbowen/archive/2008/08/21/photosynth-is-live-take-it-for-a-spin.aspx</link><pubDate>Thu, 21 Aug 2008 17:34:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8884987</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/8884987.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=8884987</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=8884987</wfw:comment><description>&lt;p&gt;&lt;a href="http://photosynth.net"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="90" alt="Logo_Photosynth" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/PhotosynthisLiveTakeitforaSpin_9498/Logo_Photosynth_3.png" width="227" align="right" border="0" /&gt;&lt;/a&gt; The Microsoft Live Labs project &lt;a href="http://photosynth.net"&gt;Photosynth&lt;/a&gt; has just gone live, letting you create your own synths.&amp;#160; &lt;/p&gt;  &lt;p&gt;What's a synth?&amp;#160; Consider taking a whole bunch of your pictures of a certain place, dropping them in Photosynth, and getting a 3D representation of the spatial relationships between those pictures that you can then navigate around.&amp;#160; &lt;/p&gt;  &lt;p&gt;Or... just think of using tape to join your pictures together.&amp;#160; In 3D.&lt;/p&gt;  &lt;p&gt;Well, I suppose it's easier to just &lt;a href="http://photosynth.net/view.aspx?cid=d7d78324-ad5e-41ea-94dd-512580ed4393"&gt;look at one&lt;/a&gt; than to describe it! &lt;/p&gt;  &lt;p&gt;&lt;a href="http://photosynth.net/view.aspx?cid=d7d78324-ad5e-41ea-94dd-512580ed4393"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="173" alt="Synth" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/PhotosynthisLiveTakeitforaSpin_9498/Synth_3.png" width="244" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Some related stores:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=1547"&gt;ZDNet&lt;/a&gt; - Mary-Jo Foley relates some interesting insights from the team&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.crunchgear.com/2008/08/20/photosynth-its-here-its-awesome-and-now-its-yours/"&gt;CrunchGear&lt;/a&gt; - Featuring a nice video showing it in action&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.siliconvalley.com/latestheadlines/ci_10262832?nclick_check=1"&gt;SiliconValley&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.pcmag.com/article2/0,2817,2328541,00.asp"&gt;PCMag&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8884987" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Live/default.aspx">Live</category></item><item><title>Office 2007 Search Commands Add-On</title><link>http://blogs.msdn.com/cbowen/archive/2008/06/27/office-2007-search-commands.aspx</link><pubDate>Fri, 27 Jun 2008 09:40:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8660336</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/8660336.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=8660336</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=8660336</wfw:comment><description>&lt;p&gt;Prompted by recent feedback on a Roadshow visit, I set off to research a bit about the &amp;quot;&lt;a href="http://office.microsoft.com/en-us/help/HA101752721033.aspx?pid=CL100605171033"&gt;Fluent&lt;/a&gt;&amp;quot; (ribbon-based) interface in Office 2007.&amp;#160; Though it surfaces more functionality to users, it can clearly take some time for those used to the menus of earlier Office versions to get up to speed.&amp;#160; &lt;/p&gt;  &lt;p&gt;While there are transition guides and videos - for example, &lt;a href="http://technet.microsoft.com/en-us/office/desktop/bb736211.aspx"&gt;here&lt;/a&gt;, &lt;a href="http://office.microsoft.com/en-us/training/HA102295841033.aspx"&gt;here&lt;/a&gt;, &lt;a href="http://office.microsoft.com/search/redir.aspx?assetid=HA101934281033&amp;amp;QueryID=Q3gDAe6kL0&amp;amp;respos=23&amp;amp;rt=2&amp;amp;pid=CH100622221033"&gt;here&lt;/a&gt;, and &lt;a href="http://office.microsoft.com/en-us/help/HA101679471033.aspx"&gt;here&lt;/a&gt;, it turns out there's an even easier answer.&lt;/p&gt;  &lt;p&gt;The Office Labs team has released a &lt;a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx"&gt;Search Commands add-on for Office 2007&lt;/a&gt; (for Word, Excel, and PowerPoint).&amp;#160; Search Commands adds a new ribbon with a simple search textbox.&amp;#160; Type part of the name of a command you're looking for, and the ribbon will show buttons for each of the matching results! &lt;/p&gt;  &lt;p&gt;The results also integrate &lt;em&gt;guided help&lt;/em&gt;, which are step-by-step automations of common processes in Office, helping you each step of the way.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Examples&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Searching For &amp;quot;Color&amp;quot; in PowerPoint:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/PowerPoint%20-%20Color_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="82" alt="PowerPoint - Color" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/PowerPoint%20-%20Color_thumb_1.png" width="461" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Searching for &amp;quot;Export&amp;quot; in Excel&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Excel-Export_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="141" alt="Excel-Export" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Excel-Export_thumb.png" width="461" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Search Commands will even offer spelling correction suggestions for the command names you type:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Word%20-%20Effee_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" alt="Word - Effee" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Word%20-%20Effee_thumb_1.png" width="353" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Searching for &amp;quot;Effect&amp;quot; in Word&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Word%20-%20Effect_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="282" alt="Word - Effect" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007SearchCommands_258C/Word%20-%20Effect_thumb.png" width="461" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Definitely a welcome addition to Office, helping even experienced users to locate tools quickly.&amp;#160; Head to the &lt;a href="http://www.officelabs.com"&gt;Office Labs site&lt;/a&gt; for details.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8660336" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Office/default.aspx">Office</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Tips from My Technical Presentations</title><link>http://blogs.msdn.com/cbowen/archive/2008/05/27/tips-from-my-technical-presentations.aspx</link><pubDate>Tue, 27 May 2008 21:18:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8555266</guid><dc:creator>cbowen</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/8555266.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=8555266</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=8555266</wfw:comment><description>&lt;p&gt;My role involves spending a good deal of time with technical audiences.&amp;nbsp; Recently, I've been getting reactions like this - &lt;em&gt;"I enjoyed your presentation!&amp;nbsp; I have an odd question - how did you zoom in like that?"&lt;/em&gt; or &lt;em&gt;"How did you set those colors in Visual Studio?"&lt;/em&gt;&lt;/p&gt; &lt;p&gt;So, I'm posting some tips so I can direct people here for more information.&amp;nbsp; &lt;br&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;1) Use ZoomIt for Screen Zooming&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/ZoomIt_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 10px; border-right-width: 0px" height="239" alt="ZoomIt" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/ZoomIt_thumb.png" width="171" align="right" border="0"&gt;&lt;/a&gt;It's never a good thing to feature content on your screen that the audience can't see.&amp;nbsp; It's frustrating for them, and hinders conveying the very message you're trying to present.&lt;/p&gt; &lt;p&gt;Fortunately, there's a &lt;strong&gt;very easy answer&lt;/strong&gt;.&amp;nbsp; For areas where you can't already have proper font sizes and colors (see below), use &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx"&gt;ZoomIt&lt;/a&gt;, a free tool from TechNet!&lt;/p&gt; &lt;p&gt;Read &lt;a href="http://blogs.msdn.com/cbowen/archive/2008/03/31/presentation-zooming-with-zoomit.aspx"&gt;my post on ZoomIt&lt;/a&gt; for details.&lt;/p&gt; &lt;p&gt;ZoomIt is just great.&amp;nbsp; Obviously, you can zoom, but you can also draw lines, boxes, ellipses and text anywhere on the screen.&amp;nbsp; It also has a break timer you can use to quickly count down that break between your sessions.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;2) Change the Default "Highlight" Color in Visual Studio&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/SelectedTextHighlight_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 0px 5px 10px; border-left: 0px; border-bottom: 0px" height="165" alt="SelectedTextHighlight" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/SelectedTextHighlight_thumb.png" width="282" align="right" border="0"&gt;&lt;/a&gt; The default blue highlight for selected text in Visual Studio looks fine on a computer, but when projecting, selecting text can actually make it &lt;em&gt;harder&lt;/em&gt; to read - it's likely that nobody past the first few rows can read what you've just selected.&lt;/p&gt; &lt;p&gt;To fix this, go to Tools-&amp;gt;Options-&amp;gt;Environment-&amp;gt;Fonts And Colors, then in the "display items" list, &lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/DarkEditor_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 10px 0px 5px 10px; border-left: 0px; border-bottom: 0px" height="142" alt="Dark Theme and Bright Highlight" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/DarkEditor_thumb.png" width="282" align="right" border="0"&gt;&lt;/a&gt;choose "Selected Text" and change the background color to bright yellow or green (think highlighter) and the text to black.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;3) Use a Code Color/Font Scheme That's Easy to View&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;This is clearly subjective, but I've found that changing the fonts and colors from the default results in code that's easier on the eyes.&amp;nbsp; Many people have told me they prefer this, nobody has said they had trouble with it.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/ImportExportSettings_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="218" alt="ImportExportSettings" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/ImportExportSettings_thumb.png" width="244" align="right" border="0"&gt;&lt;/a&gt;I've uploaded the &lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Miscellany/DarkEditor.vssettings"&gt;settings file for my colors and fonts&lt;/a&gt; to SkyDrive (see the above code picture for a preview.)&amp;nbsp; You can easily apply them to your own Visual Studio settings using "Tools-&amp;gt;Import and Export Settings".&amp;nbsp; I'd recommend you back up your current settings using the Export option before trying this out. &lt;/p&gt; &lt;p&gt;I use the Consolas font in Visual Studio, which you can &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&amp;amp;displaylang=en"&gt;download here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Also, check out Scott Hanselman's &lt;a href="http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx"&gt;great post&lt;/a&gt; on alternate Visual Studio themes.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;4) Create Quick-Change Font Size Macros&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;In Visual Studio, it's easy to create your own keybindings to IDE features.&amp;nbsp; &lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/FontMacros_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 0px 5px 10px; border-right-width: 0px" height="198" alt="FontMacros" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/FontMacros_thumb.png" width="339" align="right" border="0"&gt;&lt;/a&gt;I've added CTRL-SHIFT-[+/-] to mine which quickly increments or decrements the editor font size.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The screenshot at right shows the decrease font macro I've wired up.&amp;nbsp; Go to Tools-&amp;gt;Options-&amp;gt;Environment-&amp;gt;Keyboard, then type "Font" into the Show Commands Containing textbox to find the font-related commands.&lt;/p&gt; &lt;p&gt;Then you can just ask the audience if they can see, quickly bump the font a bit and you're good to go.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;5) Have Emergency Backup Plans... and Pictures... and Video&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/MPj04005760000%5B1%5D_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 10px; border-right-width: 0px" height="244" alt="MPj04005760000[1]" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/TipsforTechnicalPresenters_8FE8/MPj04005760000%5B1%5D_thumb.jpg" width="196" align="right" border="0"&gt;&lt;/a&gt; Let's face it, sometimes demos don't work as planned.&amp;nbsp; Pilot error, beta software, phases of the moon - &lt;em&gt;you need a contingency plan&lt;/em&gt;.&amp;nbsp; I'll typically run through my demos and take screenshots of the key points, adding them to the end of my presentation deck.&amp;nbsp; &lt;/p&gt; &lt;p&gt;In some cases, you might even consider recording the whole demo, using a tool like &lt;a href="http://www.techsmith.com/camtasia.asp"&gt;Camtasia&lt;/a&gt;.&amp;nbsp; Play the video (without sound) and narrate what's happening for the audience.&amp;nbsp; Your audience will appreciate having content rather than watching you flail about, trying to diagnose a problem.&lt;/p&gt; &lt;p&gt;This also applies to websites that you may want to show, should you find yourself without web connectivity.&amp;nbsp; Either save a local copy of the page (in IE, File-&amp;gt;Save As-&amp;gt;Web Archive, single file (*.mht)) or just take a screenshot.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Hope you find these tips useful.&amp;nbsp; Do you have others?&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8555266" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Miscellany/default.aspx">Miscellany</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Presenting/default.aspx">Presenting</category></item><item><title>Presentation Zooming with ZoomIt</title><link>http://blogs.msdn.com/cbowen/archive/2008/03/31/presentation-zooming-with-zoomit.aspx</link><pubDate>Mon, 31 Mar 2008 02:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8347337</guid><dc:creator>cbowen</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/8347337.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=8347337</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=8347337</wfw:comment><description>&lt;p&gt;After my &lt;em&gt;Heroes Happen Here&lt;/em&gt; talk in Boston about web development with Visual Studio 2008, I got a few emails from people asking me how I was able to zoom in to areas of my screen during my demos.&lt;/p&gt; &lt;p&gt;There's a handy and free utility, ZoomIt, originally a SysInternals utility, that's available on TechNet at:&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.microsoft.com/technet/sysinternals/Miscellaneous/ZoomIt.mspx"&gt;www.microsoft.com/technet/sysinternals/Miscellaneous/ZoomIt.mspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/PresentationZoomingwithZoomIt_F89C/zoomit_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 0px 5px 5px; border-left: 0px; border-bottom: 0px" border="0" alt="zoomit" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/PresentationZoomingwithZoomIt_F89C/zoomit_thumb.png" width="270" height="378"&gt;&lt;/a&gt; Put it in your startup folder and you'll always be a keystroke from it's features:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Zooming in - CTRL+1  &lt;ul&gt; &lt;li&gt;Use the mouse to move the zoom around.  &lt;li&gt;Use the up and down arrows to zoom farther in or out.&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Drawing - CTRL+2 &lt;/li&gt; &lt;ul&gt; &lt;li&gt;Change colors with "r", "y", "o", "g", b". &lt;li&gt;Add text with "t" &lt;li&gt;Draw shapes with shift, control, and tab keys. &lt;li&gt;Press "w" to enter whiteboard or "k" for blackboard mode.&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Countdown Clock - CTRL+3 &lt;/li&gt; &lt;ul&gt; &lt;li&gt;For when you want to say "Let's take a 10 minute break" &lt;li&gt;Advanced options let you play a sound on expiration and set opacity&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt; &lt;p&gt;Enjoy!&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8347337" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>World of Warcraft Meets Visual Studio 2008</title><link>http://blogs.msdn.com/cbowen/archive/2007/12/20/world-of-warcraft-meets-visual-studio-2008.aspx</link><pubDate>Thu, 20 Dec 2007 17:16:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6817537</guid><dc:creator>cbowen</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/6817537.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=6817537</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=6817537</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.codeplex.com/WarcraftAddOnStudio"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="158" alt="AoSWow" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WorldofWarcraftMeetsVisualStudio2008_8F7C/AoSWow_3.png" width="244" align="right" border="0"&gt;&lt;/a&gt; In an bit of good timing for some holiday season downtime, &lt;a href="http://blogs.msdn.com/danielfe/archive/2007/12/14/addon-studio-for-world-of-warcraft-now-available.aspx"&gt;Dan Fernandez&lt;/a&gt; has announced the first release of &lt;a href="http://www.codeplex.com/WarcraftAddOnStudio"&gt;AddOn Studio for World of Warcraft&lt;/a&gt; on CodePlex.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.worldofwarcraft.com"&gt;World of Wacraft&lt;/a&gt; supports user-generated utilities and interfaces, called AddOns.&amp;nbsp; Now we can use Visual Studio to help create our own:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;AddOn Studio for World of Warcraft is an open-source development tool aimed to bring the Visual Studio experience to building World of Warcraft addons. This is the first release of the project and we have lots more ideas around how we can better improve addon development in the future.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WorldofWarcraftMeetsVisualStudio2008_8F7C/VS_shell_logo_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="46" alt="VS_shell_logo" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WorldofWarcraftMeetsVisualStudio2008_8F7C/VS_shell_logo_thumb.jpg" width="244" align="right" border="0"&gt;&lt;/a&gt; AddOn Studio is a good example of what can be done with the &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/bb856491.aspx"&gt;Visual Studio 2008 Shell&lt;/a&gt; to create customized editing environments based on Visual Studio.&amp;nbsp; It offers the VS2008 design surface and has editor and IntelliSense support for both LUA and FrameXML, used by World of Warcraft add ons.&lt;/p&gt; &lt;p&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" height="184" alt="Full Shell for describing it parts" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WorldofWarcraftMeetsVisualStudio2008_8F7C/Full%20Shell%20for%20describing%20it%20parts_3.png" width="244" align="left" border="0"&gt; Check out &lt;a href="http://blogs.msdn.com/danielfe/archive/2007/12/14/addon-studio-for-world-of-warcraft-now-available.aspx"&gt;Dan's post&lt;/a&gt; for more details and a link to an interesting demo video.&amp;nbsp; I also recommend running through the helpful tutorial that's included with the &lt;a href="http://www.codeplex.com/WarcraftAddOnStudio/Release/ProjectReleases.aspx?ReleaseId=9123"&gt;install&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;I haven't played World of Warcraft since about Tech*Ed 07, when my "friends" &lt;a href="http://www.patrickhynds.com/"&gt;Patrick Hynds&lt;/a&gt; and &lt;a href="http://www.cyberspacesamurai.com/"&gt;Duane Laflotte&lt;/a&gt; evilly tempted me back in, but something like this (and seeing what new AddOns the community can produce) might pull me in yet again.&lt;/p&gt; &lt;p&gt;Well, if only for a month...&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6817537" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Gaming/default.aspx">Gaming</category></item><item><title>Office 2007 Document Inspector</title><link>http://blogs.msdn.com/cbowen/archive/2007/08/16/office-2007-document-inspector.aspx</link><pubDate>Thu, 16 Aug 2007 17:46:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4416345</guid><dc:creator>cbowen</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/4416345.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=4416345</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=4416345</wfw:comment><description>&lt;p&gt;I have a new favorite feature in Office 2007.&amp;nbsp; I often need to send documents to contacts, but I want to ensure there's no extra information tagging along for the ride (revision history, document properties, speaker notes in PowerPoint, etc.)&amp;nbsp; &lt;/p&gt; &lt;p&gt;You used to have to resort to macros or manual removal, but in Office 2007, there's a built-in tool called the &lt;strong&gt;Office System Document Inspector&lt;/strong&gt; that will cleanse Word, Excel and PowerPoint documents of comments, annotations, history, etc.&lt;/p&gt; &lt;p&gt;To launch the Inspector, click the "big office button" in Word, Excel, or PowerPoint, choose "Prepare", then Inspect Document:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007DocumentInspector_9770/LaunchingDocumentInspector_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="549" alt="LaunchingDocumentInspector" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007DocumentInspector_9770/LaunchingDocumentInspector_thumb.png" width="461" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The Document Inspector will then display, with options that vary based on the type of document you've opened.&amp;nbsp; For example, in PowerPoint you'll see:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007DocumentInspector_9770/PowerPointInspector_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="455" alt="PowerPointInspector" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Office2007DocumentInspector_9770/PowerPointInspector_thumb.png" width="500" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Choose which information you'd like to find and remove, then click Inspect.&amp;nbsp; The Office Developer Center has &lt;a href="http://msdn2.microsoft.com/en-us/library/ms406048.aspx"&gt;more information&lt;/a&gt; on this tool.&lt;/p&gt; &lt;p&gt;Hope you find this useful!&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7f981494-eb6c-4252-bd7d-0286dc53427a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Office" rel="tag"&gt;Office&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Tools" rel="tag"&gt;Tools&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4416345" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Office/default.aspx">Office</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Reflector 5.0 Released</title><link>http://blogs.msdn.com/cbowen/archive/2007/02/22/reflector-5-0-released.aspx</link><pubDate>Thu, 22 Feb 2007 19:56:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1742608</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/1742608.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=1742608</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=1742608</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.aisto.com/Roeder/Frontier/Default.aspx?PermaLink=53"&gt;Lutz Roeder&amp;nbsp;posts word&lt;/a&gt; that he's released version 5.0 of his (free) &lt;a href="http://www.aisto.com/roeder/dotnet/"&gt;Reflector&lt;/a&gt; tool.&amp;nbsp; If you haven't heard of Reflector, it's truly one of the top 10 tools that every .NET developer must have.&lt;/p&gt; &lt;p&gt;Adding to the already indispensable functionality of Reflector are a &lt;a href="http://www.codeplex.com/reflectoraddins"&gt;number of great add-ins&lt;/a&gt; that are available on CodePlex.&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1742608" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item></channel></rss>