It's very interesting that Apple just adopted a hamburger menu for their apple.com redesign (mobile version). They even told everyone not to use hamburger menus at last year's WWDC! [1] [1] WWDC 2014 Session 211 Designing Intuitive User Experiences @ 32:00, available here: https://developer.apple.com/videos/wwdc/2014/ Addendum: It's a responsive design so you can see this even on a desktop browser just by shrinking t…
The Hamburger Menu Doesn't Work
141–150 of 192 posts
Re: The Hamburger Menu Doesn't Work
#142Re: The Hamburger Menu Doesn't Work
#143But it requires some deliberate thought, effort, and app-specific solutions to replace it with something better, and that planning makes you answer all sorts of hard questions you might've not ever had to answer about your website/product, like "how are my users actually using this?"
I'd wager that everyone agrees that their own site's hamburger menu is a sore spot, suboptimal.
But the next rung up is a taller order than these types of articles admit.
I think a good follow-up blog post would be "Design patterns for escaping the hamburger menu" that showcases a variety of real-world approaches.
Re: The Hamburger Menu Doesn't Work
#144It is almost always preferable to have all of your options available to the user at all times. However, it's very important to make the distinction between apps and websites when talking about a hamburger menu. A tab bar is great in an iOS app with a limited scope of functionality. That just doesn't work a sprawling news site covering dozens of topics. A small, product-focused website may even be able to get away wit…
I keep reading these articles about how awful hamburgers are but so far not a single one addresses menus that have more than 3-5 items. I manage sites that we have kicked around ideas for how to deal with the menu better, but the size of what is in that menu makes all the proposed ideas I've seen not feasible. So I'm right there with you that it is unfortunate, I wish these articles had more in way of solutions than…
Re: The Hamburger Menu Doesn't Work
#145Re: The Hamburger Menu Doesn't Work
#146The desktop Firefox has one of these. It's been quite unintuitive. It contains some commands depicted by icons, which constitute an overlapping set of the functionality under the regular F)ile menu, like "New Window", "New Private Window", "Print" and whatnot. But there are commands that appear in other menus: the monkey wrench Developer icon appears to have similar content to "Tools/Web Developer". I think what we a…
A hamburger on its own is, like the article says, dead weight with no meaning. If its on a bar with a bunch of other nav options and you feel like the one you want is missing you often use it.
If I ever get around to it I'll hack up the bootstrap code and make it tab based (icon + text underneath) but that seems like a PITA with how bootstrap does its layouts in nav bars from my paltry experience.
Re: The Hamburger Menu Doesn't Work
#147Before hamburger menus became popular, weren't people complaining about the exact opposite problem? That is, if you break out the menu items into more prominent interface elements (e.g., tab bar items), then you're at risk of cluttering your visual design with less-common functions. As in all things design, I suppose a balance needs to be found, but I personally don't find anything wrong with a hamburger menu per se.…
> I personally don't find anything wrong with a hamburger menu per se. The trouble, which the article describes with some case studies on engagement before and after hamburger menu implementations, is that people who are not you are confused by it and don't understand it to be a menu. fwiw, I've encountered this quite a bit when helping users switch from Internet Explorer to Firefox or Chrome -- both of which use the…
I confess I'd seen these for awhile before it dawned on me "you should totally click that!"
And today I learned what they're called.
As I saw the headline a few times at work, waiting to get home before I read it, I tried to imagine what a hamburger menu might be (and I never guessed it was what it is).
I imagined the menu at a hamburger store like McD's. And what most looks like that is the columns of small print links at the bottom of big kids' sites like Amazon. (And do those have a name?)
Re: The Hamburger Menu Doesn't Work
#148It's very interesting that Apple just adopted a hamburger menu for their apple.com redesign (mobile version). They even told everyone not to use hamburger menus at last year's WWDC! [1] [1] WWDC 2014 Session 211 Designing Intuitive User Experiences @ 32:00, available here: https://developer.apple.com/videos/wwdc/2014/ Addendum: It's a responsive design so you can see this even on a desktop browser just by shrinking t…
Re: The Hamburger Menu Doesn't Work
#149Earlier quoted context omitted.
Shouldn't you also have a third button to list available actions, or would you throw that away? Overloading the select button would be just as confusing; I hope you don't want to do that.
Ok, ok. How about these buttons? [Select] [DO!] [Context] You're right of course. At some point a trade off has to be made among usability, discover-ability, and simplicity. (Pick any two). Adding another button reduces simplicity, but enhances the other two. Apple's one-button mouse—at the other extreme—makes things simple and discoverable, but often not as useable as I'd like. I still don't know how OSX's equivalen…
Re: The Hamburger Menu Doesn't Work
#150It's very interesting that Apple just adopted a hamburger menu for their apple.com redesign (mobile version). They even told everyone not to use hamburger menus at last year's WWDC! [1] [1] WWDC 2014 Session 211 Designing Intuitive User Experiences @ 32:00, available here: https://developer.apple.com/videos/wwdc/2014/ Addendum: It's a responsive design so you can see this even on a desktop browser just by shrinking t…
Apple is very very good at telling everybody else what not to do, then going and doing it themselves.