Sign In
jeff's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
cars
code
COM
computers
favicons
internet explorer
misc
music
Archive
Archives
May 2007
(1)
April 2007
(1)
March 2007
(1)
January 2007
(1)
September 2006
(1)
August 2006
(2)
July 2006
(2)
May 2006
(2)
April 2006
(3)
March 2006
(4)
January 2006
(1)
October 2005
(1)
July 2005
(4)
June 2005
(1)
April 2005
(1)
February 2005
(1)
January 2005
(1)
December 2004
(2)
November 2004
(3)
October 2004
(4)
September 2004
(3)
August 2004
(5)
July 2004
(2)
June 2004
(4)
May 2004
(5)
April 2004
(8)
March 2004
(6)
February 2004
(13)
January 2004
(6)
December 2003
(3)
November 2003
(5)
MSDN Blogs
>
jeff's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jeff's WebLog
last post
Posted
over 5 years ago
by
jeffdav
2
Comments
Readers-- I'm leaving MSFT for other opportunities. As such, this will be my last post. Thanks for reading! I hope you will all continue to read the IE Team Blog: http://blogs.msdn.com/ie
jeff's WebLog
on CComQIPtr
Posted
over 5 years ago
by
jeffdav
4
Comments
You're writing some code that uses COM. Do you use SmartPointers or not use SmartPointers? Debate on this topic flares up now and then. The trick to answering it is to seperate the technical facts from stubbornly held beliefs. Like any technology,...
jeff's WebLog
why doesn't the favicon for my site appear in IE7?
Posted
over 5 years ago
by
jeffdav
49
Comments
Today I have a mini-FAQ on Favicons. Q: How do I make a favicon appear for my site in IE7? A: There are two ways. The first is to put a file in the root of your domain called favicon.ico. The second is to use a <link> tag with the rel="shortcut...
jeff's WebLog
msdn blogging, ie7 and the future
Posted
over 5 years ago
by
jeffdav
1
Comments
My posting rate has declined somewhat since we shipped IE7. It seems posts come in bursts. I have a theory for this. At the beginning of a product cycle we are focused on planning, architecting, and implementing. There is not much to talk about, since...
jeff's WebLog
ie dev toolbar
Posted
over 6 years ago
by
jeffdav
1
Comments
I know, I'm a bit behind the times, but I finally installed it to check it out. If you haven't yet, and you're the sort of person who thinks they may someday make a webpage, you should get it. The features are nice. The spy++-esque features, such as...
jeff's WebLog
more fun with GetCommandLine()
Posted
over 6 years ago
by
jeffdav
2
Comments
Raymond mentioned this particular API once . I mention it, because I had to call it today. A certain third party app has existed for many years, happily calling CreateProcess() and not putting a space in the lpCommandLine string between the executable...
jeff's WebLog
on CoUnmarshalInterface
Posted
over 6 years ago
by
jeffdav
0
Comments
CoUnmarshalInterface() and CoGetInterfaceAndReleaseStream() are not re-entrancy safe. This has certain implications for objects that attempt to unmarshal interfaces into member variables, as a member of my team recently discovered. Suppose you have...
jeff's WebLog
pop-up blocker and ActiveX controls, part three: creating a user initiated action
Posted
over 6 years ago
by
jeffdav
8
Comments
Note: This is part three in a series of posts explaining how ActiveX controls and the IE Pop-up Blocker should interact. The first post is here . If you are a user (and not an ActiveX control developer), and have found this post in an attempt to track...
jeff's WebLog
pop-up blocker and ActiveX controls, part two: HlinkSimpleNavigateToMoniker()
Posted
over 6 years ago
by
jeffdav
7
Comments
Note : This is part two in a series of posts explaining how ActiveX controls and the IE Pop-up Blocker should interact. The first post is here . If you are a user (and not an ActiveX control developer), and have found this post in an attempt to track...
jeff's WebLog
pop-up blocker and ActiveX controls, part one: IWebBrowser::Navigate(), IWebBrowser::Navigate2()
Posted
over 6 years ago
by
jeffdav
8
Comments
As I mentioned previously , one reason users may continue to experience unwanted pop-up windows while browsing is creative use of ActiveX controls that provide methods that allow web sites to open new browser windows. This series of posts will provide...
jeff's WebLog
why menus from tray notification icons don't go away
Posted
over 6 years ago
by
jeffdav
2
Comments
I was looking at the documentation for TrackPopupMenuEx () today and saw this in the remarks section. This, I suspect, explains a lot of frustration I have experienced in the past. To display a context menu for a notification icon, the current window...
jeff's WebLog
IOleCommandTarget, CGID_MSHTML and ActiveX controls
Posted
over 6 years ago
by
jeffdav
6
Comments
If you write an application that hosts the WebBrowser Control , and you want the control to do something, you can send commands to mshtml via the IOleCommandTarget interface. However, if you are an ActiveX control and you want to send CGID_MSHTML commands...
jeff's WebLog
on getting IOleCommandTarget wrong (and a bit in the middle about ActiveX controls)
Posted
over 6 years ago
by
jeffdav
7
Comments
IOleCommandTarget is very useful. It provides a generic way of sending commands between objects. IE makes extensive use of IOleCommandTarget , both publically and internally. And, like IUnknown , people frequently get it wrong. Each command is composed...
jeff's WebLog
on 64 bit data conversion, comctl32 and reading the documentation
Posted
over 6 years ago
by
jeffdav
0
Comments
Question: What is wrong with this code? case WM_DRAWITEM: { LPDRAWITEMSTRUCT pdis = (LPDRAWITEMSTRUCT) lParam; COMBOBOXEXITEM cbexItem = {0}; cbexItem.mask = CBEIF_IMAGE | CBEIF_SELECTEDIMAGE; cbexItem.iItem = pdis->itemID; CallWindowProc(pfnOldWndProc...
jeff's WebLog
on IObjectWithSite, IOleObject and ActiveX controls
Posted
over 6 years ago
by
jeffdav
6
Comments
ActiveX® controls frequently need to communicate with their containing object. For example, a control may want to QueryService for the cached InternetSecurityManager object to decide whether or not to take a particular action . Controls can obtain a pointer...
jeff's WebLog
how do i uninstall ie7 beta preview?
Posted
over 6 years ago
by
jeffdav
3
Comments
(I get a lot of e-mails asking this question.) Click Start -> Control Panel -> Add or Remove Programs -> Check the Show update box at the top of the dialog -> Scroll down and click Internet Explorer 7 Beta 2 Preview -> Click Remove ...
jeff's WebLog
laying blame where blame is due
Posted
over 6 years ago
by
jeffdav
3
Comments
At home, I have three computers. The first is my workstation which is used primarily for web browsing with Internet Explorer, reading E-Mail and RAS-ing to work. The second is my Media Center PC which is used for watching TV (I love it when those...
jeff's WebLog
on pop-ups
Posted
over 6 years ago
by
jeffdav
6
Comments
I get a lot of e-mails from Internet Explorer users asking why they still get pop-ups even though they have turned on the Pop-up Blocker. Barring user error, there are three possible reasons discussed below. Note: I will discuss several Pop-up Blocker...
jeff's WebLog
leaked IE7 builds
Posted
over 6 years ago
by
jeffdav
0
Comments
There are some builds floating around the net that claim to be the IE7 Beta 2 Preview release. These are not offical released builds and are not supported. You should be extremely cautious about installing such a build. I would recommend not installing...
jeff's WebLog
lazowska says the sky is falling
Posted
over 7 years ago
by
jeffdav
0
Comments
Ed Lazowska , in his capacity as cochair of the Presidents Information Technology Advisory Committee says "there is a looming security crisis, and the government, vendors and CIOs aren’t doing enough to stop it," in this interview with cio . (Full...
jeff's WebLog
i can't trust the interwebatron
Posted
over 7 years ago
by
jeffdav
5
Comments
One problem I have noticed with using the Web to find certain quotes is that there are often several incorrect versions floating around. For example, what did Homer really say ? I have also noticed this problem with the "memorable quotes" section of imdb...
jeff's WebLog
scoble and chris jones
Posted
over 7 years ago
by
jeffdav
2
Comments
Scoble has posted an interview with Chris Jones. Chris is my lead's boss's boss's boss's boss. Chris is a great guy for whom I have nothing but respect. I first met Chris when I was a dev intern on IE and he took us all to lunch at one of my favorite...
jeff's WebLog
scoble and ballmer
Posted
over 7 years ago
by
jeffdav
1
Comments
Scoble posted the video of his chat with our CEO. It is a short 10 minute affair.
jeff's WebLog
interesting things observed from the lunch table
Posted
over 7 years ago
by
jeffdav
1
Comments
As chance would have it, the last two years or so I have been eating lunch with the Shell team developers. Today as we sat at the end of the Shell Team Lunch Table, we had unexpected entertainment. Like most corporations, Microsoft employees have to swipe...
jeff's WebLog
internet explorer's autocomplete
Posted
over 7 years ago
by
jeffdav
5
Comments
Frequently people are confused by the various dropdown quick-complete boxes in IE. Most people lump them all under the term "AutoComplete." There are actually several features in play, and today I will describe them all. Typed Urls Typed Urls appear...
Page 1 of 4 (97 items)
1
2
3
4