Earlier quoted context omitted.
Craigslist is _the_ case study on how an ugly UI can survive over a long timeline. There are many techies and UI designers that are just disgusted at the UI of craigslist. For some, aesthetic is more important than usability. Luckily, for most, it's not.
Not to forget amazon.com. I am actually in awe of their boldness in completely ignoring UI design trends.
Whitespace killed an enterprise app
431–440 of 445 posts
Re: Whitespace killed an enterprise app
#432Earlier quoted context omitted.
They aren't going to care about what anybody on HN has to say about it because we aren't the audience they are after. They need hundreds of millions of new users and those have to come from Facebook and probably on mobile.
> and probably on mobile. The site isn't mobile-friendly though, is it? It's slow, bloated, and has repeated interstitials demanding you get their app if you deign to use mobile.
Re: Whitespace killed an enterprise app
#433Earlier quoted context omitted.
Loved the story. I'm studying (mainly web) software development right now, but this type of work is what I enjoy most. Studying & understanding users' workflow and building a solution that does exactly what they need. Do you have any tips/ideas on how can I pursue this as a career?
Contact is in the profile, reach out and I’ll make the time.
I also added my email to my HN profile.
Re: Whitespace killed an enterprise app
#434Earlier quoted context omitted.
Amazon has purposefully broken their search and navigation, but probably in an anti-consumer metric-driven way instead of designer-driven.
Ebay is the pinnacle of broken search and navigation! They should be winning awards, industry accolades, Webbies, the works!
Amazon search is in comparison much more... approximate.
Re: Whitespace killed an enterprise app
#435Earlier quoted context omitted.
Craigslist is _the_ case study on how an ugly UI can survive over a long timeline. There are many techies and UI designers that are just disgusted at the UI of craigslist. For some, aesthetic is more important than usability. Luckily, for most, it's not.
Craigslist is _the_ case study on how an ugly UI can survive over a long timeline. I wouldn't call the CL UI ugly. It's certainly not beautiful, but I'm not sure how it could be described as ugly. There's something in between, right?
Re: Whitespace killed an enterprise app
#436Earlier quoted context omitted.
I love the Bloomberg Terminal style. I watched one of my users retrieve some product information yesterday, a few key presses and it was there. Much faster than a web application. The colour scheme also looks good. A black background gives you many more high contrast choices. Try using yellow or cyan on a light background. It seems most of the colours are based on the old 8-bit selection; red, green, blue, cyan, yell…
Actually orange is the oldest. The story goes that when the Bloomberg terminal was created in the early 80s all the consoles where monochrome, and the only choices were green or orange (on black in both cases, of course). Everyone else used green so they went with orange to be distinctive.
Re: Whitespace killed an enterprise app
#437Re: Whitespace killed an enterprise app
#438Earlier quoted context omitted.
I don’t know how they come up with the numbers but I still think that menus and toolbars were much more discoverable and faster to use than the ribbon :)
More importantly for power users, they were much more customizable.
I wasn't kidding when I said they went through a lot of numbers while designing the ribbon (I read the whole blog archive at one point).
On top of that, the new UI is way more discoverable for new and intermediate users. And at the end of the day, beginners are let's say 10% of the users, intermediate users at various levels are probably something like 85% and power users are probably only 5% ;)
Re: Whitespace killed an enterprise app
#439Hallelujah. It's not just enterprise apps, either. I've seen more than a few consumer app redesigns that just seemed to tack on the "clean", "minimalist", "whitespace" ethos, without really having a clue of an understanding of how users actually used the product. I think this is a big factor in what killed slashdot. They did a big redesign years back that added a lot of whitespace but actually made it incredibly diff…
Material design and minimalism probably have a lot of strong theory behind them, but the cargo culting around them often leads to worse UX. I think a lot of companies reach the "dedicated UX team/person" stage before the "careful A B testing of user flow" stage.
Re: Whitespace killed an enterprise app
#440Earlier quoted context omitted.
There are custom keyboards, they're just hard to find. The Devlin KMX-144 or the Logic Controls LK1800 come to mind. I'm sure there are others. You can use (n?)curses to make a terminal user interface. I still prefer the web - just with the keyboard as a first class citizen.
I don’t think webapps can ever make the keyboard a first class citizen. The browser already has a bunch of keybindings. Personally, I’ve never used a web app that I actually liked or trusted. Maybe it’s just me, but I’m always worried the page will time out or refresh or something. Like imagine emacs or vim in a browser window, it would be horrible!
It's also possible to map most or all of Chrome's (not sure about other browsers - but we're talking within the enterprise) keys can be rebound. Check out keycode.info - every key even ones like `Alt+D` and F1 and even `Ctrl+R` can be rebound and prevented from doing their normal function in place of something else!