<?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>Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx</link><description>I’ve been keenly interested in extending Internet Explorer since long before I joined the team last fall. MSDN provides some great documentation on how to extend Internet Explorer, but as a longtime IE enhancer, I’d like to highlight some of my favorite</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>I don't wanna install</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461686</link><pubDate>Wed, 07 Sep 2005 03:16:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461686</guid><dc:creator>Maurits</dc:creator><description>I'm scared of .exe's - can you post the thing as a .zip of html files and a .reg?  Like this one:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://channel9.msdn.com/ShowPost.aspx?PostID=106302"&gt;http://channel9.msdn.com/ShowPost.aspx?PostID=106302&lt;/a&gt;&lt;br&gt;&lt;br&gt;It seems to me that images could be hidden with a simple favelet...&lt;br&gt;javascript: var imgs = document.getElementsByTagName(&amp;quot;img&amp;quot;); for (var i = 0; i &amp;lt; imgs.length; i++) { var img = imgs[i]; img.style.visibility = &amp;quot;hidden&amp;quot;; } void(0);</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461695</link><pubDate>Wed, 07 Sep 2005 03:33:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461695</guid><dc:creator>Search Engines Web</dc:creator><description>[ View the source of the currently selected HTML elements ]&lt;br&gt;&lt;br&gt;This is something that should have been inherent in IE - under the &amp;quot;view source&amp;quot; option.&lt;br&gt;&lt;br&gt;It would be so-o much more efficient to just SELECT a portion of the page, then right click to see below the &amp;quot;view source&amp;quot; - &lt;br&gt;another option to  JUST view the &amp;quot;selected&amp;quot; HTML or JavaScript.&lt;br&gt;&lt;br&gt;{You could of course use Front Page but it is not always accurate nor efficient}&lt;br&gt;&lt;br&gt;BTW: maybe this feature could be added to IE7&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461701</link><pubDate>Wed, 07 Sep 2005 03:55:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461701</guid><dc:creator>Paul (Greyhats)</dc:creator><description>Looks fantastic, Eric. However, have you done any security testing? Have some of the SDETs take a look at potential function override attacks, as the plugin probably doesnt have a security context ;)&lt;br&gt;&lt;br&gt;And I agree with the above comment that the view selected source thingy should be added as a feature in ie7. that would own so much</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461705</link><pubDate>Wed, 07 Sep 2005 04:08:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461705</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Maurits: The executable is digitally signed by me (Eric Lawrence) to prevent tampering.  Why? It's easier for the average user to check a digital certificate than to examine a .REG file to decide if it's malicious.  There are other downsides to a .REG file, including that manual editing of the .HTM files would be required to install to a non-standard installation path; this would be required to uninstall as well.&lt;br&gt;&lt;br&gt;Yes, virtually anything that can be done in a Context Menu extension can be done as a &amp;quot;favelet&amp;quot; as well.  I find the context menu convenient, but your mileage may vary, of course.&lt;br&gt;&lt;br&gt;Paul, I encourage you to take a look and let me know offline if you find anything interesting/evil.  Thanks!</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461710</link><pubDate>Wed, 07 Sep 2005 04:24:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461710</guid><dc:creator>Alberto</dc:creator><description>Eh I have a dream. I actually implemented it with a Dhtml javascript class myself, which by the way works on IE only.&lt;br&gt;&lt;br&gt;But I'd like to have the feature in the browser.&lt;br&gt;&lt;br&gt;That is, I select a text in a page with my mouse, and the text gets underlined via dhtml. This allows me to use a web page as I would use a book, and, partticularly if the text is long, trace back soon the portions I liked.&lt;br&gt;I underline a lot my books here. Many other persons do.&lt;br&gt;It's like reintroducing in the new medium a Gutenberg feature.&lt;br&gt;&lt;br&gt;I double click what I underlined and the portion double clicked is no longer underlined.&lt;br&gt;&lt;br&gt;As I said, I implemented this. The fact I could nest such a thing in the Registry was something I wasn't aware of. That's terrific.&lt;br&gt;&lt;br&gt;Yet why I'd like it as embedded _already_ in IE7? Because in this way once I have finished underlining, I could choose a context menu that says, say: &amp;quot;Save Excerpts&amp;quot; - and it should auto produces a txt file already SAVED with:&lt;br&gt;date, original URL, document Title and all the texts I underlined.&lt;br&gt;&lt;br&gt;That is, it's the saving that I can't implement via my dhtml only. I can extract exceprts, but then I still have to paste into an external editor launched on purpose.&lt;br&gt;&lt;br&gt;It has also considerable educational purposes: one could extract portions of say a Shakespeare drama read online by merely underlining it.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461715</link><pubDate>Wed, 07 Sep 2005 04:32:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461715</guid><dc:creator>Richard York</dc:creator><description>Is it possible to prevent Explorer from being customized by third-party tools??  For example, as an author, I require my installation of Explorer to be as default as possible for screenshots and the like.  Installing things like the CD distributed with Comcast High Speed Internet service, for example, replaces the default IE icon, and adds loads of garbage to the toolbars.  Of course, I'm savvy enough to look up the information on how to remove all that (and have since figured out not to install all that in the first place), but I'd rather just click a button that says &amp;quot;don't allow third party tools to customize Explorer -- ever&amp;quot;.  So many programs want to screw with Explorer and add all this junk I'll never use, I'd just rather they didn't.  So while I see the benefit of being able to customize Explorer in this way, for me personally it's been more annoying than helpful.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461720</link><pubDate>Wed, 07 Sep 2005 04:57:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461720</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Richard-- You can turn off &amp;quot;Enable third-party browser extensions&amp;quot; in the Tools | Internet Options | Advanced menu to turn off some forms of customization.&lt;br&gt;&lt;br&gt;I generally avoid installing anything that mucks with settings in a way I don't like.  At least for my connection at home, the Comcast CD isn't required to use the high-speed connection.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461729</link><pubDate>Wed, 07 Sep 2005 05:38:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461729</guid><dc:creator>Paul (Greyhats)</dc:creator><description>Looks good from a security standpoint. Keep up the good work :)</description></item><item><title>Extending IE</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461735</link><pubDate>Wed, 07 Sep 2005 06:10:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461735</guid><dc:creator>Alex Barnett blog</dc:creator><description>Eric Law over at the IE blog shares his interest and resouces for extending IE.&lt;br&gt;&lt;br&gt;&lt;br&gt;  &amp;amp;quot;IE provides a...</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461745</link><pubDate>Wed, 07 Sep 2005 06:31:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461745</guid><dc:creator>Alberto</dc:creator><description>An underline feature can be implemented via this script, nesting it with the guidelines at:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/menuarguments.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/menuarguments.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;On my IE it works. I derived it from my dhtml, but of course I stripped off a _lot_ of stuff and I have not included in it the remove underline feature and the extract underlined texts.&lt;br&gt;&lt;br&gt;What I'd like is sort of this as a default in IE with the option to extract and _autosave_ as txt the underlined portions.&lt;br&gt;Not (not) going to post more code, not even to correct typos or possible misconceptions or so. Just as a working draft written in 30 mins. I am not aware whether there are guidelines against posting a bit of codez (Mauritz did); so apparently none, if any, I apologize in advance. Anyway since Eric asked, I guess it's on topic.&lt;br&gt;&lt;br&gt;&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot; defer&amp;gt;&lt;br&gt;var parentwin=external.menuArguments; var doc=parentwin.document; var amount=0;&lt;br&gt;&lt;br&gt;function mouseUp(e){&lt;br&gt;if(doc.selection){ if(doc.selection.type.toLowerCase()!=&amp;quot;text&amp;quot;){return true;}&lt;br&gt;var range=doc.selection.createRange();&lt;br&gt;if(!range.text/*no text selected*/){return true;}&lt;br&gt;engine(range, parseFloat(doc.body.scrollTop), parseFloat(doc.body.scrollLeft));}}&lt;br&gt;&lt;br&gt;function engine(range, pageOffsetY, pageOffsetX){&lt;br&gt;var lines=range.getClientRects();&lt;br&gt;for(var l=0; l&amp;lt;lines.length; l++){&lt;br&gt;create(lines[l].top + doc.body.scrollTop - 2, lines[l].left + doc.body.scrollLeft, lines[l].right - lines[l].left, lines[l].bottom - lines[l].top&lt;br&gt;);}}&lt;br&gt;&lt;br&gt;function create(top, left, width, height){&lt;br&gt;var div=doc.createElement(&amp;quot;DIV&amp;quot;); div.id=&amp;quot;anId&amp;quot;+(++amount);&lt;br&gt;div.style.cssText=&amp;quot;position:absolute; top:&amp;quot;+top+&amp;quot;; left:&amp;quot;+left+&amp;quot;; width:&amp;quot;+width+&amp;quot;; height:&amp;quot;+height+&amp;quot;; background:transparent; border-bottom-style:solid; border-bottom-color:#000000; border-bottom-width:1px;&amp;quot;;&lt;br&gt;doc.getElementsByTagName(&amp;quot;BODY&amp;quot;)[0].appendChild(div);}&lt;br&gt;&lt;br&gt;mouseUp(parentwin.event);&lt;br&gt;&lt;br&gt;/* code oversimplified by original&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.unitedscripters.com/scripts/dhtml19.html"&gt;http://www.unitedscripters.com/scripts/dhtml19.html&lt;/a&gt; */&lt;br&gt;&amp;lt;/SCRIPT&amp;gt;&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461747</link><pubDate>Wed, 07 Sep 2005 06:37:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461747</guid><dc:creator>Alberto</dc:creator><description>Event argument unnecessary. A relic from the original.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461763</link><pubDate>Wed, 07 Sep 2005 07:48:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461763</guid><dc:creator>John A. Bilicki III</dc:creator><description>Microsoft needs to seriously force some sort of quality and security filtering before ANY addon is allowed to plug itself in. Otherwise you end up with this...&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.jabcreations.com/temp/browser_bugs/ie/internet_explorer.jpg"&gt;http://www.jabcreations.com/temp/browser_bugs/ie/internet_explorer.jpg&lt;/a&gt;&lt;br&gt;&lt;br&gt;Security issues still mostly stem from IE addons. Figure out a way to deliver only what the user DOES want with reassurance from a third party that what they are about to install isn't something shady or just plain junk.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461770</link><pubDate>Wed, 07 Sep 2005 08:06:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461770</guid><dc:creator>Will</dc:creator><description>&amp;lt;Microsoft needs to seriously force some sort of quality and security filtering before ANY addon is allowed to plug itself in.&amp;gt;&lt;br&gt;&lt;br&gt;That's the &amp;quot;Cancel&amp;quot; button on the dialog that says &amp;quot;Do you trust this code?&amp;quot;&lt;br&gt;&lt;br&gt;It's misleading to imply that IE is uniquely vulnerable to the user making stupid decisions.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461775</link><pubDate>Wed, 07 Sep 2005 08:17:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461775</guid><dc:creator>Xepol</dc:creator><description>Personally, I would like to see more about creating IE plugins like Toolbars with dotNet (C#, VB.NET, whatever).&lt;br&gt;&lt;br&gt;I'm not satisfied with the current links toolbar, and if I can't get what I want from MS, I'll just write my own.  Now, I could go off, fight with the language barrier and get something working in Delphi, but I would rather have a chance to do some useful work while sharpening my dotNet language skills.&lt;br&gt;&lt;br&gt;Just a thought.&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461811</link><pubDate>Wed, 07 Sep 2005 09:22:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461811</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Xepol: Try the &amp;quot;.NET Framework&amp;quot; link in the post.  It provides a great base class for building a toolbar for IE/Explorer in C#.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461825</link><pubDate>Wed, 07 Sep 2005 09:48:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461825</guid><dc:creator>Overdo</dc:creator><description>Some useful stuff Eric. Many thanks! :)</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461848</link><pubDate>Wed, 07 Sep 2005 11:26:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461848</guid><dc:creator>Pete {ie7}</dc:creator><description>Putzed around with the toolband sample code. It could use a little bit of updating. Couple errors in the source due to string safe updates and no DllUnregisterServer function which means no uninstall. &lt;br&gt;&lt;br&gt;It would be nice to have a real downloadable visual studio solution, had to copy and paste all the files off MSDN then make my own export definition file to get it to work with regsvr32.&lt;br&gt;&lt;br&gt;Coding in the shell is pain enough without struggling against sample code :). &lt;br&gt;&lt;br&gt;The ATL approaches on code project seemed ok, but looked more abstracted than I want to deal with. I didn't want to deal with some third party wizard install.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461879</link><pubDate>Wed, 07 Sep 2005 14:57:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461879</guid><dc:creator>Nekto2</dc:creator><description>&amp;lt;It's misleading to imply that IE is uniquely vulnerable to the user making stupid decisions.&amp;gt;&lt;br&gt;&lt;br&gt;Still there should be &amp;quot;uninstall extension&amp;quot; or &amp;quot;Undo install&amp;quot; to help the user. Even if he have been treaked into installing something.&lt;br&gt;&lt;br&gt;&amp;lt; Eh I have a dream. &amp;gt;&lt;br&gt;Have use seen &lt;a rel="nofollow" target="_new" href="http://www.w3.org/2001/Annotea/"&gt;http://www.w3.org/2001/Annotea/&lt;/a&gt; project?&lt;br&gt;&lt;br&gt;&amp;lt; View the source of the currently selected HTML elements &amp;gt;&lt;br&gt;Mozilla has it :)&lt;br&gt;And there should be both - &amp;quot;View downloaded source&amp;quot; and &amp;quot;View current DOM source&amp;quot; (part of it is selection source).</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461884</link><pubDate>Wed, 07 Sep 2005 15:09:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461884</guid><dc:creator>Jermac</dc:creator><description>Some if not all this (but + a whole lot more) is available with the NILS accessibilty toolbar (&lt;a rel="nofollow" target="_new" href="http://www.nils.org.au/ais/web/resources/toolbar/index.html"&gt;http://www.nils.org.au/ais/web/resources/toolbar/index.html&lt;/a&gt;).&lt;br&gt;If you like what Eric has done I think you will like this even better ;-).</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461919</link><pubDate>Wed, 07 Sep 2005 17:06:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461919</guid><dc:creator>Grant Wagner</dc:creator><description>I just installed:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx"&gt;http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;under IE 6.0.2900, View Partial Source seems to work (although if the thing you right-click on happens to be a hyperlink View Partial Source is not available on the context menu). Document Tree sort of works (trying to drill into 'all' or 'childNodes' generates a tonne of errors) after I edited %SystemRoot%\Web\tree.htm to include&lt;br&gt;&lt;br&gt;&amp;lt;HEAD&amp;gt;&lt;br&gt;&amp;lt;!-- saved from url=(0014)about:internet --&amp;gt;&lt;br&gt;&amp;lt;/HEAD&amp;gt;&lt;br&gt;&lt;br&gt;It added itself to Add/Remove Programs and removed itself cleanly.&lt;br&gt;&lt;br&gt;Maybe Eric could update and extend these tools for IE6 and make them part of an official but unsupported IE6 PowerToys collection.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461926</link><pubDate>Wed, 07 Sep 2005 17:24:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461926</guid><dc:creator>Jack</dc:creator><description>for Maurits:&lt;br&gt;&lt;br&gt;I tweaked your bookmarklet so that it will work in all browsers (read: Uses the Standards supplied by the W3C, DOM and ECMAScript references)&lt;br&gt;&lt;br&gt;So, 'visibility' is now 'display', and I also cleaned up the incorrect double quotes, the var declaration inside the for loop (redundant redefinition)&lt;br&gt;&lt;br&gt;javascript:var imgs=document.getElementsByTagName('img');var img;for(var i=0;i&amp;lt;imgs.length;i++){img=imgs[i];img.style.display = 'none';}void(0);&lt;br&gt;&lt;br&gt;Now you can use this in any Web Browser! ;-)&lt;br&gt;&lt;br&gt;Note: IE users will have to click on a security warning dialog, because IE's version of JavaScript *can* access the OS.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Jack</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461947</link><pubDate>Wed, 07 Sep 2005 18:17:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461947</guid><dc:creator>James Aylard</dc:creator><description>The Internet Explorer 5 Web Developer Accessories add-on (&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx"&gt;http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx&lt;/a&gt;), cited by Grant Wagner above, also provides a partial-source-view component that works in IE 6.&lt;br&gt;&lt;br&gt;Keep in mind that both the IE 5 accessory and the HTML Source tool provided by EricLaw produce the _rendered_ HTML source, not the raw HTML source. The rendered source is the byproduct of IE's parsing engine, and will usually look different from the raw source. This can be a helpful tool because it allows you to view the code as modified by script, as well as how Internet Explorer itself sees your code. But if you want to see the raw HTML code produced by the page author, you will need to perform a traditional View Source.</description></item><item><title>security / standards</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#461992</link><pubDate>Wed, 07 Sep 2005 19:13:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:461992</guid><dc:creator>Maurits</dc:creator><description>@Eric: I must admit that wasn't the response I was hoping for.  Sure, I can verify that *you are the author* of the .exe, but I still *have to trust you* without being able to review the code first.  Personally, I'm comfortable reviewing .reg files.&lt;br&gt;&lt;br&gt;@Jack: Thanks for your help :)  But, a couple of things...&lt;br&gt;&lt;br&gt;* visibility /is/ standard CSS.  I chose visibility rather than display because visibility doesn't reflow the page like display does.  Of course, maybe a reflow is what we want... it depends whether the annoyance is due to flashing gif's or just loss of screen real estate.  So both versions are useful.&lt;br&gt;&lt;br&gt;* Double-quotes should be fine AFAICT&lt;br&gt;&lt;br&gt;* I put the var img inside the for loop because that's the only place it's needed.  I have a personal code style rule that variables should be declared within the smallest scope in which they are needed.&lt;br&gt;&lt;br&gt;* Perhaps a background-image catcher is necessary too... and &amp;lt;object&amp;gt; and &amp;lt;iframe&amp;gt;...  and &amp;lt;embed&amp;gt;...</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462218</link><pubDate>Thu, 08 Sep 2005 03:48:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462218</guid><dc:creator>Fiery Kitsune</dc:creator><description>Is there any way to look at the elements of a webpage (think &amp;quot;View Page Info&amp;quot; in Firefox)?</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462287</link><pubDate>Thu, 08 Sep 2005 07:27:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462287</guid><dc:creator>Xepol</dc:creator><description>Eric, yes, there is a link to a third party kludge that doesn't work worth beans. Aside from the fact that it can't install properly, can't uninstall properly, and whacks your toolbars when you DO install it, it is a KLUDGE.&lt;br&gt;&lt;br&gt;I would like to see REAL integration with dotNet.  I would be nice if the dotNet code didn't have to carry around an extra DLL to pretend it was something it wasn't.  Wouldn't it be nice if IE was capable of using dotNet code directly, without all the kludging and uglyness?&lt;br&gt;&lt;br&gt;That, perhaps, is more what I had in mind.&lt;br&gt;&lt;br&gt;That said, I am playing with the bad kludge.  We'll see if I can do anything useful with it.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462315</link><pubDate>Thu, 08 Sep 2005 08:57:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462315</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Xepol-- Sorry to hear you didn't like the sample. I've used it internally to great effect for prototyping new IE7 features.  I haven't run into any installation or uninstallation problems, but perhaps the comments at CodeProject can help you out with that.&lt;br&gt;&lt;br&gt;The .NET Framework inherently carries around separate DLLs for Interop with COM; it's a design decision they made.  Having written IE extensions in VB, C++, .NET, and Delphi, I'm happiest with the results I was able to get with C#.&lt;br&gt;&lt;br&gt;C# is my primary language, and I agree that greater IE integration with .NET would be most excellent.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462349</link><pubDate>Thu, 08 Sep 2005 11:40:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462349</guid><dc:creator>Viktor</dc:creator><description>I leveraged the extensibility of IE to build an address bar replacement toolbar (&lt;a rel="nofollow" target="_new" href="http://www.quero.at/"&gt;http://www.quero.at/&lt;/a&gt;). I really enjoyed the IE platform so far and the excellent documentation on MSDN. One thing I miss is an interface to handle changes made to the DOM tree by scripting. This would be very useful for content rewriting systems.&lt;br&gt;&lt;br&gt;I am still hoping that the final release of IE7 will have the same toolbar layout flexibility like previous versions of IE had. Please allow the user to turn off the address and tab bar separately.&lt;br&gt;&lt;br&gt;BTW there is a bug in the context menu UI handler of IE: if I double click and instantly right click a word to let's say perform a cursor search on that word, IE opens the wrong type of context menu (the context menu for the whole page instead of the context menu for the text selection). To reproduce the bug you have to click sufficiently fast.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462350</link><pubDate>Thu, 08 Sep 2005 11:48:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462350</guid><dc:creator>Viktor</dc:creator><description>The above mentioned bug can be easier reproduced by selecting a text block and then double clicking on a word in it. Afterwards right click on the word to see what I mean.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462351</link><pubDate>Thu, 08 Sep 2005 11:49:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462351</guid><dc:creator>Seb</dc:creator><description>What sort of schedule are we looking at for further betas and then a public release?&lt;br&gt;&lt;br&gt;At the company I work most of the developers are still working on win2k boxes - if IE7 is going to be XP only we'll need to upgrade to XP.&lt;br&gt;&lt;br&gt;When it's made publically available will it be a windows update thing - IE 90% of XP users will switch from IE6 to IE7 overnight?&lt;br&gt;&lt;br&gt;Is it going to be possible for us to run IE7 side by side with IE6, either officially or using the files that currently let me near-as-needs-be run IE6/IE5.5/IE5 on my win2k machine?&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers!</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462364</link><pubDate>Thu, 08 Sep 2005 13:51:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462364</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Viktor: Good bug, thanks.  I'll get it filed.&lt;br&gt;&lt;br&gt;Seb: Yes, IE7 will require XPSP2 or later.  I don't think we've yet disclosed future release dates.  Running side-by-side will not be a supported scenario, but if you're doing this today, the same tricks may continue to be available.&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462390</link><pubDate>Thu, 08 Sep 2005 15:51:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462390</guid><dc:creator>roman modic</dc:creator><description>Hello.&lt;br&gt;&lt;br&gt;Great tips. BTW, I use Adrian Batemam' IEPRint for fit-width printing:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://adrianba.net/archive/blog-7826f25163ca406caee7ec2c11066a75.aspx"&gt;http://adrianba.net/archive/blog-7826f25163ca406caee7ec2c11066a75.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Is it possible to add this feature into right-click menu?&lt;br&gt;Also, is it possible to add &amp;quot;Print selection&amp;quot; &lt;br&gt;into same menu?&lt;br&gt;&lt;br&gt;Thanks for answers.&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462394</link><pubDate>Thu, 08 Sep 2005 16:16:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462394</guid><dc:creator>Arun Philip</dc:creator><description>I would like to do the opposite: I'd like to remove the following items from my default context menu: 'Set as Background', 'Copy Background', 'Set as Desktop Item...'&lt;br&gt;&lt;br&gt;Any idea how?  I've tried rummaging around the registry, but to no avail.  </description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462483</link><pubDate>Thu, 08 Sep 2005 20:17:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462483</guid><dc:creator>Travis Owens</dc:creator><description>I'm really going on a tangent here but since you mention mouse gestures.&lt;br&gt;&lt;br&gt;I'd like to point out that obviously the average (lazy) user will only use what's already provided for him.&lt;br&gt;&lt;br&gt;On that note I sure hope IE7 has basic support for features that are normally resolved for plugins.  I'd like to see a couppe mouse gestures enabled within IE (right click, hold and move left for back, and right for forward, up for open link in a new tab, down for home).  And I sure hope IE7 final has at least a bare bone download manager that will officially continue downloads if a connection is lost.&lt;br&gt;&lt;br&gt;I'm not asking for the whole ball of wax, but in today's world these are neccesities of browsing.&lt;br&gt;&lt;br&gt;Obviously the real icing features like spell checking will be reserved to either OS based support or a plugin.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462627</link><pubDate>Fri, 09 Sep 2005 01:26:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462627</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>&amp;lt;&amp;lt;I'd like to remove the following items&amp;gt;&amp;gt;&lt;br&gt;&lt;br&gt;Arun: Sadly, we don't offer a simple way to do this inside IE.  It's possible to use IDocHostUIHandler to customize context menus, but this is nontrivial.  &amp;lt;&amp;lt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/reference/ifaces/idochostuihandler/idochostuihandler.asp?frame=true&amp;gt;&amp;gt;"&gt;http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/reference/ifaces/idochostuihandler/idochostuihandler.asp?frame=true&amp;gt;&amp;gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;We are doing some cleanup of this menu in IE7.</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462630</link><pubDate>Fri, 09 Sep 2005 01:30:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462630</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>&amp;lt;&amp;lt;I'd like to point out that obviously the average (lazy) user will only use what's already provided for him.&amp;gt;&amp;gt;&lt;br&gt;&lt;br&gt;I agree that this would be nice to have &amp;quot;in the box&amp;quot;, but average users typically aren't those that either understand or want mouse gestures.&lt;br&gt;&lt;br&gt;&amp;lt;&amp;lt;sure hope IE7 final has at least a bare bone download manager that will officially continue downloads if a connection is lost.&amp;gt;&amp;gt;&lt;br&gt;&lt;br&gt;As mentioned in a recent Beta-chat, IE7 will not include a download manager.  There are a number of good download managers which plug into IE's IDownloadManager interface.  Even without a download manager, IE will resume a download if the remote server supports Range-requests and assuming that you haven't cleared your cache.  (There is currently a limitation that you must not try to restart the download until the connection is active again lest you lose the cache file.)</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462846</link><pubDate>Fri, 09 Sep 2005 13:04:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462846</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>For a cool walkthrough tutorial on writing your own context menu extensions (with lots of examples) check out: &lt;a rel="nofollow" target="_new" href="http://www.siteexperts.com/tips/hj/ts01/samples.asp"&gt;http://www.siteexperts.com/tips/hj/ts01/samples.asp&lt;/a&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462851</link><pubDate>Fri, 09 Sep 2005 13:43:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462851</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Even more goodness.  ;-)  &lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://slingfive.com/pages/code/ssPowerTools/"&gt;http://slingfive.com/pages/code/ssPowerTools/&lt;/a&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462953</link><pubDate>Fri, 09 Sep 2005 19:01:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462953</guid><dc:creator>Kyle</dc:creator><description>Why does the IEBlog show up as 7 duplicate entries for each single entry in Thunderbird?</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#462986</link><pubDate>Fri, 09 Sep 2005 20:02:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462986</guid><dc:creator>Mad Torrent Search</dc:creator><description>How about bittorrent build in support ? Opera already has it, will it be added in IE?&lt;br&gt;&lt;br&gt;&lt;br&gt;Visit &lt;a rel="nofollow" target="_new" href="http://www.madtorrent.com"&gt;http://www.madtorrent.com&lt;/a&gt; For Easy Torrent Search</description></item><item><title>List of Internet Explorer bugs and feature requests</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#463077</link><pubDate>Fri, 09 Sep 2005 22:39:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:463077</guid><dc:creator>TMaster</dc:creator><description>I spent quite some time on remembering and documenting a lot of bugs in Internet Explorer 6, and listed features that would be a great addition to Internet Explorer 7. I hope it's not too late to be useful for the developers!&lt;br&gt;&lt;br&gt;I posted it in my blog (anonymous comments enabled): &lt;a rel="nofollow" target="_new" href="http://www.livejournal.com/users/tmaster/32935.html"&gt;http://www.livejournal.com/users/tmaster/32935.html&lt;/a&gt;&lt;br&gt;Please include my nickname if you wish to reply in IEBlog instead of mine :-)&lt;br&gt;&lt;br&gt;Please check it out, I'd like to receive any corrections and/or answers about which bugs will and will not be fixed, or which features will be implemented.&lt;br&gt;&lt;br&gt;And my compliments for this blog post, I consider myself a power user, yet didn't know you could extend IE in such a way, while not needing a lot more than knowledge of scripting languages!</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#463353</link><pubDate>Sat, 10 Sep 2005 14:29:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:463353</guid><dc:creator>Andy Watson</dc:creator><description>I like the idea of extensibility, but I really really would like the stop and refresh buttons to be put back first :)&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#463440</link><pubDate>Sat, 10 Sep 2005 22:21:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:463440</guid><dc:creator>Cecil_T</dc:creator><description>Eric - FYI, the IE Toys show up in Microsoft Anti-Spyware with a &amp;quot;High&amp;quot; security threat.</description></item><item><title>Extending IE</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#463453</link><pubDate>Sun, 11 Sep 2005 00:13:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:463453</guid><dc:creator>Alex Barnett blog</dc:creator><description>Eric Law over at the IE blog shares his interest and resouces for extending IE.&lt;br&gt;&lt;br&gt;&amp;amp;quot;IE provides a number...</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#469299</link><pubDate>Fri, 16 Sep 2005 23:30:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:469299</guid><dc:creator>hongson</dc:creator><description>i'm a BHO developer, eric.&lt;br&gt;with IE7, my bho fails immediately on&lt;br&gt;the Navigate() call to IWebBrowser2.&lt;br&gt;i'm guessing this is due to CUri or&lt;br&gt;something close to it.&lt;br&gt;can you elaborate on this or&lt;br&gt;when there will be some documentation&lt;br&gt;available?&lt;br&gt;&lt;br&gt;thanks for any info...&lt;br&gt;hong&lt;br&gt;</description></item><item><title>re: Powering up with Internet Explorer Extensibility</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#474600</link><pubDate>Wed, 28 Sep 2005 01:07:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:474600</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>Hong-- Please let me know what URLs you're trying to Navigate to... CURL should not be breaking this in anyway.&lt;br&gt;&lt;br&gt;My email address is ericlaw at microsoft dotcom.&lt;br&gt;&lt;br&gt;Thanks,</description></item><item><title>WordPress, Window-Eyes, Winamp, Winzip, it is the WWWW show</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#602409</link><pubDate>Sat, 20 May 2006 07:07:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:602409</guid><dc:creator>The Desert Skies</dc:creator><description>&lt;br&gt;On Episode 22 of the Desert Skies podcast we cover some of the new exciting features of Window-Eyes...</description></item><item><title>WordPress, Window-Eyes, Winamp, Winzip, it is the WWWW show</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#602415</link><pubDate>Sat, 20 May 2006 07:20:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:602415</guid><dc:creator>The Desert Skies Blog</dc:creator><description>&lt;br&gt;On Episode 22 of the Desert Skies podcast we cover some of the new exciting features of Window-Eyes...</description></item><item><title>ptvGuy &amp;raquo; Internet Explorer 7: Is Your Site Ready?: Public Television Station Web Development</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#749506</link><pubDate>Mon, 11 Sep 2006 17:24:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:749506</guid><dc:creator>ptvGuy » Internet Explorer 7: Is Your Site Ready?: Public Television Station Web Development</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ptvguy.com/2006/09/11/internet-explorer-7-is-your-site-ready/"&gt;http://www.ptvguy.com/2006/09/11/internet-explorer-7-is-your-site-ready/&lt;/a&gt;</description></item><item><title>Building Add-Ons for IE Could Net You A Trip to Mix07 and $2500</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#850289</link><pubDate>Fri, 20 Oct 2006 23:05:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:850289</guid><dc:creator>IEBlog</dc:creator><description>&lt;p&gt;Hey! I’m Pete LePage, one of the Product Managers for IE and I’ve been around Microsoft for some time&lt;/p&gt;
</description></item><item><title>Building AddOns for Internet Explorer Could Net You A Trip To Mix07 and $2500!</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#1029877</link><pubDate>Wed, 08 Nov 2006 07:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1029877</guid><dc:creator>Live system---Ming Zhang</dc:creator><description>&lt;p&gt;Building AddOns for Internet Explorer Could Net You A Trip To Mix07 and $2500!As part of the IE7 launch, we want you to create&amp;#160;your own AddOns, and I think we’ve got a great way to encourage you to do this. How about the best AddOn submitted between N&lt;/p&gt;
</description></item><item><title>Build an AddOn for IE, win $2500 and get to go to MIX07</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#1047670</link><pubDate>Fri, 10 Nov 2006 02:33:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1047670</guid><dc:creator>Mike Taulty's Blog</dc:creator><description>&lt;p&gt;Interesting competition over here about building an add-on to IE7 and winning yourself some cash and...&lt;/p&gt;
</description></item><item><title>Want to go to Mix07 free(ish)?</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#1048599</link><pubDate>Fri, 10 Nov 2006 03:40:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1048599</guid><dc:creator>Darryl Burling @ Work</dc:creator><description>&lt;p&gt;I added the ish bit because while it may not cost you any money, it may cost you time. The IE team have&lt;/p&gt;
</description></item><item><title>develop an internet explorer addon</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#1054615</link><pubDate>Fri, 10 Nov 2006 19:42:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1054615</guid><dc:creator>Method ~ of ~ failed</dc:creator><description>&lt;p&gt;develop an internet explorer addon&lt;/p&gt;
</description></item><item><title>Channy&amp;#8217;s Blog &amp;raquo; links for 2007-01-04</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#1413034</link><pubDate>Fri, 05 Jan 2007 02:41:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1413034</guid><dc:creator>Channy’s Blog » links for 2007-01-04</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://channy.creation.net/blog/?p=374"&gt;http://channy.creation.net/blog/?p=374&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Cars &amp;raquo; IEBlog : Call to Action: Help us clean up Manage Add-ons</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#8330135</link><pubDate>Sat, 22 Mar 2008 02:11:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8330135</guid><dc:creator>Cars » IEBlog : Call to Action: Help us clean up Manage Add-ons</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://carsmaxblog.info/ieblog-call-to-action-help-us-clean-up-manage-add-ons/"&gt;http://carsmaxblog.info/ieblog-call-to-action-help-us-clean-up-manage-add-ons/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>NEW Internet Explorer 7 beta2 preview pubblica - Pagina 4 | hilpers</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9356749</link><pubDate>Wed, 21 Jan 2009 19:33:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9356749</guid><dc:creator>NEW Internet Explorer 7 beta2 preview pubblica - Pagina 4 | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.it/1509474-new-internet-explorer-7-beta2/4"&gt;http://www.hilpers.it/1509474-new-internet-explorer-7-beta2/4&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>IE Toolbar programming | keyongtech</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9362056</link><pubDate>Thu, 22 Jan 2009 06:24:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9362056</guid><dc:creator>IE Toolbar programming | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/668437-ie-toolbar-programming"&gt;http://www.keyongtech.com/668437-ie-toolbar-programming&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>owensperformance  &amp;raquo; Blog Archive   &amp;raquo; New Internet Explorer 7 to Allow More Customization</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9403233</link><pubDate>Sat, 07 Feb 2009 04:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9403233</guid><dc:creator>owensperformance  &amp;raquo; Blog Archive   &amp;raquo; New Internet Explorer 7 to Allow More Customization</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.owensperformance.com/1969/12/new-internet-explorer-7-to-allow-more-customization/"&gt;http://blog.owensperformance.com/1969/12/new-internet-explorer-7-to-allow-more-customization/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> IEBlog Powering up with Internet Explorer Extensibility | Paid Surveys</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9660778</link><pubDate>Sat, 30 May 2009 02:36:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9660778</guid><dc:creator> IEBlog Powering up with Internet Explorer Extensibility | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=ieblog-powering-up-with-internet-explorer-extensibility"&gt;http://paidsurveyshub.info/story.php?title=ieblog-powering-up-with-internet-explorer-extensibility&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> IEBlog Powering up with Internet Explorer Extensibility | Wood TV Stand</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9679124</link><pubDate>Mon, 01 Jun 2009 20:50:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9679124</guid><dc:creator> IEBlog Powering up with Internet Explorer Extensibility | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=13888"&gt;http://woodtvstand.info/story.php?id=13888&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> IEBlog Powering up with Internet Explorer Extensibility | debt solutions</title><link>http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx#9756482</link><pubDate>Tue, 16 Jun 2009 03:01:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9756482</guid><dc:creator> IEBlog Powering up with Internet Explorer Extensibility | debt solutions</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://debtsolutionsnow.info/story.php?id=2042"&gt;http://debtsolutionsnow.info/story.php?id=2042&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>