<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Mike Dimmick</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/mike dimmick/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Mike Dimmick</title><link>http://channel9.msdn.com/Niners/mike%20dimmick/</link></image><description>Entries, comments and threads posted by Mike Dimmick</description><link>http://channel9.msdn.com/Niners/mike%20dimmick/</link><language>en-us</language><pubDate>Thu, 16 Mar 2006 22:20:34 GMT</pubDate><lastBuildDate>Thu, 16 Mar 2006 22:20:34 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>That's one secure patch, all right... [That's one secure patch, all right...]</title><description>On both my home and work computers, I've followed Microsoft's advisory, linked to Adobe's advisory,&amp;nbsp;and updated Adobe (Macromedia) Flash to their latest version, 8.0.24.0. Unfortunately it now no longer works in my normal, low-privileged accounts!&lt;BR&gt;&lt;BR&gt;Digging in the registry shows that the control's keys under CLSID can no longer be read by ordinary users: the permissions have been set so Everyone is denied access. I'm surprised that it works for administrators actually, since Everyone should cover, well, everyone. Perhaps the ACL was ordered incorrectly, with some of the Allow entries appearing before the Deny entries - the AccessCheck routine will stop parsing the ACL once all requested bits are set, which means it can miss explicit Deny ACEs if they appear after Allow ACEs.&lt;BR&gt;&lt;BR&gt;Well, that's one way to stop exploits of the vulnerabilities, whatever they are. I hope this change wasn't Adobe's 'fix'!&lt;BR&gt;&lt;BR&gt;Anyone else seeing this problem?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/167983-Thats-one-secure-patch-all-right/'&gt;That's one secure patch, all right...&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/167983/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/167983-Thats-one-secure-patch-all-right/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/167983-Thats-one-secure-patch-all-right/</link><pubDate>Thu, 16 Mar 2006 22:20:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/167983-Thats-one-secure-patch-all-right/</guid><evnet:views>4636</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/167983/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>On both my home and work computers, I've followed Microsoft's advisory, linked to Adobe's advisory,&amp;nbsp;and updated Adobe (Macromedia) Flash to their latest version, 8.0.24.0. Unfortunately it now no longer works in my normal, low-privileged accounts!Digging in the registry shows that the control's keys under CLSID can no longer be read by ordinary users: the permissions have been set so Everyone is denied access. I'm surprised that it works for administrators actually, since Everyone should cover, well, everyone. Perhaps the ACL was ordered incorrectly, with some of the Allow entries&amp;#8230;</evnet:previewtext><dc:creator>Mike Dimmick</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/167983-Thats-one-secure-patch-all-right/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/167983/Trackback.aspx</trackback:ping></item><item><title>Should IE7 and IE6 work side-by-side? [Should IE7 and IE6 work side-by-side?]</title><description>The &lt;a href="http://blogs.msdn.com/ie/archive/2005/12/16/504864.aspx"&gt;recent revelation&lt;/a&gt; that the source of some of the problems with the most recent IE security update was due to people running an unsupported 'side-by-side' installation of IE7 Beta 1 got me thinking. Should&amp;nbsp;IE7 be available side-by-side with IE6?&lt;BR&gt;&lt;BR&gt;From a technical standpoint, since IE7 will only be available as a separate download for XP SP2 and Windows Server 2003 SP1, it would be possible to use the &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sbscs/setup/side_by_side_assemblies.asp"&gt;side-by-side assembly&lt;/a&gt; features of these operating systems to leave the version 6.0 versions in SYSTEM32, and use manifests to direct the IE 7.0 'shell' application to the side-by-side 7.0 versions. Third-party applications would then be able to opt-in to the new versions. Indeed when I heard that IE7 would only be available for XP SP2 and Server 2003 SP1, I considered whether this system feature was one of the reasons.&lt;BR&gt;&lt;BR&gt;The benefits of this approach would be a lower risk of breaking third-party applications - indeed, also Microsoft applications which use the Web Browser component and other internet libraries - which presumably would also reduce - somewhat! - the test matrix. It would allow web developers to more easily test sites with multiple rendering engines. The downside is of course that older applications like Outlook and Outlook Express would &lt;EM&gt;not&lt;/EM&gt; get the updated rendering engine, unless updates to those applications were made available.&lt;BR&gt;&lt;BR&gt;We know that the IE team intend to keep 'quirks mode' rendering as it does currently, but that pages declared with a 'standards' doctype will use updated rendering. I presume this also applies to applications embedding a WebBrowser control. I anticipate this will have an impact on some applications no longer rendering correctly.&lt;BR&gt;&lt;BR&gt;Explorer is an interesting issue. If a user types a URL into the address bar of Explorer with IE7 Beta 1 installed, a new browser frame is created (at least on my machine, this may be a configurable option?). This differs from the normal behaviour which is to turn the Explorer frame into an IE frame. Likewise, typing a folder name into IE7's address bar opens a new Explorer window on that folder - IE6 changes the frame to an Explorer view. We know that &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=132500#132500&gt;Explorer uses a number of the same DLLs as IE does&lt;/a&gt; - in effect, IE7 will also be updating a lot of Explorer's behaviour.&lt;BR&gt;&lt;BR&gt;From the general user's point of view, will they understand having two versions of the same browser installed side-by-side? If the IE icon is on the desktop (having the classic Start menu enabled causes this to happen) which version should it point to? Is the concept of side-by-side versions of IE sensible for most users? I suppose there are two issues - whether the &lt;EM&gt;platform components&lt;/EM&gt; are available side-by-side for application developers, and whether the &lt;EM&gt;front-end&lt;/EM&gt;, which is what most people consider to be IE, of IE6 remains accessible to the user.&lt;BR&gt;&lt;BR&gt;Of course it would be a chunk of work to ensure that IE 6.0 and 7.0 used the same profile information compatibly. Or, even, should they? Would users want to use different security settings between the two browsers, for example? Or set different home pages? It's already confusing enough for users to be told in some applications that changing the Web Browser options will also change their settings in IE.&lt;BR&gt;&lt;BR&gt;I've already been &lt;a href="http://blogs.msdn.com/ie/archive/2005/12/16/504864.aspx#505246"&gt;told&lt;/a&gt; that there are no plans to go side-by-side, but I'd be interested in your thoughts.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/143464-Should-IE7-and-IE6-work-side-by-side/'&gt;Should IE7 and IE6 work side-by-side?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/143464/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/143464-Should-IE7-and-IE6-work-side-by-side/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/143464-Should-IE7-and-IE6-work-side-by-side/</link><pubDate>Sun, 18 Dec 2005 22:29:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/143464-Should-IE7-and-IE6-work-side-by-side/</guid><evnet:views>17230</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/143464/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The recent revelation that the source of some of the problems with the most recent IE security update was due to people running an unsupported 'side-by-side' installation of IE7 Beta 1 got me thinking. Should&amp;nbsp;IE7 be available side-by-side with IE6?From a technical standpoint, since IE7 will only be available as a separate download for XP SP2 and Windows Server 2003 SP1, it would be possible to use the side-by-side assembly features of these operating systems to leave the version 6.0 versions in SYSTEM32, and use manifests to direct the IE 7.0 'shell' application to the side-by-side 7.0&amp;#8230;</evnet:previewtext><dc:creator>Mike Dimmick</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/143464-Should-IE7-and-IE6-work-side-by-side/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/143464/Trackback.aspx</trackback:ping></item><item><title>Servicing betas [Servicing betas]</title><description>Background: yesterday, &lt;a href="http://www.microsoft.com/technet/security/Bulletin/MS05-038.mspx"&gt;Security Bulletin MS05-038&lt;/a&gt;&amp;nbsp;was released, a cumulative update for Internet Explorer, fixing two critical vulnerabilities, and one moderate. The &lt;a href="http://blogs.msdn.com/ie/archive/2005/08/09/449640.aspx"&gt;IEBlog posting&lt;/a&gt; clarifies that these fixes were included in IE 7 beta 1 and Windows Vista beta 1.&lt;BR&gt;&lt;BR&gt;What's Microsoft's policy on security patches for Beta software, specifically IE7? I realise that the recommendation is only to run beta software on non-production systems; however, many beta testers and some MSDN subscribers are using it as their main browser (conjecture from posts here and other forums), and the software has been made available on file-sharing networks - some 'bleeding edge' ordinary users are also using it. Back when IE betas were a more common occurrence, there was &lt;a href="http://www.iexbeta.com/"&gt;a site dedicated to them&lt;/a&gt;. The site still exists but has branched out more into a more general NeoWin/ActiveWin style of reporting.&lt;BR&gt;&lt;BR&gt;As a developer, it definitely feels weird to talk about servicing unreleased software. But with the widespread use of such beta software - even if illegitimately distributed and used inappropriately -&amp;nbsp;I feel that Microsoft has a responsibility to ensure that such beta software remains free of vulnerabilities.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/96685-Servicing-betas/'&gt;Servicing betas&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/96685/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/96685-Servicing-betas/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/96685-Servicing-betas/</link><pubDate>Wed, 10 Aug 2005 11:52:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/96685-Servicing-betas/</guid><evnet:views>7954</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/96685/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Background: yesterday, Security Bulletin MS05-038&amp;nbsp;was released, a cumulative update for Internet Explorer, fixing two critical vulnerabilities, and one moderate. The IEBlog posting clarifies that these fixes were included in IE 7 beta 1 and Windows Vista beta 1.What's Microsoft's policy on security patches for Beta software, specifically IE7? I realise that the recommendation is only to run beta software on non-production systems; however, many beta testers and some MSDN subscribers are using it as their main browser (conjecture from posts here and other forums), and the software has been&amp;#8230;</evnet:previewtext><dc:creator>Mike Dimmick</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/96685-Servicing-betas/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/96685/Trackback.aspx</trackback:ping></item><item><title>UK ID Card Pledge [UK ID Card Pledge]</title><description>I meant to post this sooner. I know a number of my fellow Brits here were not at all keen on the idea of national identity cards, and even less keen on the use of biometrics and the back-end database of all people who paid for cards. I believe it's an expensive unworkable plan with an alarming amount of personal data held on a shared database, with access permitted to many organisations I would not like to see accessing my data.&lt;BR&gt;&lt;BR&gt;There's a pledge running right now, organized by the &lt;a href="http://www.no2id.net/"&gt;NO2ID&lt;/a&gt; campaign. The following is the pledge text:&lt;BR&gt;&lt;BR&gt;"I will &lt;STRONG&gt;refuse to register for an ID card and will donate £10 to a legal defence fund&lt;/STRONG&gt; but only if &lt;STRONG&gt;10,000&lt;/STRONG&gt; other people will also make this same pledge."&lt;BR&gt;&lt;BR&gt;If you're a UK citizen or resident, I'd like you to consider signing up at &lt;a href="http://www.pledgebank.com/refuse"&gt;http://www.pledgebank.com/refuse&lt;/a&gt;. Over 4,000 people have already signed up. I'm one of them.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/78020-UK-ID-Card-Pledge/'&gt;UK ID Card Pledge&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/78020/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/78020-UK-ID-Card-Pledge/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/78020-UK-ID-Card-Pledge/</link><pubDate>Wed, 22 Jun 2005 12:09:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/78020-UK-ID-Card-Pledge/</guid><evnet:views>32151</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/78020/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I meant to post this sooner. I know a number of my fellow Brits here were not at all keen on the idea of national identity cards, and even less keen on the use of biometrics and the back-end database of all people who paid for cards. I believe it's an expensive unworkable plan with an alarming amount of personal data held on a shared database, with access permitted to many organisations I would not like to see accessing my data.&lt;BR&gt;&lt;BR&gt;There's a pledge running right now, organized by the &lt;a href="http://www.no2id.net/"&gt;NO2ID&lt;/a&gt; campaign. The following is the pledge text:&lt;BR&gt;&lt;BR&gt;</evnet:previewtext><dc:creator>Mike Dimmick</dc:creator><slash:comments>73</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/78020-UK-ID-Card-Pledge/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/78020/Trackback.aspx</trackback:ping></item><item><title>Microsoft buys Lookout Software... then kills off Lookout [Microsoft buys Lookout Software... then kills off Lookout]</title><description>&lt;a href="http://www.lookoutsoft.com/Forums/topic.asp?TOPIC_ID=194"&gt;http://www.lookoutsoft.com/Forums/topic.asp?TOPIC_ID=194&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;&lt;a href="http://www.lookoutsoft.com/Lookout/lookout-msft.html"&gt;http://www.lookoutsoft.com/Lookout/lookout-msft.html&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;
&lt;H2 class=qa&gt;Q: Why can't I download Lookout anymore?&lt;/H2&gt;We will be focusing our efforts on integrating our expertise and working on next-generation technologies. We are going to hold off on growing our user base until our next generation services are available. All current users of Lookout can continue to use Lookout and will be supported via the existing support process on Lookout for a year or until a new technology is available.&lt;BR&gt;&lt;BR&gt;--&lt;BR&gt;&lt;BR&gt;Uh, this strikes me as a bit counterproductive: you buy a company for its technology and staff, but then stop selling the technology? And you place the technology, designed for searching Microsoft Outlook data, under the MSN division?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/13191-Microsoft-buys-Lookout-Software-then-kills-off-Lookout/'&gt;Microsoft buys Lookout Software... then kills off Lookout&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/13191/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/13191-Microsoft-buys-Lookout-Software-then-kills-off-Lookout/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/13191-Microsoft-buys-Lookout-Software-then-kills-off-Lookout/</link><pubDate>Fri, 16 Jul 2004 14:16:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/13191-Microsoft-buys-Lookout-Software-then-kills-off-Lookout/</guid><evnet:views>50566</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/13191/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://www.lookoutsoft.com/Forums/topic.asp?TOPIC_ID=194http://www.lookoutsoft.com/Lookout/lookout-msft.html
Q: Why can't I download Lookout anymore?We will be focusing our efforts on integrating our expertise and working on next-generation technologies. We are going to hold off on growing our user base until our next generation services are available. All current users of Lookout can continue to use Lookout and will be supported via the existing support process on Lookout for a year or until a new technology is available.--Uh, this strikes me as a bit counterproductive: you buy a company for&amp;#8230;</evnet:previewtext><dc:creator>Mike Dimmick</dc:creator><slash:comments>18</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/13191-Microsoft-buys-Lookout-Software-then-kills-off-Lookout/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/13191/Trackback.aspx</trackback:ping></item></channel></rss>