GMail, we need to talk. We need to talk about how substring searches do not work, 11 years after your launch. We need to talk about how you've slowly engineered out everything that was good and unique about GMail. We need to talk about how you "flattened" the style, removed colors from threaded messages, and just decided to use shades of grey everywhere. We need to talk about how difficult it is to tell one message f…
I see something like this happening: Imagine this: you are Google. Raking in billions. PhD level scientists are hired to mop floors, and serve coffee to everyone. You hire top level designers, pay them $250k/year and tell them to improve Gmail. And they do...Gmail gets better. You make more billions, hire more designers, pay them more and ... tell them to work on Gmail. You now have 10 designers, "designing" GMail. C…
Gmail, We Need to Talk
121–130 of 247 posts
Re: Gmail, We Need to Talk
#122Re: Gmail, We Need to Talk
#123Earlier quoted context omitted.
On my phone, if I type in the name of a store, it gives me the most popular store of that name in the United States instead of the nearest one, because I have wifi locaiton turned off. That's the only reason. If I turn it back on (I don't want it on), the results are sorted as expected. This is clearly an intentional anti-pattern, and it's been there for over two years. I have to actually type, for example: "Fry's el…
Are you using the actual native app or just the mobile website? If you have wifi off, it should still have access to your GPS to get your location, unless that is either off or blocked/unavailable. If the website then how would it know your location if you don't allow it?
Re: Gmail, We Need to Talk
#124Allowing style to be included in a web based email client is just asking for trouble. It's not just hard . It's close to impossible thanks to CSS global nature. You would have to literally parse out the css and rewrite it as well as all the html content to automatically uniquely namespace it so it doesn't collide with the rest of your page. And meanwhile you've just created a new attack vector for your email service…
There is no valid reason anymore for not iframe'ing your HTML emails any more. Browsers are consistent enough in rendering that you can achieve trivial cross-platform pixel perfection (font rendering aside).
Re: Gmail, We Need to Talk
#125Earlier quoted context omitted.
On my phone, if I type in the name of a store, it gives me the most popular store of that name in the United States instead of the nearest one, because I have wifi locaiton turned off. That's the only reason. If I turn it back on (I don't want it on), the results are sorted as expected. This is clearly an intentional anti-pattern, and it's been there for over two years. I have to actually type, for example: "Fry's el…
Are you using the actual native app or just the mobile website? If you have wifi off, it should still have access to your GPS to get your location, unless that is either off or blocked/unavailable. If the website then how would it know your location if you don't allow it?
Re: Gmail, We Need to Talk
#126Earlier quoted context omitted.
Marketing emails are not the only ones that developers want to look not broken. To pick an instance at random: Confirmation emails for purchases made, especially if they have tickets as an attachments. If this email looks broken, customer thinks it's phishing or something, and might end up trashing it, just because styling is not supported consistently. And I take issue with your argument of "marketing emails are bad…
Why is that email using HTML? Hello there! Thanks for purchasing X for $Y. Your tax invoice is attached. Here's where you can track your delivery: http://example.com/tracking Thanks!
Because you can't expect the email server/client to index the invoice for it's search database.
Probably other reasons
Re: Gmail, We Need to Talk
#127Earlier quoted context omitted.
I think part of the problem is that Maps looks different at random times. I just took this screenshot to answer your post: http://i.imgur.com/SaHMCF2.png Yes, there's a round "Directions" icon. This time . Frequently, searches for a given address don't bring up that icon or any other UI affordance that indicates how I might get directions to the destination. However, Maps does reliably fill half the screen with photo…
> "Yes, there's a round "Directions" icon. This time. Frequently, searches for a given address don't bring up that icon or any other UI affordance that indicates how I might get directions to the destination." This is sadly a really common UX failure in a lot of different apps. One thing that many people still don't seem to realize is that it's more important to be consistent than being smart . I like to call these "…
Re: Gmail, We Need to Talk
#128Earlier quoted context omitted.
Marketing emails are not the only ones that developers want to look not broken. To pick an instance at random: Confirmation emails for purchases made, especially if they have tickets as an attachments. If this email looks broken, customer thinks it's phishing or something, and might end up trashing it, just because styling is not supported consistently. And I take issue with your argument of "marketing emails are bad…
Why is that email using HTML? Hello there! Thanks for purchasing X for $Y. Your tax invoice is attached. Here's where you can track your delivery: http://example.com/tracking Thanks!
Re: Gmail, We Need to Talk
#129And that's a problem? Please don't put CSS in your email.
Re: Gmail, We Need to Talk
#130Earlier quoted context omitted.
Yeah. Sadly, plain text email seems to be endangered species. But perhaps there is still hope, markdown and pals have made some inroads as all around useful document formats.
I know this is an extreme but I like this extreme. When I say plain text, I mean plain-text. I mean not even markdown. Just plain text. The client can choose to make links clickable if they like. Any formatted document should come as an attachment (I'd prefer PDF). I guess it should be an attachment I expect or I probably wouldn't open it. In any case, I don't like emails with tracking. It feels forced. If you really…