<?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 : Internet Explorer</title><link>http://blogs.msdn.com/cbowen/archive/tags/Internet+Explorer/default.aspx</link><description>Tags: Internet Explorer</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>Fall Northeast Roadshow Summary and Resources</title><link>http://blogs.msdn.com/cbowen/archive/2008/10/19/fall-northeast-roadshow-summary-and-resources.aspx</link><pubDate>Sun, 19 Oct 2008 09:10:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9006062</guid><dc:creator>cbowen</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9006062.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9006062</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9006062</wfw:comment><description>&lt;h3&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/Roadshow-September-2008_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="Roadshow-September-2008" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/Roadshow-September-2008_thumb.png" width="417" height="90" /&gt;&lt;/a&gt; &lt;/h3&gt;  &lt;h3&gt;Thank You!&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0034_2.jpg"&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" border="0" alt="Rochester Library by Night" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0034_thumb.jpg" width="154" height="116" /&gt;&lt;/a&gt;Another Northeast Roadshow is done!&amp;#160; Thanks to all of you who joined us as we visited six venues across the Northeast - we had our largest total audience ever.&amp;#160; Your interest and support makes this possible, and keeps us heading back out for more.&lt;/p&gt;  &lt;p&gt;Speaking of which, &lt;a href="http://blogs.msdn.com/jimoneil"&gt;Jim&lt;/a&gt; and I are busy planning the &lt;strong&gt;Winter Northeast Roadshow&lt;/strong&gt;.&amp;#160; It's shaping up to be in early- to mid-December, so keep an eye on our blogs for announcements and registration (sometime in November.)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0034_2.jpg"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0034_2.jpg"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0013_2.jpg"&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0022_2.jpg"&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" border="0" alt="Swinging by the Magic Hat Brewery" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0022_thumb.jpg" width="154" height="116" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/a&gt;Thanks to the gracious support of our hosts throughout the Northeast, especially &lt;a href="http://www.knowledgewave.com/"&gt;KnowledgeWave&lt;/a&gt; in Vermont, &lt;a href="http://rpi.edu/"&gt;RPI&lt;/a&gt; and the Rochester Public Library in New York, and the Riverview Psychiatric Center in Maine!&amp;#160; &lt;/p&gt;  &lt;p&gt;A special thanks to &lt;a href="http://brianjo.spaces.live.com/"&gt;Brian Johnson&lt;/a&gt;, who was able to join us for our visits to Albany and Rochester to give great presentations on Robotics.&lt;/p&gt; &lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0013_2.jpg"&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;  &lt;h3&gt;Presentations and Other Content&lt;/h3&gt;  &lt;p&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0018_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="A Packed House in Burlington, VT" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0018_thumb.jpg" width="154" height="116" /&gt;&lt;/a&gt; As promised, we've gathered our presentations, resources, and demos together for you, should you wish to take a closer look.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;Here are the links to my presentations, stored on (Live's &lt;a href="http://skydrive.live.com/"&gt;SkyDrive&lt;/a&gt; service):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Entity%20Framework.pptx"&gt;&amp;quot;Understanding ADO.NET Entity Framework&amp;quot;&lt;/a&gt; [&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Code/EntityFramework.zip"&gt;code&lt;/a&gt;]&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Exploring%20IE8.pptx"&gt;&amp;quot;Exploring Internet Explorer 8&amp;quot;&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Robotics.pptx"&gt;&lt;em&gt;&amp;quot;RoboLunch - Microsoft Robotics Developer Studio&amp;quot;&lt;/em&gt;&lt;/a&gt; [&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Code/Robotics.zip"&gt;code&lt;/a&gt;]&lt;/li&gt;    &lt;li&gt;&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Unit%20Testing.pptx"&gt;&lt;em&gt;&amp;quot;Befriending Unit Testing&amp;quot;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&amp;#160;&lt;/em&gt;[&lt;a href="http://cid-0762fe6ebe343b73.skydrive.live.com/self.aspx/Roadshow%20-%20Fall%202008/Code/UnitTesting.zip"&gt;code&lt;/a&gt;]&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0012_2.jpg"&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" border="0" alt="Jim Fueling Up on Starbucks" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0012_thumb.jpg" width="154" height="116" /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;Check out &lt;a href="http://blogs.msdn.com/jimoneil/archive/2008/10/17/northeast-roadshow-recap.aspx"&gt;Jim's recap post&lt;/a&gt; for the resources from the following sessions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;em&gt;&amp;quot;ASP.NET Dynamic Data&amp;quot;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&amp;quot;UI, UX, U Confused?&amp;quot;&lt;/em&gt;&lt;/li&gt;    &lt;li&gt;&lt;em&gt;&amp;quot;A RESTed Development&amp;quot;&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Session Resources&lt;/h3&gt;  &lt;p&gt;Finally, here are the resources from each of my sessions:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&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" border="0" alt="The Roadhow Rocks Waltham" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_thumb.jpg" width="154" height="116" /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;&amp;quot;Understanding ADO.NET Entity Framework&amp;quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://msdn.com/data"&gt;Data Platform Home&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/EFQuerySamples"&gt;EF Query Samples&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/EFMappingHelper"&gt;EF Mapping Helper&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.learnentityframework.com"&gt;Julie Lerman&amp;#8217;s Book Site&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/efdesign"&gt;Entity Framework Design Blog&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Blogs:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://blogs.msdn.com/dsimmons"&gt;Danny Simmons&amp;#8217; Blog&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://oakleafblog.blogspot.com/"&gt;Roger Jennings&amp;#8217; Blog&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet"&gt;ADO.NET Team Blog&lt;/a&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers.aspx"&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;em&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" border="0" alt="Somewhere in Somewhereville" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0024_thumb.jpg" width="154" height="116" /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/strong&gt;&amp;quot;Exploring Internet Explorer 8&amp;quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/ie8"&gt;Internet Explorer 8 Home&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers.aspx"&gt;IE8 Developer Readiness Toolkit&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;amp;displaylang=en"&gt;IE 6, 7, 8 Virtual PC Instances&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://sessions.visitmix.com"&gt;MIX '08 Sessions&lt;/a&gt; (several on IE8)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FallNortheastRoadshowSummaryandResources_379/PIC-0063_2.jpg"&gt;&lt;/a&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&amp;quot;RoboLunch&amp;quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://microsoft.com/robotics"&gt;Microsoft Robotics Home&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt; &amp;quot;Befriending Unit Testing&amp;quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms182515(VS.80).aspx"&gt;MSDN: Working with Unit Tests&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://tinyurl.com/TestableSoftwareDesigns"&gt;&amp;#8220;Achieving And Recognizing Testable Software Designs&amp;#8221;&lt;/a&gt; - Roy Osherove&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/cc337885.aspx"&gt;&amp;#8220;Tame Your Software Dependencies for More Flexible Apps&amp;#8221;&lt;/a&gt; - James Kovacs&lt;/li&gt;    &lt;li&gt;&lt;a href="http://martinfowler.com/articles/injection.html"&gt;&amp;#8220;IoC Containers and the Dep. Injection Pattern&amp;#8221;&lt;/a&gt; - Martin Fowler&lt;/li&gt;    &lt;li&gt;Blogs:&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://www.agileprogrammer.com/oneagilecoder"&gt;Brian Button&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://www.exampler.com/"&gt;Brian Marick&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://peterprovost.org/blog/"&gt;Peter Provost&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;a href="http://bradwilson.typepad.com/"&gt;Brad Wilson&lt;/a&gt; &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;We'll see you next time!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9006062" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+England/default.aspx">New England</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><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/New+York/default.aspx">New York</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Roadshow/default.aspx">Roadshow</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Robotics/default.aspx">Robotics</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Entity+Framework/default.aspx">Entity Framework</category></item><item><title>VPC Enabling IE7 and IE6 on the Same Machine</title><link>http://blogs.msdn.com/cbowen/archive/2006/12/03/vpc-enabling-ie7-and-ie6-on-the-same-machine.aspx</link><pubDate>Sun, 03 Dec 2006 16:15:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1200611</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/1200611.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=1200611</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=1200611</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx"&gt;Pete LePage posts&lt;/a&gt; that there is a new Virtual PC image preloaded with Windows XP SP2, IE6 and the IE7 Readiness Kit:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Now you can install IE7 on your main machine for development, and get all the advantages of IE7, like the RSS platform, native XMLHTTP stack, and improved security, while still running IE6 simultaneously in the VPC on the same computer. Most importantly, &lt;b&gt;you don’t even have to buy an additional Windows license&lt;/b&gt;.&amp;nbsp;The VPC image runs in a virtual machine that offers all of the functionality of a full IE6 installation without giving it any access to its host machine’s hard drive, registry, etc. You can make as many modifications as you want to the virtual machine without affecting your host installation at all.&amp;nbsp; &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;See Pete's &lt;a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx"&gt;post&lt;/a&gt; for details, or &lt;a href="http://go.microsoft.com/fwlink/?LinkId=70868"&gt;download the VPC image here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1200611" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category></item></channel></rss>