<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Spyware Sucks : Internet Explorer 7, Technology</title><link>http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/Technology/default.aspx</link><description>Tags: Internet Explorer 7, Technology</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>FIX: msfeedssync.exe crashes (RSS synchronization - IE7 and IE8)</title><link>http://msmvps.com/blogs/spywaresucks/archive/2008/07/31/1642758.aspx</link><pubDate>Thu, 31 Jul 2008 02:02:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1642758</guid><dc:creator>sandi</dc:creator><slash:comments>2</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1642758</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2008/07/31/1642758.aspx#comments</comments><description>&lt;p&gt;I have over 400 RSS Feed subscriptions that I keep an eye on, and which need to be checked regularly, sometimes every 15 minutes.&amp;nbsp; A couple of days ago, msfeedssync started crashing every time a synchronization was due.&amp;nbsp; The errors were:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;msfeeds.dll&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc720, exception code 0xc00000fd, fault offset 0x00002046, process id 0x1c98, application start time 0x01c8f1484814c945.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;msvcrt.dll&lt;/strong&gt;, version 7.0.6000.16386, time stamp 0x4549bd61, exception code 0xc00000fd, fault offset 0x00009bb2, process id 0x1ec0, application start time 0x01c8f1471a9905e9.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc712, faulting module &lt;strong&gt;WININET.dll&lt;/strong&gt;, version 8.0.6001.17509, time stamp 0x481c0708, exception code 0xc00000fd, fault offset 0x00004062, process id 0x2604, application start time 0x01c8f146dc893df3.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc7a5, faulting module &lt;strong&gt;kernel32.dll&lt;/strong&gt;, version 6.0.6000.16386, time stamp 0x4549d328, exception code 0xc00000fd, fault offset 0x0000000000037b93, process id 0xe94, application start time 0x01c8efbadb2c6b9a.&lt;/p&gt; &lt;p&gt;Faulting application &lt;strong&gt;msfeedssync.exe&lt;/strong&gt;, version 8.0.6001.17184, time stamp 0x47ccc7a5, faulting module &lt;strong&gt;ntdll.dll&lt;/strong&gt;, version 6.0.6000.16386, time stamp 0x4549d372, exception code 0xc00000fd, fault offset 0x00000000000529c5, process id 0x10f4, application start time 0x01c8ef973bc855f2.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;As you can see, things were a real mess.&amp;nbsp; These are the troubleshooting and diagnostic steps that I used to solve the problem:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Check if the Feed Task is corrupt by running the following command:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{C73963F9-62BB-4 27/07/2008 10:15:00&amp;nbsp; Could not start&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, that is not good.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Stop and restart the Feeds Task:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;C:\Windows\system32&amp;gt;msfeedssync disable&lt;br /&gt;C:\Windows\system32&amp;gt;msfeedssync enable&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Check Feed Task status again:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{B70B1824-595E-4 27/07/2008 10:14:00&amp;nbsp; Ready&lt;br /&gt;User_Feed_Synchronization-{C73963F9-62BB-4 27/07/2008 10:15:00&amp;nbsp; Could not start&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, not good - now I have &lt;strong&gt;two&lt;/strong&gt; tasks - there is definitely an issue with the original task which is unable to start.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Disable the Feeds Task:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;msfeedssync disable&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Check to make sure that &lt;strong&gt;both &lt;/strong&gt;Feed Tasks are gone:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;No tasks running - that is good&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;Restart the Feeds Task and check to see what we have got:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;msfeedssync enable &lt;/strong&gt;&lt;/li&gt; &lt;p&gt;&lt;strong&gt;schtasks /query | findstr /i &amp;quot;user_feed&amp;quot;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Results:&lt;br /&gt;&lt;strong&gt;User_Feed_Synchronization-{B70B1824-595E-4 27/07/2008 10:23:00&amp;nbsp; Ready&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Ok, this is good.. the bad Feed Task is gone, but msfeedssync is still crashing - something else is wrong. &lt;li&gt;Tried disabling Antivirus - that didn&amp;#39;t fix the problem.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Tried running IE in &amp;quot;no add-ons&amp;quot; mode - msfeedssync is still crashing.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;I fired up Fiddler, which records RSS activity.&amp;nbsp; It turns out msfeedssync was crashing on the same feed every time - I deleted that feed but the subscription was cached somewhere that wasn&amp;#39;t updating properly because IE8 continued to check the same feed despite it being deleted (and IE shut down and restarted, and the computer being restarted as well).&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Ok, the fact that IE continues to check a feed that I have deleted from my Feeds subscriptions indicates that we are most likely dealing with a corrupt file, but which one?&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I exported my list of feeds to an OPML file, then deleted the file &amp;quot;&lt;strong&gt;FeedsStore.feedsdb-ms&lt;/strong&gt;&amp;quot; that is located in &lt;strong&gt;\Users\%username%\AppData\Local\Microsoft\Feeds&lt;/strong&gt;.&amp;nbsp; Next, I ran &amp;quot;&lt;strong&gt;msfeedssync forcesync&lt;/strong&gt;&amp;quot;.&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Results:&lt;br /&gt;msfeedssync continued to crash, but now it was crashing immediately instead of when it hit a particular feed :o(&amp;nbsp;&amp;nbsp; Ok, I just made things worse.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Using Process Monitor, I could see that msfeedssync was crashing immediately after it (apparently successfully) closed this file: &lt;/li&gt; &lt;p&gt;&lt;strong&gt;\USERS\%username%\AppData\Local\Microsoft \Feeds Cache\index.dat&lt;/strong&gt;  &lt;p&gt;I&amp;nbsp; deleted the entire contents of that folder, including &lt;strong&gt;index.dat.&lt;br /&gt;&lt;br /&gt;Results:&lt;br /&gt;msfeedssync stopped crashing - YAY!!&lt;/strong&gt;&lt;/p&gt;&lt;/ol&gt; &lt;p&gt;&lt;br /&gt;Process Monitor is a free Sysinternals program available from Microsoft.&amp;nbsp; You can download it here:&lt;br /&gt;&lt;a title="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926" href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926" target="_blank"&gt;http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?PHPSESSID=d926&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1642758" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+8/default.aspx">Internet Explorer 8</category></item><item><title>EOLAS: important changes soon</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/11/09/1288486.aspx</link><pubDate>Thu, 08 Nov 2007 22:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1288486</guid><dc:creator>sandi</dc:creator><slash:comments>0</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1288486</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/11/09/1288486.aspx#comments</comments><description>&lt;p&gt;Well well well, isn&amp;#39;t this interesting.&lt;/p&gt;
&lt;p&gt;Microsoft have licensed the technologies that are covered by the &lt;a class="" href="http://msmvps.com/blogs/spywaresucks/archive/2007/08/31/1152102.aspx" target="_blank"&gt;infamous Eolas patent&lt;/a&gt;, and will be removing&amp;nbsp; the “click to activate” requirement in Internet Explorer.&lt;/p&gt;
&lt;p&gt;Regular readers of this blog will remember that a recent US High Court decision cast doubt on whether the original award to EOLAS of $521 would stand. The potential was there for the award to be reduced to $187 million.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;change that has now been announced by the IE team will require no modifications to existing webpages, and no new actions for developers creating new pages.&amp;nbsp; IE will revert to its original behaviour.&lt;/p&gt;
&lt;p&gt;There will be a &amp;quot;preview release&amp;quot; incorporating the changes called the &amp;quot;Internet Explorer Automatic Component Activation Preview&amp;quot;, which will be available in December 2007 via the Microsoft Download Center. The change will also be made part of the next pre-release versions of Windows Vista SP1 and Windows XP SP3. It is anticipated that the change will be released to the general public as part of IE&amp;#39;s April 2008 Cumulative Update.&lt;/p&gt;
&lt;p&gt;Announcement: &lt;a class="" href="http://blogs.msdn.com/ie/archive/2007/11/08/ie-automatic-component-activation-changes-to-ie-activex-update.aspx" target="_blank"&gt;http://blogs.msdn.com/ie/archive/2007/11/08/ie-automatic-component-activation-changes-to-ie-activex-update.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1288486" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Revisiting the mystery user agent string IEMB3</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/09/07/1173526.aspx</link><pubDate>Fri, 07 Sep 2007 00:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1173526</guid><dc:creator>sandi</dc:creator><slash:comments>7</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1173526</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/09/07/1173526.aspx#comments</comments><description>Originally mentioned here , we have been unable to identify what is generating the UAS &amp;quot;IEMB3&amp;quot;. If anybody knows, can you please reply to this entry? To repeat the original question: A User agent String (UAS) is made up of various segments that...(&lt;a href="http://msmvps.com/blogs/spywaresucks/archive/2007/09/07/1173526.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1173526" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Google Desktop causing problems</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126774.aspx</link><pubDate>Tue, 21 Aug 2007 00:03:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1126774</guid><dc:creator>sandi</dc:creator><slash:comments>13</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1126774</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126774.aspx#comments</comments><description>Here is today&amp;#39;s email question: &amp;quot;Dear Sandi, I would really appreciate your help. I&amp;#39;ve been trying for ages to find out what is wrong with my IE7 but there doesn&amp;#39;t seem to be anything useful on the internet that I can find... Whenever...(&lt;a href="http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126774.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1126774" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Your+questions+answered/default.aspx">Your questions answered</category></item><item><title>Updated IE VPC images have been released</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126750.aspx</link><pubDate>Mon, 20 Aug 2007 23:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1126750</guid><dc:creator>sandi</dc:creator><slash:comments>0</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1126750</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126750.aspx#comments</comments><description>You can now download a free image of XPSP2 with IE6 or XPSP2 with IE7 installed at the link below - the images will expire on 7 December 2007: http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;amp;displaylang...(&lt;a href="http://msmvps.com/blogs/spywaresucks/archive/2007/08/21/1126750.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1126750" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Fix: display issue affecting IE7 and autoselect</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/07/17/1029593.aspx</link><pubDate>Tue, 17 Jul 2007 00:32:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1029593</guid><dc:creator>sandi</dc:creator><slash:comments>3</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=1029593</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/07/17/1029593.aspx#comments</comments><description>&lt;p&gt;I received the following email from a reader:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;I had an interesting email a few days ago from an IE7 user.&amp;nbsp; He visited &lt;/em&gt;&lt;a class="" href="http://www.tigardchurch.org/" target="_blank"&gt;&lt;em&gt;www.tigardchurch.org&lt;/em&gt;&lt;/a&gt;&lt;em&gt; to find most of the text on the Home Page surrounded by “b’s”.&amp;nbsp; I don’t own the site however; my wife is involved with keeping it current.&amp;nbsp; I tested everything from: IE6, Mozilla Firefox to Adobe Safari and it all looked fine.&amp;nbsp; I have held off loading IE7 for 1 yr after release and advised my clients to do so as well.&amp;nbsp; Have you encountered this issue before?&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;First of all, I argue strongly against recommending that people stay away from IE7 for &lt;em&gt;&amp;quot;1 yr after release&amp;quot;&lt;/em&gt; unless there is a definite reason for deferring&amp;nbsp;installation - that is, there is a line of business application that breaks, or an important Web site affected that you *must* be able to access, and even then I would consider it wiser to install an alternative Browser so that you can view the affected site rather than run the risk of continued exposure to the security exploits that affect IE6 and earlier and do NOT affect IE7.&amp;nbsp; Of course, if a line of business application breaks, then that is something that may force you to defer installing IE7 until the application&amp;#39;s vendor resolves the issue.&lt;/p&gt;
&lt;p&gt;IE7 includes security updates and improvements that are simply too important to forgo without a good reason - IE7 has been immune to virtually every exploit that has affected IE6.&amp;nbsp; Then there is the Phishing Filter, and Extended Validation Certificate support, and the Add-on Manager.&amp;nbsp; Please don&amp;#39;t hold off installing &amp;quot;just in case&amp;quot; or impose a stay-away timeframe.&lt;/p&gt;
&lt;p&gt;Now, on to the Web site issues. I have been able to reproduce display problems for the site simply by toggling &amp;quot;Autoselect&amp;quot; under IE7&amp;#39;s encoding options (tap the alt key on your keyboard if the Menu Bar is not enabled, then select View, then Encoding. You can turn off Autoselect there.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;When I turn on Autoselect the page immediate refreshs and exhibits problems.&amp;nbsp; When I turn off Autoselect and force a refresh of the page, the problem goes away.&amp;nbsp; Examples below:&lt;/p&gt;
&lt;p&gt;Without autoselect:&lt;br /&gt;&lt;img src="http://msmvps.com/photos/spyware_sucks/images/1029424/original.aspx" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;With autoselect:&lt;br /&gt;&lt;img src="http://msmvps.com/photos/spyware_sucks/images/1029425/original.aspx" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Without autoselect:&lt;br /&gt;&lt;img src="http://msmvps.com/photos/spyware_sucks/images/1029431/original.aspx" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;With autoselect:&lt;br /&gt;&lt;img src="http://msmvps.com/photos/spyware_sucks/images/1029426/original.aspx" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately I simply don&amp;#39;t know enough about Web page design and coding to be able to tell you how to fix this.&amp;nbsp; Quick and dirty fix is to advise visitors NOT to enable the Autoselect encoding option, but the site&amp;#39;s owners should also have a chat to somebody wiser than me about how to fix the issue, and whether the issue is with IE7 or the site itself.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1029593" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Your+questions+answered/default.aspx">Your questions answered</category></item><item><title>Iframes / objects can apparently bypass phishing protection in Firefox 2.0.0.3 and Opera 9.10 - IE7 is unaffected</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/03/29/722858.aspx</link><pubDate>Thu, 29 Mar 2007 00:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:722858</guid><dc:creator>sandi</dc:creator><slash:comments>1</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=722858</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/03/29/722858.aspx#comments</comments><description>&lt;P&gt;As reported on &lt;A href="mailto:bugtraq@securityfocus.com"&gt;bugtraq@securityfocus.com&lt;/A&gt; by "nsp", Firefox 2.0.0.3 and Opera 9.10 apparently fail to detect a phishing site if it is embeded in an IFRAME / OBJECT label:&lt;/P&gt;
&lt;P&gt;Demonstration pages can be seen here (warning, the URLs will prompt to install a Chinese language pack - there is no need to install the language pack):&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://zonafirefox.googlepages.com/prueba.html" target=_blank&gt;http://zonafirefox.googlepages.com/prueba.html&lt;/A&gt; (using Javascript to create an iframe object)&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;A class="" href="http://zonafirefox.googlepages.com/prueba2.html" target=_blank&gt;http://zonafirefox.googlepages.com/prueba2.html&lt;/A&gt; (without Javascript)&lt;/P&gt;
&lt;P&gt;The author of the email, nsp, states:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Also, the following code can be used to bypass the phishing protection:&lt;BR&gt;&amp;nbsp;&lt;BR&gt;"&amp;lt;object type="text/html" classid="(phishing site)" data="(phishing site)"&amp;gt;&amp;lt;/object&amp;gt;"&lt;BR&gt;&amp;nbsp;&lt;BR&gt;The tests were realized using several many sites from Phishtank database. IE7 has no problems."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;As a reminder, other problems with the Firefox phishing filter were revealed when it was reported back in February that the Firefox Phishing Filter can be disasbled simply by adding an extra slash after the domain suffix:&lt;BR&gt;&lt;A class="" href="http://msmvps.com/blogs/spywaresucks/archive/2007/02/12/570602.aspx" target=_blank&gt;http://msmvps.com/blogs/spywaresucks/archive/2007/02/12/570602.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;According to Bugzilla, the "fix" for the backslash problem is something that needs to be done at Google's end.&amp;nbsp; I note that there is discussion saying that things should be changed, but nothing to say that it has be changed, so I downloaded Firefox 2.0.0.1 to see what the situation is.&amp;nbsp; Sure enough, the problem continues, so why was the bug closed as "resolved fixed"?&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=722858" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>MSXML4 to be disabled in late 2007</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/03/22/699982.aspx</link><pubDate>Wed, 21 Mar 2007 21:11:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:699982</guid><dc:creator>sandi</dc:creator><slash:comments>1</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=699982</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/03/22/699982.aspx#comments</comments><description>&lt;P&gt;MS are going to push out an IE specific kill-bit for MSXML4 in October.&amp;nbsp; More information here:&lt;BR&gt;&lt;A href="http://blogs.msdn.com/xmlteam/archive/2007/03/12/msxml4-is-going-to-be-kill-bit-ed.aspx"&gt;http://blogs.msdn.com/xmlteam/archive/2007/03/12/msxml4-is-going-to-be-kill-bit-ed.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Key changes:&lt;BR&gt;&lt;A href="http://blogs.msdn.com/xmlteam/archive/2007/03/12/upgrading-to-msxml-6-0.aspx"&gt;http://blogs.msdn.com/xmlteam/archive/2007/03/12/upgrading-to-msxml-6-0.aspx&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=699982" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>IE7 and "shrink to fit" problems - emails printing very small - hotfix released</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/03/18/689883.aspx</link><pubDate>Sun, 18 Mar 2007 00:12:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:689883</guid><dc:creator>sandi</dc:creator><slash:comments>27</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=689883</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/03/18/689883.aspx#comments</comments><description>&lt;P&gt;A hotfix has been released by Microsoft &lt;U&gt;to the QFE branch&lt;/U&gt; (Quick Fix Engineering)&amp;nbsp;that&amp;nbsp;fixes&amp;nbsp;the infamous "shrink to fit" issue that some customers are experiencing after they install IE7.&amp;nbsp; Basically, when affected users try to print an email it is printed in extremely small font and is completely unreadable.&lt;/P&gt;
&lt;P&gt;The hotfix is "by request" for the time being. I am unable to advise when it will be released for general distribution.&lt;/P&gt;
&lt;P&gt;The associated Knowledgebase article, being KB 932538, is not live as at time of publication.&lt;/P&gt;
&lt;P&gt;If you have been affected by the shrink to&amp;nbsp;fit problem, you will need to contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:&lt;BR&gt;&lt;A class="" href="http://support.microsoft.com/contactus/?ws=support" target=_blank&gt;http://support.microsoft.com/contactus/?ws=support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note: In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;IMPORTANT INFORMATION&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the QFE branch, why is this important, and why should I only install a hotfix if it is absolutely necessary?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are two development environments at Microsoft, being General Distribution Releases (GDR) and Quick Fix Engineering (QFE).&lt;/P&gt;
&lt;P&gt;QFE branch releases are cumulative hotfixes that have been issued by Microsoft Product Support Services to address specific customer issues. QFE releases &lt;U&gt;do not get the same quality of testing as the GDR branch&lt;/U&gt;.&amp;nbsp; Please keep this fact in mind when deciding whether you will install the QFE fix for the shrink to fit issue.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I don't want to install the Hotfix but need to fix the shrink to fit problem. What can I do until the fix hits general release?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;lf your emails are causing&amp;nbsp;a problem for recipients, have a close look at your email header or footer because that is often the cause of the problem.&amp;nbsp; Now, I'm not sure I can explain this properly, but my understanding of what is often happening is that very long headers or footers, if incorrectly formatted, will not "wrap" properly, and IE's shrink to fit engine will try to shrink the resulting long, unbreakable, string of text enough to allow it to fit on to the page.&amp;nbsp; The shrink to fit engine cannot selectively shrink some bits of text more than others, so if you have one line (that long header or footer) that is a problem, the *entire* print job will be shrunk by the same amount, leading to the tiny fonts that people see.&lt;/P&gt;
&lt;P&gt;A point of interest is that such a failure of text to wrap to the page properly has been around for a long time; for example, newsgroup postings made using Outlook Express and Mime Quoted Printable formatting are notorious for failing to wrap properly in non-MS news readers.&amp;nbsp; Xnews is a product that comes to mind - I have to enable the "Word Wrap" feature before newsgroup postings made using OE and MQP will wrap properly.&amp;nbsp; I also see an occasional problem with emails when using my Webmail client (MailExpress).&lt;/P&gt;
&lt;P&gt;If you are having problems with emails that are being received, forward them to youself (deleting any header or signature) and then print.&amp;nbsp; If you can, view the message in plain text and print that way as well.&amp;nbsp; A workaround that you can try if you need to preserve the original format, is &lt;U&gt;print to PDF&lt;/U&gt; and then print the resulting PDF file - I'll admit, I have not tried that, but it occurs to me now that it just might work.&amp;nbsp; If you do not have Adobe or NitroPDF that give you the ability to print to PDF, then there are many freeware PDFing products out there.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The email message header does not print when you try to print an email message by using either Microsoft Office Outlook 2003 or Microsoft Outlook Express - also related to Shrink to Fit&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://support.microsoft.com/default.aspx/kb/931657"&gt;&lt;STRONG&gt;http://support.microsoft.com/default.aspx/kb/931657&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=689883" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Windows Server 2003 Service Pack 2 and IE7 - you do NOT need to uninstall under most circumstances</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/03/16/683176.aspx</link><pubDate>Thu, 15 Mar 2007 20:51:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:683176</guid><dc:creator>sandi</dc:creator><slash:comments>5</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=683176</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/03/16/683176.aspx#comments</comments><description>&lt;P&gt;Ok, so a couple of days ago Windows Server 2003 Service Pack 2 hit Automatic Update, catching all of us by surprise.&amp;nbsp; That's all well and good, and believe me the team has heard feedback from many areas about the lack of information about the upcoming release, but the biggest problem for many of us was that the Release Notes stated that IE7 must be uninstalled before SP2 could be loaded.&amp;nbsp; I'm sure my readers understand the potential problem here, with many servers already having IE7 installed, and potentially set to automatically download and install the service pack.&amp;nbsp; With visions of damaged servers dancing in my head, I let the SBS gang know that I was attending sessions with the IE team the next day, and I would find out the hows, whys and wherefores.&lt;/P&gt;
&lt;P&gt;Yesterday I was able to question the IE team about the Release Notes, asking for information about what breaks if SP2 is installed over IE7, and how to fix things if IE7 is not removed first.&amp;nbsp; Luckily the sessions were also attended by one of the Server PMs. &lt;/P&gt;
&lt;P&gt;Anyway, to cut a long story short, after I asked for information about why the warning was in the &lt;A class="" href="http://technet2.microsoft.com/WindowsServer/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true" target=_blank&gt;Release Notes&lt;/A&gt;, information about exactly what would break if the warning was not heeded, and information about what to do if people did not remove IE7 before installing SP2, it was realised that the &lt;A class="" href="http://technet2.microsoft.com/WindowsServer/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true" target=_blank&gt;Release Notes&lt;/A&gt; were incorrect.&amp;nbsp; The true situation is that if you are not in the scenario described in &lt;A class="" href="http://support.microsoft.com/default.aspx/kb/932600" target=_blank&gt;KB 932600&lt;/A&gt;, or you are not upgrading an Eval Win 2003 to SP2, you do not need to uninstall IE7.&amp;nbsp; &lt;A class="" href="http://uksbsguy.com/blogs/doverton/archive/2007/03/14/small-business-server-2003-sp1-and-r2-upgrading-to-sp2-and-internet-explorer-7-ie7-information-including-the-fact-that-you-do-not-have-to-uninstall-ie7.aspx" target=_blank&gt;David Overton&lt;/A&gt; confirms this advice, and the &lt;A class="" href="http://technet2.microsoft.com/WindowsServer/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true" target=_blank&gt;Release Notes&lt;/A&gt; have been updated to remove the erroneous information.&lt;/P&gt;
&lt;P&gt;Edit: There is also an entry on the IE team blog confirming that, in most cases, it is ok to install SP2 over IE7.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=683176" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Vulnerability: Phishers can bypass the Firefox Phishing Filter very easily</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/02/12/570602.aspx</link><pubDate>Mon, 12 Feb 2007 10:51:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:570602</guid><dc:creator>sandi</dc:creator><slash:comments>3</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=570602</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/02/12/570602.aspx#comments</comments><description>&lt;P&gt;This is far too easy; the Firefox Phishing Filter can be disasbled simply by adding an extra slash after the domain suffix.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Original advisory:&lt;BR&gt;&lt;A href="http://kaneda.bohater.net/security/20070111-firefox_2.0.0.1_bypass_phishing_protection.php"&gt;http://kaneda.bohater.net/security/20070111-firefox_2.0.0.1_bypass_phishing_protection.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The discovery is on &lt;A class="" href="https://bugzilla.mozilla.org/show_bug.cgi?id=367538" target=_blank&gt;Bugzilla&lt;/A&gt; - a demonstration is mentioned in the comments. The URLs I tested with are two that are mentioned in the discussion being:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;A href="http://222.173.145.98/.bankofamerica.com/sas/profile/step1.htm"&gt;&lt;EM&gt;http://222.173.145.98/.bankofamerica.com/sas/profile/step1.htm&lt;/EM&gt;&lt;/A&gt;&lt;BR&gt;&lt;EM&gt;triggers an alert&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://222.173.145.98/.bankofamerica.com//sas/profile/step1.htm"&gt;&lt;EM&gt;http://222.173.145.98/.bankofamerica.com//sas/profile/step1.htm&lt;/EM&gt;&lt;/A&gt;&lt;BR&gt;&lt;EM&gt;Does not trigger an alert"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Note this comment:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Firefox is the only browser that fails with this, Opera's latest compilation has corrected this issue and IE is immune."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I can confirm that both of the above URLs trigger a phishing alert in Internet Explorer.&amp;nbsp; Firefox 2.0.0.1 only flags the first URL as a phishing page.&lt;/P&gt;
&lt;P&gt;According to Bugzilla, the "fix" is something that needs to be done at Google's end.&amp;nbsp; I note that there is discussion saying that things should be changed, but nothing to say that it has be changed, so I downloaded Firefox 2.0.0.1 to see what the situation is.&amp;nbsp; Sure enough, the problem continues, so why is&amp;nbsp;the bug&amp;nbsp;closed as "resolved fixed"?&lt;/P&gt;
&lt;P&gt;How can we trust a phishing filter that can be bypassed so easily? The simple answer is that we cannot.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=570602" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Verisign needs to sort out their site so that it works with their Extended Validation (High Assurance) Certificate</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/02/05/545743.aspx</link><pubDate>Mon, 05 Feb 2007 10:43:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:545743</guid><dc:creator>sandi</dc:creator><slash:comments>1</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=545743</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/02/05/545743.aspx#comments</comments><description>&lt;P&gt;Let this be a lesson to those companies out there that are going to purchase an Extended Validation (EV) certificate - please make sure that your site is coded so that the EV will display.&amp;nbsp; Extended validation certificates are not cheap, and you do not want to be forking out money for an EV, only to have it fail to display.&lt;/P&gt;
&lt;P&gt;Take the following example - I did not realise that Verisign was using an Extended Validation Certificate, and will explain why.&lt;/P&gt;
&lt;P&gt;Verisign issued the EV certificates used by Paypal and Ebay.&amp;nbsp; Let's have a look at some further information about these new certificates by clicking on the &lt;STRONG&gt;View Certificates&lt;/STRONG&gt; option if we click next to the lock icon:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/verisign_bug_7.png"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we view the certificate details we see this:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/verisign_bug_4.PNG"&gt;&lt;/P&gt;
&lt;P&gt;Let's have a look at the &lt;STRONG&gt;Issuer Statement&lt;/STRONG&gt;.&amp;nbsp; Clicking that button opens an Internet Explorer window, and a Verisign page.&amp;nbsp;&amp;nbsp; The Address Bar is green when the Verisign page first opens, but &lt;STRONG&gt;it does not stay that way.&amp;nbsp;&lt;/STRONG&gt;Several of the screenshots in this article are taken using XP, but the problem also exists in Windows Vista.&lt;/P&gt;
&lt;P&gt;This is the window that opens when we click on the &lt;STRONG&gt;Issuer Statement&lt;/STRONG&gt; button:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi88.jpg"&gt;&lt;/P&gt;
&lt;P&gt;When the Verisign page opens, we see a dialogue box asking for permission to display &lt;STRONG&gt;nonsecure items&lt;/STRONG&gt;, and therein lies the problem.&amp;nbsp; That dialogue box appears when Internet Explorer is set to "prompt" before displaying what is called mixed content, which is the default setting for IE7.&amp;nbsp; In this case, Verisign has a secure (https) page that is displaying content (graphics) that is not a part of the secure page, instead being pulled from another area (sometimes called hot linking, or inline linking), thereby triggering the dialogue box.&amp;nbsp; If we select "&lt;STRONG&gt;yes&lt;/STRONG&gt;" and allow IE to display the non-secure content, the green Address Bar disappears.&amp;nbsp; If we select "&lt;STRONG&gt;no&lt;/STRONG&gt;", the green Address Bar stays, as you can see from the shots below.&amp;nbsp; The only fix from the user's point of view is to set Internet Explorer 7 to never display mixed content, which some will say is a good idea for security reasons, but the fact of the matter is that Web sites need to make sure that their expensive Extended Validation certificates work when Internet Explorer 7 is being used with its default settings.&lt;/P&gt;
&lt;P&gt;A Knowledge Base article that explains one of the ways that a Web page with frames may trigger the dialogue box can be found here:&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/184960"&gt;http://support.microsoft.com/kb/184960&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The equivalent SecureTrust "Issuer Statement" page that is reached&amp;nbsp;in the same way when we visit a site that is using a&amp;nbsp;certificate issued by SecureTrust,&amp;nbsp;does NOT have this problem.&amp;nbsp; Well done SecureTrust.&amp;nbsp; I wonder if it was luck, or if SecureTrust knew there would be a problem if their page had mixed content.&lt;/P&gt;
&lt;P&gt;I'll be reporting what I have found to the Internet Explorer team to see what they say; I suspect the behaviour will be "by design" because it pretty much guarantees that all content on an EV protected site is actually hosted by that site.&lt;/P&gt;
&lt;P&gt;Here are screenshots of what happened on the Verisign page.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We say yes to displaying mixed content - the green bar disappears:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/verisign_bug_3.PNG"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;We say no to displaying mixed content - the green bar stays:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi90.jpg"&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=545743" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Exchange System Manager and IE7 and ESM's version of PSAPI.DLL don't mix</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/02/04/541825.aspx</link><pubDate>Sun, 04 Feb 2007 03:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:541825</guid><dc:creator>sandi</dc:creator><slash:comments>0</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=541825</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/02/04/541825.aspx#comments</comments><description>&lt;P&gt;I'm sure I've written about this before - yep, I've got info up on &lt;A href="http://www.ie-vista.com/"&gt;www.ie-vista.com&lt;/A&gt; on the Knowledge Base page:&lt;BR&gt;&lt;A href="http://www.ie-vista.com/known_issues.html#tpa"&gt;http://www.ie-vista.com/known_issues.html#tpa&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The official SBS Blog have posted an entry about a problem with Exchange System Manager and IE7 here, complete with screenshots:&lt;BR&gt;&lt;A href="http://blogs.technet.com/sbs/archive/2007/02/02/esm-with-ie7-unable-to-open-the-help-file.aspx"&gt;http://blogs.technet.com/sbs/archive/2007/02/02/esm-with-ie7-unable-to-open-the-help-file.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that ESM is not the only product that has caused problems by installing its own copy of PSAPI.DLL.&amp;nbsp; The fix is always the same&amp;nbsp;- remove the copy that was installed by the software.&lt;/P&gt;
&lt;P&gt;Other products causing problems by installing a second copy of PSAPI.DLL include McAfee software, BT Broadband Help (BT Yahoo Help), Motive SmartBridge, Hal Screen Reader and Supernova Reader Magnifier by Dolphin.&lt;/P&gt;
&lt;P&gt;What I want to know is, why do those products install a second copy of PSAPI.DLL when the pre-existing copy in ..\windows\system32 works just fine.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=541825" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Windows Vista - security updates available via Windows Update and WSUS</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/01/30/528327.aspx</link><pubDate>Tue, 30 Jan 2007 11:33:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:528327</guid><dc:creator>sandi</dc:creator><slash:comments>0</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=528327</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/01/30/528327.aspx#comments</comments><description>&lt;P&gt;Microsoft have released a series of updates for Windows Vista, both x86 and x64 versions, including (finally) a phishing filter update for IE7 that speeds up Web surfing - the XP version of the phishing filter update was released a while back.&lt;/P&gt;
&lt;P&gt;Here's what you will see in a corporate environment&amp;nbsp;if you are using WSUS:&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi9.gif"&gt;&lt;BR&gt;If updates have already been downloaded by your Vista system, or if Windows Update is otherwise active (installing or waiting for a reboot) you will see this icon in the system tray:&amp;nbsp; &lt;IMG src="http://www.ie-vista.com/images/graphi79.jpg"&gt;&lt;/P&gt;
&lt;P&gt;Vista users can access Windows Update easily, by clicking on the Start button and typing &lt;STRONG&gt;Windows Update&lt;/STRONG&gt;:&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi78.jpg"&gt;&lt;/P&gt;
&lt;P&gt;Windows Update will show you what updates are available and away you go -&amp;nbsp;you can install the whole lot or pick and choose&amp;nbsp;- unfortunately, Windows Vista may need a reboot after installation (I thought we weren't going to have to do that anymore?) and I recommend that you check for further updates after you reboot - my system detected 3 updates on the first run, and another 5 on the second run.&amp;nbsp; The reboot is a bit disconcerting the first time you see it; the system shuts down normally, then the blue/green loading screen comes up as per normal to let you know that the updates are being installed but then, be warned, your screen may go black again when the system restarts a second time as part of the update installation - it can be a bit scary to see the screen go black again - I actually thought something had gone wrong - but hang in there - if the power is still and there is hard drive activity things should be fine - be patient with lower resource systems.&lt;/P&gt;
&lt;P&gt;When installation is finished you can &lt;STRONG&gt;View update history&lt;/STRONG&gt; which has a cool feature - if you double click on any entry in Update History a new window will open just like this one that describes the update in detail:&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Installed Updates window (see the failed ATI&amp;nbsp; and Atheros updates? That's how the Ferrari 5000 was delivered to me - not too good Acer)&lt;/STRONG&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi76.jpg"&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Updates detail window&lt;/STRONG&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi81.jpg"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Update:&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi73.jpg"&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Selecting updates:&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi74.jpg"&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Updates successfully installed:&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi77.jpg"&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=528327" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item><item><title>Playing with IE7 add-ons</title><link>http://msmvps.com/blogs/spywaresucks/archive/2007/01/26/521121.aspx</link><pubDate>Fri, 26 Jan 2007 12:12:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:521121</guid><dc:creator>sandi</dc:creator><slash:comments>1</slash:comments><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/spywaresucks/commentapi.aspx?PostID=521121</wfw:comment><comments>http://msmvps.com/blogs/spywaresucks/archive/2007/01/26/521121.aspx#comments</comments><description>&lt;P&gt;I've been having a look at IE7 add-ins to use on my x64 Vista based system over the past few days.&amp;nbsp; So far I've had a look at 3, all of which are available at &lt;A href="http://www.enhanceie.com/"&gt;http://www.enhanceie.com/&lt;/A&gt;, being &lt;A class="" href="http://www.ookii.org/software/findasyoutype/" target=_blank&gt;Find As You Type&lt;/A&gt;, &lt;A class="" href="http://www.enhanceie.com/ie/feedsplus.asp" target=_blank&gt;Feeds Plus&lt;/A&gt; and &lt;A class="" href="http://www.enhanceie.com/ie/FeedFolder.asp" target=_blank&gt;Feed Folder&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Feeds Plus has a competitor which has been around since&amp;nbsp;27 December 2006&amp;nbsp;called msfeedicon.&amp;nbsp; I'll be having a look at that very soon and I suspect, going on what I can see on the developer's blog, that it may end up my preferred choice for beefing up RSS in IE7.&lt;/P&gt;
&lt;P&gt;You can find the latest version of msfeedicon here - now at build 2.1:&lt;BR&gt;&lt;A class="" href="http://www.wictorwilen.se/Post/msfeedicon-version-21-released.aspx" target=_blank&gt;http://www.wictorwilen.se/Post/msfeedicon-version-21-released.aspx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Version 2.0 - those using Vista may need to install this version if UAC causes a problem:&lt;BR&gt;&lt;A class="" href="http://www.wictorwilen.se/Post/Announcing-msfeedicon-version-20.aspx" target=_blank&gt;http://www.wictorwilen.se/Post/Announcing-msfeedicon-version-20.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Remember, I am using Windows Vista on an x64 based system - problems that I see may not occur for you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Find As You Type&lt;/STRONG&gt;&lt;BR&gt;This is a toolbar for IE and works by hooking Ctrl +F in Internet Explorer.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi71.jpg"&gt;&lt;/P&gt;
&lt;P&gt;The advantages that I can see are that:&lt;/P&gt;
&lt;P&gt;1) It works like the Microsoft Word Wheel, jumping through the web page to the first match as you type more characters&lt;BR&gt;2) There are audio cues when you type a character combination that does not appear on the page&lt;/P&gt;
&lt;P&gt;The primary disadvantage is that when we press Ctrl +F the previous Find entry is not highlighted for easy deleting.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Decision&lt;/U&gt;: This is a keeper for now.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Feed Folder&lt;BR&gt;&lt;/STRONG&gt;This add-on adds your RSS feeds to your Favorites list.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Strike 1 against Feed Folder&lt;/U&gt;:&amp;nbsp; I don't use the Menu Bar within IE7, therefore the only place that Feed Folder would be of any use is in the Favorites Pane, but that did not work at all well.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Strike 2 against Feed Folder&lt;/U&gt;:&amp;nbsp; Feed Folder crashed and displayed an "unspecified error" dialogue box if I tried to open an RSS group in the same way as I would open a Favorites Group, by clicking on the group arrow to display one feed in each window - according to Event Viewer, ole32.dll was involved.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/tg3.png"&gt;&lt;BR&gt;&lt;STRONG&gt;The blue arrow that crashes Feed Folder&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Strike 3 against Feed Folder&lt;/U&gt;:&amp;nbsp; I was not happy to discover that when Feed Folder is installed, the RSS pane in IE7's Favorite Centre appeared empty, meaning that if I left Feed Folder installed I would only be able to access my feeds using that add-on.&amp;nbsp; As soon as I uninstalled Feed Folder the RSS Feed Pane worked properly again.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;U&gt;Decision&lt;/U&gt;:&amp;nbsp; Sorry, but if an add-on tries to enforce a "my way or the highway" situation, that add-on will be removed.&amp;nbsp; Feed Folder lasted only 5 minutes on my system.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Feeds Plus&lt;/STRONG&gt;&lt;BR&gt;Ok, this was a little more successful.&lt;/P&gt;
&lt;P&gt;Documentation for Feeds Plus is sparse, and it displays several different icons in the system tray, but we have to guess what those icons are for.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;IMG src="http://www.ie-vista.com/images/rebuilding%20aggregate.png"&gt;&lt;BR&gt;&lt;/U&gt;&lt;STRONG&gt;This one appears when Feeds Plus is working, for example when updating Aggregate folders&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;IMG src="http://www.ie-vista.com/images/new%20articles.png"&gt;&lt;BR&gt;&lt;/U&gt;&lt;STRONG&gt;I am not sure what this one with the gleam is; I thought it was to indicate a new feed, or new content in a feed, but it has only appeared once, when Feeds Plus was first installed.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;IMG src="http://www.ie-vista.com/images/updated.png"&gt;&lt;BR&gt;&lt;/U&gt;&lt;STRONG&gt;The default icon which is there all the jolly time &lt;img src="http://msmvps.com/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Strike&amp;nbsp;1 against Feeds Plus&lt;/U&gt;: It is constantly marking feeds&amp;nbsp;as having an unread article which turns out to be days, or weeks old - very irritating.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Strike 2 against Feeds Plus&lt;/U&gt;: Feeds Plus is meant to display an Outlook style notification whenever new feed content is available but on my system this notification only appears when my laptop is first turned on.&amp;nbsp; There is no sign of the notifications for the rest of the day.&lt;/P&gt;
&lt;P&gt;Feeds Plus takes a little getting used to.&amp;nbsp; It adds a new feed entry, "* All %foldername% Items", to every folder, and a Feed called "* All items" that captures the content for all subscribed feeds.&amp;nbsp; To review the content of each folder in Aggregate view, simply click on the "All %foldername% Items" entry for that folder.&amp;nbsp; But, be warned, if you leave&amp;nbsp;the aggregate view&amp;nbsp;before reviewing all new content, and&amp;nbsp;switch to another folder, and if IE7 is set to automatically mark a feed as read when viewed, &lt;U&gt;all&lt;/U&gt; feeds in that folder will be marked as read at the same time.&amp;nbsp; Also, if you click on the All %foldername% Items a second time, all items will be marked as read.&amp;nbsp; All feeds in a folder will also be marked as read if you click on a hyperlink in an RSS article when using aggregate view.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/bug.png"&gt;&lt;STRONG&gt;&lt;BR&gt;We seem to have found a bug&amp;nbsp;- see how the aggregate entry, "All Internet Security Items", is not bolded? It should be because, as we can see, one of the Secunia entries has unread content.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Feeds Plus has only three option windows&amp;nbsp;- screenshots below:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi70.jpg"&gt;&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi69.jpg"&gt;&lt;BR&gt;&lt;BR&gt;&lt;IMG src="http://www.ie-vista.com/images/graphi68.jpg"&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Decision&lt;/U&gt;:&amp;nbsp;Feeds Plus can stay, for now, but I suspect it will be replaced by msfeedicon.&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=521121" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://msmvps.com/blogs/spywaresucks/archive/tags/Technology/default.aspx">Technology</category></item></channel></rss>