Me: I live in Silicon Valley with my wife, child and cat. I have worked at Microsoft since I graduated from College, both in the Macintosh Business Unit on products such as Outlook Express, Entourage, IE, and Virtual PC and in Windows Live on Hotmail, Calendar and People. I am currently a Principal Lead Program Manager on the Windows Live Social Networking team. I basically manage a team of Program Managers responsible for delivering features to support our web and client applications. I've been blogging since 2001 and like to play around with .NET in my spare time working on projects such as dasBlog (the blog that powers this site) and Send to SmugMug (an application for uploading photos to SmugMug). I blog about a number of technology and productivity related topics.
Powered by: newtelligence dasBlog 2.3.9074.18820
Disclaimer The posts on this weblog are provided "AS IS" with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Omar Shahine
E-mail
As I just mentioned, there is a way to make Office documents open in their respective apps rather than IE. Since PDFs are quite common on the net I am always getting annoyed when they load in the browser for many of the same reasons I mentioned earlier today.
The double whammy to PDFs loading in IE is that they are not entirely downloaded. So for a multi page PDF file you have to wait a long time to page around and in many cases this freezes IE which makes me extra grumpy (try searching, even worse). There is a preference in Acrobat Reader to both disable the opening of documents in the browser as well as disable the loading “feature” (I'd call it a flaw). Here is how to do it:
Now quit Acrobat. Problem solved. However, in my attempt to semi automate this I tried to figure out what regkeys control this behavior and failed. It seems that the following regkey controls the browser setting:
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]"bBrowserIntegration"=dword:00000000
However, if you set this it does not actually work until you launch Acrobat and go to Preference and Save them. seems changing the regkey in and of itself does nothing till the prefs somehow get marked dirty. Does anyone have an secrets about making this stick?
While we are on the subject, launching Acrobat is painfully slow. In fact, for a product that is designed to be used to read documents it doesn't really optimize for that scenario (it's very slow, page flipping is slow, and launching is slow). There are some documented ways to speed up Acrobat by quite a bit though. But common, I really shouldn't have to do this. Don't load plugins and code that I'm not ever going to use. Go look at how fast Word, PowerPoint and Excel boot.
I'm also assuming there is good reason why Apple has written their own PDF viewer that ships with the OS. It's far superios to Acrobat Reader for doing the most common scenerio (reading a PDF).