• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Algorithm for what appears in addressbar drop down in IE8?

R

Robert Aldwinckle

Flightless Bird
"rob^_^" <iecustomizer@hotmail.com> wrote in message
news:5C7F5876-BF9B-4A5C-8810-3A417D197CB1@microsoft.com...
> Standard MRU combo box algorithm.


So it's still there in Vista? Pardon for referring to it as LRU. That's
from the replacement perspective. MRU is from the (more common) access
perspective. Same idea, ordering the elements of a collection by frequency
of use.


---


>
> "Robert Aldwinckle" <robald@techemail.com> wrote in message


>> I'll be interested in knowing if you have the old string of letters LRU
>> mechanism or if you see the same update even on access implementation
>> that I am seeing.
 
B

+Bob+

Flightless Bird
On Sun, 21 Mar 2010 08:28:10 -0400, "Robert Aldwinckle"
<robald@techemail.com> wrote:

>
>
>"rob^_^" <iecustomizer@hotmail.com> wrote in message
>news:5C7F5876-BF9B-4A5C-8810-3A417D197CB1@microsoft.com...
>> Standard MRU combo box algorithm.

>
>So it's still there in Vista? Pardon for referring to it as LRU. That's
>from the replacement perspective. MRU is from the (more common) access
>perspective. Same idea, ordering the elements of a collection by frequency
>of use.


Well... if anyone has any more ideas, feel free to post. It's
recording almost no URL's at this point, so I may just resign myself
to that and manually edit to add the few I'd like to see in there...
then delete out the few that creep in that I don't need.

Perhaps if there was a utility for this, it would be a "feature".
 
R

Robert Aldwinckle

Flightless Bird
"+Bob+" <nomailplease@example.com> wrote in message
news:tlncq59ukn16quor9kp5n7vafg5taqj59h@4ax.com...

> Well... if anyone has any more ideas, feel free to post. It's
> recording almost no URL's at this point, so I may just resign myself
> to that and manually edit to add the few I'd like to see in there...
> then delete out the few that creep in that I don't need.



Have you tried using ProcMon yet to find out how TypedURLs is being used on
your OS?


>
> Perhaps if there was a utility for this, it would be a "feature".



TweakUI but I don't think it is available for Vista. I could only find
something for tablets. Oh. I have a tablet now. W7.
Let's see what happens then...

Oh, yes. Origami Experience Pack. WTH is that?

http://www.microsoft.com/downloads/...84-c109-4ae7-a973-411c1de2457f&DisplayLang=en

(Microsoft Search for
TweakUI Vista
)


Wow! Sudoku on a touch screen! Woohoo! I hope it works.

Boo!

<message title="Installer Information">
Origami Experience runs only on Ultra Mobile PCs running Windows Vista
</message>


FYI

Robert
---
 
D

Don Varnau

Flightless Bird
Hi,
Have you tried turning off (Internet Options> Content> AutoComplete)
Browsing history, Favorites and Windows Search? Leave
Address Bar AutoComplete enabled. See if turning off the new Smart Address
Bar features helps.

You should then have the classic TypedURLs list on the Address Bar dropdown-
25 entries- only URLs you've typed or pasted into the Address Bar.

Don
[MS MVP- IE]


"+Bob+" <nomailplease@example.com> wrote in message
news:aam2q5ps2hsi6oqankrcgnpkvt7jipdbt6@4ax.com...
> OK.. IE6 seemed moderately predictable, IE7 a little less, but still
> slightly sensible, but WTF is up with IE8? I can't figure what
> possible criteria it could be using to populate the drop down. Some
> items that I frequently type in never show up, and some that I type
> just once jump right in. Any ideas on how to get some addresses you
> use frequently to show up in the drop down?
 
B

+Bob+

Flightless Bird
On Mon, 22 Mar 2010 04:25:50 -0500, "Don Varnau"
<don_04[at]varnau[dot]org> wrote:

>Hi,
>Have you tried turning off (Internet Options> Content> AutoComplete)
>Browsing history, Favorites and Windows Search? Leave
>Address Bar AutoComplete enabled. See if turning off the new Smart Address
>Bar features helps.


Where do I shut of the Smart Address Bar?

>You should then have the classic TypedURLs list on the Address Bar dropdown-
>25 entries- only URLs you've typed or pasted into the Address Bar.
>
>Don
 
D

Don Varnau

Flightless Bird
[Inline]


"+Bob+" <nomailplease@example.com> wrote in message
news:fboiq5tv7p8v3saji8mrv1apis44kgqfnd@4ax.com...

> On Mon, 22 Mar 2010 04:25:50 -0500, "Don Varnau"
> <don_04[at]varnau[dot]org> wrote:
>
> >Hi,
> >Have you tried turning off (Internet Options> Content> AutoComplete)
> >Browsing history, Favorites and Windows Search? Leave
> >Address Bar AutoComplete enabled. See if turning off the new Smart

Address
> >Bar features helps.


> Where do I shut of the Smart Address Bar?


From Internet Options> Content> AutoComplete> Settings, leave AutoComplete
enabled for the Address Bar but uncheck Browsing history, Favorites and
Windows Search.

> >You should then have the classic TypedURLs list on the Address Bar

dropdown-
> >25 entries- only URLs you've typed or pasted into the Address Bar.
> >
> >Don
 
B

+Bob+

Flightless Bird
On Fri, 26 Mar 2010 03:55:40 -0500, "Don Varnau"
<don_04[at]varnau[dot]org> wrote:

>> Where do I shut of the Smart Address Bar?

>
>From Internet Options> Content> AutoComplete> Settings, leave AutoComplete
>enabled for the Address Bar but uncheck Browsing history, Favorites and
>Windows Search.


OH...OK, already did that. It's still oddly selective as to what it
records.

>> >You should then have the classic TypedURLs list on the Address Bar

>dropdown-
>> >25 entries- only URLs you've typed or pasted into the Address Bar.
 
Top