Live data from Hacker News

Breaking down Amazon's mega dropdown

bjk5.com

141–150 of 203 posts

Re: Breaking down Amazon's mega dropdown

#141
post #125
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

I don't want this as much as making / jump to the search box. I wish everything did this (I think only gmail and vim do). Although, that might interfere with Firefox (at one point it had an option to open the find dropdown when you type /).

Should be the first [tab] instead.

Re: Breaking down Amazon's mega dropdown

#142

There is an important point to be made about the quote from the end of this article. "Thanks go to Ben Alpert for helping me understand the linear algebra / cross-product magic ...I ended up going w/ a cruder slope-based approach, mostly b/c I’ve lost all intuitive understanding of linear algebra" Let that be a wake up call to all of the programmers who continue to claim that you can "get away" with out knowing much…

I find my math background to be extremely valuable in programming, but this is only sometimes because I use any actual math. Most of the advantage comes from being able to reason about abstractions more effectively. Similar to what you'd expect from a good CS background, which I'm sure most programmers would agree is useful.

Re: Breaking down Amazon's mega dropdown

#143
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

/rant I loathe online store sites that auto-focus the search box. Worst are the ones that do it on every single page, including item detail pages. I use the space bar to scroll webpages down, especially on my laptop, which has a very small screen so that I almost always have to scroll down to get past header crap and get to the meat of the page. And no mouse, just a mediocre touchpad. I can maybe accept auto-focusing…

I like the sites which takes you to the main input field of the page after pressing a single tab. That way, the page still has the focus when the page is loaded and you can easily get to the search box or login id by just pressing a tab.

Re: Breaking down Amazon's mega dropdown

#144
post #136
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

Please DO NOT listen to this guy. This auto-focus to the search box misfeature absolutely ruins any page viewing navigation. For people who use up/down arrow or pgup/pgdown keys to scroll down the page (which is pretty much all laptop users), this focus stealing misfeature would frustrate them to no end. I won't go back to any site that does this.

I disagree completely. The fact that Amazon does not auto-focus to the search box annoys me greatly, since 99% of the time I find the items I'm looking for via search. Compared to Google, Youtube, etc. Amazon feels clunky.

Re: Breaking down Amazon's mega dropdown

#145
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

One of my favorite features of Chrome is that if you start to type "amazon.com" in the URL bar, and then hit Tab when it autocompletes, it switches the URL bar to an amazon.com search bar. I don't think I've typed anything in the actual search field of amazon.com in years.

This also works with the space bar, as well as the tab key. I find pressing the space key to be a bit more fluid when I already know what I intend on typing next.

Re: Breaking down Amazon's mega dropdown

#146
post #43

Hey all, I'm on the team that built this. We also built the redesign that launched last year. In fact, this was part of that. The article pretty much nails our implementation. Point of fact: Our team is recruiting. If you dig UX projects like this, shoot our manager Chad an email: chaddes at amazon dot com

I've always found the 2-stage menu a major annoyance. Navigation always takes way too many steps: 1) hover "Department" if the window isn't wide enough; 2) hover category; 3) decipher the crazy sub-menu that appears to the right; 4) move mouse over and click the same category.

I've always disliked doing this many steps. Please make the Department menu into links such that I can avoid the sub-menus.

Re: Breaking down Amazon's mega dropdown

#147
post #43

Hey all, I'm on the team that built this. We also built the redesign that launched last year. In fact, this was part of that. The article pretty much nails our implementation. Point of fact: Our team is recruiting. If you dig UX projects like this, shoot our manager Chad an email: chaddes at amazon dot com

Brilliant. I have to admit I was wondering how that was done. It's always fast when I go to use it. Nice work, it's the little things like that that really matter

Re: Breaking down Amazon's mega dropdown

#148
post #43

Hey all, I'm on the team that built this. We also built the redesign that launched last year. In fact, this was part of that. The article pretty much nails our implementation. Point of fact: Our team is recruiting. If you dig UX projects like this, shoot our manager Chad an email: chaddes at amazon dot com

Am I the only one that gets tripped up each time I go to Amazon by mousing over the button and immediately clicking on it, thinking that's how to get the dropdown to appear, only to have the click take me to 'my account', then requiring me to go back up to the menu and wait for it to drop down instead of clicking? :)

Re: Breaking down Amazon's mega dropdown

#149
post #136
post #97

Earlier quoted context omitted.

Off-topic, but can't miss this opportunity: Please tell us why the Amazon homepage doesn't auto-focus into the search box. I think of this every single time I go to the site.

Please DO NOT listen to this guy. This auto-focus to the search box misfeature absolutely ruins any page viewing navigation. For people who use up/down arrow or pgup/pgdown keys to scroll down the page (which is pretty much all laptop users), this focus stealing misfeature would frustrate them to no end. I won't go back to any site that does this.

More importantly it completely breaks the page for a page-reading program, meaning the site becomes significantly less accessible to disabled users. In fact the guide to accessible website design (don't remember where to find it now) specifically says NOT to autofocus to some "random" or arbitrary place on the page.
Post reply on HN