<?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>Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx</link><description>Last time I posted about search I talked about our new extensibility mechanisms: window.external.AddSearchProvider, and Search Discovery . Today I’d like to talk about enhancements we made since that post, and point you to a tool that you can use to create</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734011</link><pubDate>Thu, 31 Aug 2006 22:24:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734011</guid><dc:creator>Nocturnal</dc:creator><description>My only suggestion would be to create some sort of shortcut so that you do not need to go to the actual drop down box and select which search engine you want to use. &amp;nbsp;Say for instance you want to search a word at dictionary.com, instead of typing in the word then using the drop down box, you type in the word and hit ctrl+ a letter assigned to that specific search engine. &amp;nbsp;That would be a really great feature!</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734155</link><pubDate>Thu, 31 Aug 2006 23:48:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734155</guid><dc:creator>Aedrin</dc:creator><description>Nocturnal:&lt;br&gt;That is a good idea. Opera has it set up so that you can configure a prefix to search, for example:&lt;br&gt;&lt;br&gt;m internet explorer&lt;br&gt;&lt;br&gt;Could be set up to search MSN Search for &amp;quot;internet explorer&amp;quot;. I think a similar feature would be a great feature for future releases.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734191</link><pubDate>Fri, 01 Sep 2006 00:11:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734191</guid><dc:creator>Michael Madsen</dc:creator><description>Aedrin:&lt;br&gt;Actually, the same is possible in IE6 and later (it MIGHT be possible in earlier versions, but I doubt it), although it's not configurable from within the browser.&lt;br&gt;&lt;br&gt;Personally, I have it set up so that I can type &amp;quot;wp Internet Explorer&amp;quot; to go to the Wikipedia article for Internet Explorer.&lt;br&gt;&lt;br&gt;TweakUI for Windows can be used to create these, but if you want to tweak any special replacements (for example, using _ for a space instead of +, like Wikipedia does), you'll need to fiddle a little with the registry.&lt;br&gt;&lt;br&gt;Here's the actual example I use for my Wikipedia &amp;quot;shortcut&amp;quot; - copy/paste it into a .reg file and merge it into the registry:&lt;br&gt;&lt;br&gt;Windows Registry Editor Version 5.00&lt;br&gt;&lt;br&gt;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\wp]&lt;br&gt;@=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://en.wikipedia.org/wiki/%s&amp;quot;"&gt;http://en.wikipedia.org/wiki/%s&amp;quot;&lt;/a&gt;&lt;br&gt;&amp;quot; &amp;quot;=&amp;quot;_&amp;quot;&lt;br&gt;&amp;quot;+&amp;quot;=&amp;quot;%2B&amp;quot;&lt;br&gt;&amp;quot;%&amp;quot;=&amp;quot;%25&amp;quot;&lt;br&gt;&amp;quot;&amp;amp;&amp;quot;=&amp;quot;%26&amp;quot;&lt;br&gt;&lt;br&gt;Basically, you just create a key in HKCU\Software\Microsoft\Internet Explorer\SearchUrl with the name of your shortcut, set the URL used for searching as the default value (with %s in place of the actual query).&lt;br&gt;Then, add any necessary substitutions that need to be made with the character to substitute as the name, and the string to use in place as the value. By default, no substitutions will be made, but TweakUI will automatically create these:&lt;br&gt;&amp;quot; &amp;quot;=&amp;quot;+&amp;quot;&lt;br&gt;&amp;quot;%&amp;quot;=&amp;quot;%25&amp;quot;&lt;br&gt;&amp;quot;&amp;amp;&amp;quot;=&amp;quot;%26&amp;quot;&lt;br&gt;&amp;quot;+&amp;quot;=&amp;quot;%2B&amp;quot;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734201</link><pubDate>Fri, 01 Sep 2006 00:20:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734201</guid><dc:creator>Aaron Sauve [MSFT]</dc:creator><description>Aedrin:&lt;br&gt;Actually IE 6 and 7 also has that functionality, but its very *very* buried right now, and is only supported in the address bar.&lt;br&gt;&lt;br&gt;To use this you need to go into the registry and add a key under the HKCU/.../Internet Explorer/SearchUrl. &amp;nbsp;The name of the key is the term that you use to initiate the search from the address bar.&lt;br&gt;&lt;br&gt;For example this registry change will add a kb search anytime you start your address bar query with the term 'kb'.&lt;br&gt;&lt;br&gt;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\KB]&lt;br&gt;@=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/search/default.aspx?catalog=LCID%3D1033&amp;amp;query=%s&amp;quot;"&gt;http://support.microsoft.com/search/default.aspx?catalog=LCID%3D1033&amp;amp;query=%s&amp;quot;&lt;/a&gt;&lt;br&gt;&lt;br&gt;So the reg key under &amp;quot;SearchUrl&amp;quot; is KB, and the value for that key is the URL to search on. &amp;nbsp;%s is where the address bar search term will be substituted.&lt;br&gt;&lt;br&gt;In the future it would be good to merge this in with our search UX so it can be configured in the UI, not just the registry.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734203</link><pubDate>Fri, 01 Sep 2006 00:22:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734203</guid><dc:creator>Aaron Sauve [MSFT]</dc:creator><description>Michael beat me to it :)</description></item><item><title>Iframe resizing problem</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734629</link><pubDate>Fri, 01 Sep 2006 06:23:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734629</guid><dc:creator>Floyd</dc:creator><description>Hi!&lt;br&gt;About this problem:&lt;br&gt;www.rafaelbittencourt.com&lt;br&gt;I create a iframe with auto-resize...every page opened in each link is target to this frame, that show the content and resize the height of the iframe to the original height of the page inside. But this don't works in IE7. I test in IE6, Firefox, Opera and all of them works.&lt;br&gt;This is a temporary problem in beta version or something more complicated in the new IE7?&lt;br&gt;&lt;br&gt;Thanks a lot for attention!!!</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734737</link><pubDate>Fri, 01 Sep 2006 08:10:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734737</guid><dc:creator>António Cruz</dc:creator><description>Those are very goods news, specially about IsSearchProviderInstalled availability. &lt;br&gt;&lt;br&gt;I also would like to know if there is any way to implement a feature kind-of &amp;quot;Google Suggest&amp;quot; in Search Provider Dropdown. Firefox 2 Beta 1 implements this and I think it would be of great value to users -and also to Microsoft- to make it also available, on IE7...?&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;&lt;br&gt;Ant&amp;#243;nio Cruz</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#734996</link><pubDate>Fri, 01 Sep 2006 12:13:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:734996</guid><dc:creator>dazzle</dc:creator><description>There is also a website which lets you create OpenSearch search plugins, and stores them in a public list of previously created search plugins - you can also register with the site and maintain a 'private' list of search plugins.&lt;br&gt;&lt;br&gt;The site is &lt;a rel="nofollow" target="_new" href="http://www.searchplugins.net/"&gt;http://www.searchplugins.net/&lt;/a&gt; </description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735046</link><pubDate>Fri, 01 Sep 2006 13:05:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735046</guid><dc:creator>Dao Gottwald</dc:creator><description>In a JavaScript world, window.external.IsSearchProviderInstalled should be window.external.isSearchProviderInstalled.&lt;br&gt;&lt;br&gt;By the way, there's a quotation mark missing:&lt;br&gt;xmlns:referrer=&lt;a rel="nofollow" target="_new" href="http://a9.com/-/opensearch/extensions/referrer/&amp;quot;"&gt;http://a9.com/-/opensearch/extensions/referrer/&amp;quot;&lt;/a&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735225</link><pubDate>Fri, 01 Sep 2006 16:05:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735225</guid><dc:creator>muahahhaha</dc:creator><description>you guys suck big time </description></item><item><title>Version Signature For IE 7</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735318</link><pubDate>Fri, 01 Sep 2006 17:19:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735318</guid><dc:creator>Anthony Ortega</dc:creator><description>Why doe ie 7 return a browser sig of IE 4? I am trying to test it with some of our apps and I am having problems because we only support &amp;gt; 5.5</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735336</link><pubDate>Fri, 01 Sep 2006 17:35:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735336</guid><dc:creator>Rick</dc:creator><description>ARE YOU SERIOUS???? ON THIS BLOG, you are posting a single method with 2 glaring errors?&lt;br&gt;&lt;br&gt;Ok, what kind of programer creates a method, starting with &amp;quot;is&amp;quot;, that has possible returns of 3 Integer values?&lt;br&gt;&lt;br&gt;any &amp;quot;is&amp;quot; method, should return Boolean, plain and simple.&lt;br&gt;&lt;br&gt;you should rename the method to something reasonable, like:&lt;br&gt;window.external.installedSearchProviderStatus&lt;br&gt;&lt;br&gt;Also note, that since this isn't a &amp;quot;Class&amp;quot;, the name should start lowercase... like... hmmm, everything else in Javascript...&lt;br&gt;&lt;br&gt;document.images&lt;br&gt;window.opener&lt;br&gt;navigator.userAgent&lt;br&gt;location.href&lt;br&gt;&lt;br&gt;classes:&lt;br&gt;&lt;br&gt;var foo = new Date();&lt;br&gt;var bar = new Array();&lt;br&gt;var baz = new Object();&lt;br&gt;&lt;br&gt;So, again.. when posting code on this blog, take a moment to review what you've written, and cleaned it up.&lt;br&gt;&lt;br&gt;ugh.&lt;br&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735422</link><pubDate>Fri, 01 Sep 2006 18:26:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735422</guid><dc:creator>adam</dc:creator><description>Rick -&lt;br&gt;&lt;br&gt;Didn't your mommy teach you any manners?&lt;br&gt;&lt;br&gt;Next time, see if you can make your point without being a condensending a-hole.&lt;br&gt;&lt;br&gt;(btw, care to share your code with the rest of the world?)</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735426</link><pubDate>Fri, 01 Sep 2006 18:29:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735426</guid><dc:creator>Ted Drake</dc:creator><description>I wrote a post about how Yahoo! Tech added OpenSearch. It's fairly easy to do. Yahoo! Tech, at this time, is only offering an html output for search. You'll get more benefit from IE7 with an rss feed, but don't let that stop you from working on it today.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.last-child.com/add-opensearch-to-your-web-site/"&gt;http://www.last-child.com/add-opensearch-to-your-web-site/&lt;/a&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735672</link><pubDate>Fri, 01 Sep 2006 21:34:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735672</guid><dc:creator>Rick</dc:creator><description>@adam&lt;br&gt;&lt;br&gt;sorry to have offended you, but as an avid developer, following this blog for the sole purpose of watching how IE is improving and becomming more supportive of standards, this site is *critical* for developers to read, to find out what is going on, and what they *should* be doing to be ready for the changes in IE7.&lt;br&gt;&lt;br&gt;Unlike yourself, i did not use any bad words. &amp;nbsp;I may have questioned the skill set of the programmer that released the code, but under the circumstances (i.e. the location) i think it wasn't unfair at all.&lt;br&gt;&lt;br&gt;Code published on this blog, by developers (or in this case, by the programmer's program manager), should have gone under at least one senior developers eyes before making it here.&lt;br&gt;&lt;br&gt;My points were simple.&lt;br&gt;&lt;br&gt;1.) The method is incorrectly named, for the return type.&lt;br&gt;2.) The case, of the first character is also wrong, since this is not an Objectclass.&lt;br&gt;&lt;br&gt;And as for your (btw), I believe i did.&lt;br&gt;&lt;br&gt;The method should be named as (or similar):&lt;br&gt;&lt;br&gt;full name: &amp;nbsp;window.external.installedSearchProviderStatus&lt;br&gt;&lt;br&gt;params:&lt;br&gt;sURL: Required. String that specifies an absolute URL for the search provider.&lt;br&gt;&lt;br&gt;returns:&lt;br&gt;0: Not installed.&lt;br&gt;1: Is installed.&lt;br&gt;2: Is installed, and default.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735766</link><pubDate>Fri, 01 Sep 2006 22:53:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735766</guid><dc:creator>omar</dc:creator><description>hey, just wanted to let you now.&lt;br&gt;&lt;br&gt;The security on the addProvider call is broken.&lt;br&gt;&lt;br&gt;You can call it from anywhere.&lt;br&gt;&lt;br&gt;Just put the call on an onclick handler for a link, then from elsewhere, call:&lt;br&gt;&lt;br&gt;thatLinkObject.click();&lt;br&gt;&lt;br&gt;Bingo! Instantly spam an inoccent user with requests to use your search engine that they didn't want.&lt;br&gt;&lt;br&gt;danka&lt;br&gt;&lt;br&gt;Omar</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735777</link><pubDate>Fri, 01 Sep 2006 23:05:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735777</guid><dc:creator>adam</dc:creator><description>@Rick,&lt;br&gt;&lt;br&gt;I agreed with your entire point. I do think that it is unprofessional for code to be posted without being double-checked.&lt;br&gt;&lt;br&gt;I guess I am just tired of people being less than professional and courteous with their responses. You don't have to get in someone's face or put them down to make a point, and they are much more likely to listen if you are respectful.&lt;br&gt;&lt;br&gt;</description></item><item><title>Tabs in IE 7 beta</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735787</link><pubDate>Fri, 01 Sep 2006 23:16:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735787</guid><dc:creator>Peter Byers</dc:creator><description>Imagine I have four tabs open&lt;br&gt;&lt;br&gt;In Tab2, I open a &amp;quot;target=_blank&amp;quot; window&lt;br&gt;The new tab appears between Tab2 and Tab3&lt;br&gt;&lt;br&gt;That is GOOD, GOOD, GOOD&lt;br&gt;&lt;br&gt;********************************************&lt;br&gt;&lt;br&gt;Lets call the new tab Tab2A&lt;br&gt;&lt;br&gt;When I close Tab2A, then Tab3 becomes the Active tab&lt;br&gt;&lt;br&gt;That is BAD, BAD, BAD&lt;br&gt;&lt;br&gt;please make Tab2 the ACTIVE ta&lt;br&gt;move to the Left not to the Right&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks (I hope)&lt;br&gt;Pete (Northolt UK)&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735879</link><pubDate>Sat, 02 Sep 2006 00:47:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735879</guid><dc:creator>Christian</dc:creator><description>Can I turn both new features off, please (Registry?)&lt;br&gt;&lt;br&gt;I neither want them to know if I have them installed (imagine a warez-side that only allows you to continue on their side until search provider is installed), nor should they be able to put additional adds in it if I use the search bar.&lt;br&gt;&lt;br&gt;I don't want search engines to know that stuff.&lt;br&gt;&lt;br&gt;A registry key or group policy please???</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735918</link><pubDate>Sat, 02 Sep 2006 01:27:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735918</guid><dc:creator>Aaron Sauve [MSFT]</dc:creator><description>Rick,&lt;br&gt;First letter cap has in general been our convention across our window.external methods – as with anything there are a few cases that go the other way.&lt;br&gt;&lt;br&gt;See for example:&lt;br&gt;external.AddFavorite&lt;br&gt;external.NavigateAndFind&lt;br&gt;external.AutoScan&lt;br&gt;external.ShowBrowserUI&lt;br&gt;etc...&lt;br&gt;&lt;br&gt;To the second point, when we originally designed this it was a boolean &amp;quot;yes/no&amp;quot;, but later added the third state allowing providers to determine if they are the default. &amp;nbsp;&lt;br&gt;&lt;br&gt;The call still works within a logical statement such as:&lt;br&gt;if (IsSearchProviderInstalled(“foo.com”))&lt;br&gt;{&lt;br&gt;}&lt;br&gt;else&lt;br&gt;{&lt;br&gt;}&lt;br&gt;&lt;br&gt;So the call logically makes sense in that context although I agree with you, it is not perfect.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735931</link><pubDate>Sat, 02 Sep 2006 01:34:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735931</guid><dc:creator>Aaron Sauve [MSFT]</dc:creator><description>Peter,&lt;br&gt;We have an advanced setting that will change the behavior of the switching and closing tabs to be a most recently visited order. &amp;nbsp;I think that will solve your problem.&lt;br&gt;&lt;br&gt;It's in the advanced tab of internet options under Browsing: &amp;quot;Use most recent order when switching tabs with Ctrl+Tab&amp;quot;&lt;br&gt;&lt;br&gt;Hope that helps!</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735965</link><pubDate>Sat, 02 Sep 2006 02:33:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735965</guid><dc:creator>TMaster</dc:creator><description>Please take Christian's concerns seriously. The last thing I want to see is two warnings on sites:&lt;br&gt;&lt;br&gt;One for the ActiveX control I really have to install to browse site Y, AND another message telling me I haven't installed OpenSearch Search Provider Z.&lt;br&gt;&lt;br&gt;Please don't let sites spam us more. If you're not going to do it for us, do it for yourself*.&lt;br&gt;&lt;br&gt;*) Now I'm really hoping you guys don't primarily use Firefox at home.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#735975</link><pubDate>Sat, 02 Sep 2006 02:39:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735975</guid><dc:creator>TMaster</dc:creator><description>And as a second remark; I fully agree with Peter Byers' suggestion. Internet Explorer 7's behavior is less than logical. After closing a tab opened by a site, you want to be brought back.&lt;br&gt;&lt;br&gt;Using the suggested option causes the OTHER half of the times I close a tab to bring me to an incorrect tab. The default behavior needs to change. I've just tried the suggested solution. It doesn't cut it.&lt;br&gt;&lt;br&gt;No offense intended, I absolutely love IE7.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736191</link><pubDate>Sat, 02 Sep 2006 07:50:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736191</guid><dc:creator>António Cruz</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;Sorry to insist on this: can you *please* answer my question:&lt;br&gt;&lt;br&gt;1) Is it possible in any way to support a &amp;quot;Google Suggest&amp;quot; kind of search in Search Dropdown of IE7, as Firefox Beta 1 already does with any default and/or custom provider?&lt;br&gt;&lt;br&gt;2) If this is not possible in RC1, do you consider to support it for the final release?&lt;br&gt;&lt;br&gt;Thank you for your answer,&lt;br&gt;&lt;br&gt;Ant&amp;#243;nio Cruz</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736300</link><pubDate>Sat, 02 Sep 2006 10:53:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736300</guid><dc:creator>PatriotB</dc:creator><description>&amp;quot;In a JavaScript world, window.external.IsSearchProviderInstalled should be window.external.isSearchProviderInstalled.&amp;quot;&lt;br&gt;&lt;br&gt;&amp;quot;Also note, that since this isn't a &amp;quot;Class&amp;quot;, the name should start lowercase... like... hmmm, everything else in Javascript...&amp;quot;&lt;br&gt;&lt;br&gt;This method isn't part of JavaScript. &amp;nbsp;It also isn't part of any W3C specification that would dictate capitalization. &amp;nbsp;It's a proprietary method that can be capitalized however Microsoft wants.&lt;br&gt;&lt;br&gt;Remember not everything is a JavaScript world.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736533</link><pubDate>Sat, 02 Sep 2006 15:26:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736533</guid><dc:creator>Francis</dc:creator><description>This is slightly intrusive. What's next? The ability for sites to query whether they are bookmarked?&lt;br&gt;&lt;br&gt;It would be nice if the wishes of users, as well as providers were heeded, e.g.:&lt;br&gt;1. privacy: an option to disable the HTTP_REFERER when the user browses to a different domain (but not subdomain.) (privacy)&lt;br&gt;2. privacy and security: an option to omit OS specs from the user agent. There is no reason for a web site to know I am running &amp;quot;Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727&amp;quot;. This information could be used to mount an attack (e.g., a certain .NET version is known to have vulnerabilities.) If this information is necessary for the execution, say, of an ActiveX control, it should be passed only AFTER the user has clicked &amp;quot;yes.&amp;quot;</description></item><item><title>re: Important Suggestion !</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736638</link><pubDate>Sat, 02 Sep 2006 16:19:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736638</guid><dc:creator>Admin.</dc:creator><description>In the tools menu, it is good to give delete all option in a handy' Delete Browsing History' tab. But, it would be more user friendly to exclude passwords from delete all command as it is a big pain in the neck to type them in once delete all command is passed.. A separate confirmation can be asked as in the case of &amp;quot; also delete settings &amp;nbsp;by add ons&amp;quot;.</description></item><item><title>re: Important Suggestion !</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736639</link><pubDate>Sat, 02 Sep 2006 16:19:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736639</guid><dc:creator>Admin.</dc:creator><description>In the tools menu, it is good to give delete all option in a handy' Delete Browsing History' tab. But, it would be more user friendly to exclude passwords from delete all command as it is a big pain in the neck to type them in once delete all command is passed.. A separate confirmation can be asked as in the case of &amp;quot; also delete settings &amp;nbsp;by add ons&amp;quot;.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#736981</link><pubDate>Sat, 02 Sep 2006 22:25:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:736981</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>@Anthony Ortega: You can learn how to correctly determine browser version here: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/browserdetection.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/browserdetection.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;@Ant&amp;#243;nio Cruz: No, IE7 will not support &amp;quot;suggest&amp;quot; for the search box.&lt;br&gt;&lt;br&gt;@TMaster: Why doesn't it &amp;quot;cut it&amp;quot;? &amp;nbsp;How does the behavior you want differ from the behavior when the state of the referenced checkbox is changed?&lt;br&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#737045</link><pubDate>Sat, 02 Sep 2006 23:30:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:737045</guid><dc:creator>Serious Sam</dc:creator><description>Hey guys,&lt;br&gt;&lt;br&gt;Just remembered something that I've been meaning to ask you for a while now in relation to the inline search, but would it possible to include the ability to drag and drop text from the page that you're in, directly into the search box? &amp;nbsp;I feel that this would prove to be a very nice convenience feature.&lt;br&gt;&lt;br&gt;My other point is slightly unrelated, but it is still something I‘m a little curious about. &amp;nbsp;With the tabs, I can see that you are able to drag and drop URL’s from a page into them. &amp;nbsp;However, I find it slightly strange that it appears to open the said URL within the same tab, regardless of where you actually 'drop' it (e.g. in any of the other tabs you may have open, or within the new tab icon). &amp;nbsp;I think that changing this may end up proving useful to the user. &amp;nbsp;For example, let's say that you where conducting a web search; it would be nice to be able to open any of the results that interest you in a new tab, simply by dragging them onto the new tab icon.&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#738408</link><pubDate>Sun, 03 Sep 2006 23:12:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:738408</guid><dc:creator>Dao Gottwald</dc:creator><description>&amp;gt; &amp;quot;In a JavaScript world, window.external.IsSearchProviderInstalled should be window.external.isSearchProviderInstalled.&amp;quot;&lt;br&gt;&amp;gt; &amp;quot;Also note, that since this isn't a &amp;quot;Class&amp;quot;, the name should start lowercase... like... hmmm, everything else in Javascript...&amp;quot;&lt;br&gt;&amp;gt; This method isn't part of JavaScript. &amp;nbsp;It also isn't part of any W3C specification that would dictate capitalization. &amp;nbsp;It's a proprietary method that can be capitalized however Microsoft wants.&lt;br&gt;&amp;gt; Remember not everything is a JavaScript world.&lt;br&gt;&lt;br&gt;You've missed the point. The question is not whether Microsoft is free to do it this way or not -- obviously it is. Though the question is if it should be done this way. Given the fact that this *is* JavaScript and that predefined JavaScript and DOM classes are uppercase and methods are lowercase, answering this question is easy.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#739211</link><pubDate>Mon, 04 Sep 2006 13:07:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739211</guid><dc:creator>Ankit</dc:creator><description>Here is how can you add custom search engines to IE7 manually through registry.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://ankitjain.info/ankit/2006/08/10/custom-search-extension-for-ie7"&gt;http://ankitjain.info/ankit/2006/08/10/custom-search-extension-for-ie7&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thankx,&lt;br&gt;~ Ankit</description></item><item><title>Ye Meri Life Hai! &amp;raquo; Custom Search extension for IE7</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#739240</link><pubDate>Mon, 04 Sep 2006 13:31:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739240</guid><dc:creator>Ye Meri Life Hai! » Custom Search extension for IE7</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://ankitjain.info/ankit/2006/08/10/custom-search-extension-for-ie7"&gt;http://ankitjain.info/ankit/2006/08/10/custom-search-extension-for-ie7&lt;/a&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#739461</link><pubDate>Mon, 04 Sep 2006 16:39:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:739461</guid><dc:creator>Serious Sam</dc:creator><description>Hey guys,&lt;br&gt;&lt;br&gt;Just a quick question, but I remember that in your earlier blog you mentioned the possiblity that there may be a second RC release, based upon the feedback you recieved. &amp;nbsp;I was just wondering if you could give any indication as to your current plans on this.&lt;br&gt;I have to say that I for one have been quite looking foward to the opportunity of getting one last chance to provide feedback before the final version is released.&lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#740169</link><pubDate>Tue, 05 Sep 2006 01:44:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:740169</guid><dc:creator>Xepol</dc:creator><description>A few thoughts on the recent IE 7 rc1 release (5700.6) and the search box.&lt;br&gt;&lt;br&gt;It was revealed that if you press alt-enter instead of enter, your search will be opened in a new tab. &amp;nbsp;However, when openning a link in a new tab you use ctrl-click.&lt;br&gt;&lt;br&gt;This is inconsitant, and I would suggest using ctrl-enter instead of alt-enter to launch searchs from the search box in a new tab.&lt;br&gt;&lt;br&gt;Anyone else find themselves reaching for the ctrl key out of habit only to have to backup a page and relaunch the search with alt into a new tab again?</description></item><item><title>IE just cannot do a webpage save</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#740981</link><pubDate>Tue, 05 Sep 2006 14:31:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:740981</guid><dc:creator>Ian Thomas</dc:creator><description>Sorry tohave to use this forum to RANT, and to be off-topic, but I don't see any progress at all on the feedback issues that I have logged and described over the past 2-3 months.&lt;br&gt;&lt;br&gt;I just cannot believe that I have to use Firefox 1.5.06 to save this page in HTML format to my hard disk.&lt;br&gt;(&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx"&gt;http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx&lt;/a&gt;)&lt;br&gt;The only reason that I have installed Firefox is that IE7 (all betas i have used, and now IE7 RC1) cannot:&lt;br&gt;&lt;br&gt;1. save to disk many (a significant number) of webpages (similar in IE6 - same error message);&lt;br&gt; &lt;br&gt;2. IE7 totally stalls, when saving as MHTML format - so often, that i need to run several instances of IE over a session when I really do want to save some pages to disk;&lt;br&gt;&lt;br&gt;3. When some pages are saved as MHTML format, would you believe that they cannot be re-read from disk into IE7 RC1 (!!!);&lt;br&gt;&lt;br&gt;4. There is no config option to set the default save-to-disk format (eg, as HTML format or as MHTML format).&lt;br&gt;&lt;br&gt;&lt;br&gt; </description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#741126</link><pubDate>Tue, 05 Sep 2006 17:14:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741126</guid><dc:creator>steve</dc:creator><description>@Ian Thomas:&lt;br&gt;&lt;br&gt;This is related to the bug I entered over a month ago.&lt;br&gt;Bug#: 174708&lt;br&gt;&lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=174708"&gt;https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=174708&lt;/a&gt;&lt;br&gt;&lt;br&gt;The standard comment was received from Microsoft, that IE7 was locked down, and this would be looked at in a further release.&lt;br&gt;&lt;br&gt;Unfortunately, the above comment (and similar ones) are auto-applied to almost every bug in the Feedback, so don't be discouraged, vote for it, and let them know that this is _NOT_ a rendering layout bug, but that it is, like most, a feature functionality bug, where IE7 breaks standard feature functions.&lt;br&gt;&lt;br&gt;As you mentioned, saving a page, should just work. &amp;nbsp;It shouldn't matter what the page is. &amp;nbsp;The fact that it is broken, is a major bug, and has nothing to do with the Trident Rendering Engine*.&lt;br&gt;&lt;br&gt;[Note to MS]&lt;br&gt;* PS Although I understand that IE7 rendering is locked down, I personally feel there are a lot of bad/missing rendering issues with the browser that _SHOULD_ be addressed before locking it down. &amp;nbsp;Then again, of the 48 bugs I've entered, almost all of them have beed defered to a later release, so I'm not holding my breath on having any of the bugs in the DB fixed my IE7 final.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#742842</link><pubDate>Wed, 06 Sep 2006 18:59:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:742842</guid><dc:creator>Eugene</dc:creator><description>Slightly off topic but nevertheless worth mentionning, for those who like to search within the page displayed without having a window in the way, a little free add-on for IE 5.5 and above:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.core-services.fr/inline-search/"&gt;http://www.core-services.fr/inline-search/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Yes, it is a shameless plug but for a free tool ;)</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#742892</link><pubDate>Wed, 06 Sep 2006 19:24:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:742892</guid><dc:creator>Andrew Robinson</dc:creator><description>Aaron, This is all working really well but I think it is still missing one thing: It would be so cool if IE displayed the search words in a tool bar. When a word is clicked, a local &amp;quot;find&amp;quot; is performed on the displayed page. I would no longer have any need for the Google Tool Bar.</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#745928</link><pubDate>Fri, 08 Sep 2006 10:37:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:745928</guid><dc:creator>Serious Sam</dc:creator><description>Hey guys,&lt;br&gt;&lt;br&gt;Not to put too fine a point on it, but I was really hoping for some kind of response on whether or not they'll be an RC2 released, even if it's some kind of an official response like &amp;quot;unfortunately, at this stage we are unable to divulge details about.....&lt;br&gt;Admittedly not ideal, but it would have been better than the question essentially being ignored.&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#745956</link><pubDate>Fri, 08 Sep 2006 11:10:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:745956</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>@Serious Sam: At this point, I don't have details to divulge. &amp;nbsp;&lt;br&gt;&lt;br&gt;RC1 bits will be very close to the RTM release bits, so please provide your feedback on this RC version. &amp;nbsp;&lt;br&gt;</description></item><item><title>re: Search in IE7 RC1</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#746250</link><pubDate>Fri, 08 Sep 2006 15:38:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:746250</guid><dc:creator>Christian</dc:creator><description>Hey Microsoft! &lt;br&gt;&lt;br&gt;Can you please take my concerns serious and comment on them:&lt;br&gt;&lt;br&gt;Can I turn both new features off, please (Registry?)&lt;br&gt;&lt;br&gt;I neither want them to know if I have them installed (imagine a warez-side that only allows you to continue on their side until search provider is installed), nor should they be able to put additional adds in it if I use the search bar.&lt;br&gt;&lt;br&gt;I don't want search engines to know that stuff.&lt;br&gt;&lt;br&gt;A registry key or group policy please???</description></item><item><title>Microsoft Web Dev Summit Overview</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#769406</link><pubDate>Sun, 24 Sep 2006 19:59:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:769406</guid><dc:creator>iBlog - Ilia Alshanetsky</dc:creator><description>Now that the Jet-lag has worn off (all-night flights suck, even when they are first class) I figure it would be the perfect time to blog about my recent visit to Microsoft's Web Dev Summit. &lt;br&gt;&lt;br&gt;A few weeks ago I got an invite from Brian (who thanks to</description></item><item><title>Internet Explorer 7: More than a browser</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#778089</link><pubDate>Sat, 30 Sep 2006 15:18:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:778089</guid><dc:creator>David Boschmans Weblog</dc:creator><description>Yesterday&amp;amp;amp;nbsp;we had Cyra Richardson - Lead Program Manager on the Internet Explorer team&amp;amp;amp;nbsp;- in...</description></item><item><title>Windows 7 RC1 gets special Features</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#9570053</link><pubDate>Mon, 27 Apr 2009 04:23:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9570053</guid><dc:creator>Windows 7 RC1 gets special Features</dc:creator><description>&lt;p&gt;However, the 7100i is arguably the most business- conscious device in the 7100- series. Not only does it support secure email access that consumers have come to expect from RIM, but the BlackBerry 7100i also provides push- to- talk technology and full-&lt;/p&gt;
</description></item><item><title> IEBlog Search in IE7 RC1 | Paid Surveys</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#9661202</link><pubDate>Sat, 30 May 2009 03:02:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9661202</guid><dc:creator> IEBlog Search in IE7 RC1 | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=ieblog-search-in-ie7-rc1"&gt;http://paidsurveyshub.info/story.php?title=ieblog-search-in-ie7-rc1&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> IEBlog Search in IE7 RC1 | Joint Pain Relief</title><link>http://blogs.msdn.com/ie/archive/2006/08/31/733821.aspx#9718875</link><pubDate>Wed, 10 Jun 2009 03:00:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9718875</guid><dc:creator> IEBlog Search in IE7 RC1 | Joint Pain Relief</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://jointpainreliefs.info/story.php?id=2315"&gt;http://jointpainreliefs.info/story.php?id=2315&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>