The gold standard for the web should be: Craigslist Fast, functional, responsive.
Or McMaster Carr. RS, with it's laggy backend (I assume, as their recent UI shinification didn't change it: it was bad before) could learn a lot from them. Then again, McMaster Carr want you to use an app on mobile and the new RS site works on mobile quite well, with the lag more hidden by the inefficiencies of mobile browsing in general.
Front end developers: stop moving things that I’m about to click on
81–90 of 365 posts
Re: Front end developers: stop moving things that I’m about to click on
#82Re: Front end developers: stop moving things that I’m about to click on
#83I agree with [this][1] idea: > an autocomplete has one chance to reorder per keystroke. if you got it wrong and you have a better ordering a bit later you must “swallow the sadness” (as per the original author of this wisdom) but never change already displayed items [1]: https://twitter.com/dan_abramov/status/1470751551568363530
Can someone please tell the Windows Start Menu designers? Have completely ruined the experience as it constantly juggles items as its heuristics are seemingly updated. I especially enjoy how Bing results get prioritized over local applications and files.
Re: Front end developers: stop moving things that I’m about to click on
#84Re: Front end developers: stop moving things that I’m about to click on
#85Re: Front end developers: stop moving things that I’m about to click on
#86The gold standard for the web should be: Craigslist Fast, functional, responsive.
Re: Front end developers: stop moving things that I’m about to click on
#87Earlier quoted context omitted.
Can someone please tell the Windows Start Menu designers? Have completely ruined the experience as it constantly juggles items as its heuristics are seemingly updated. I especially enjoy how Bing results get prioritized over local applications and files.
I cannot figure out how "upd" shows Windows Update but "update" does not.
Re: Front end developers: stop moving things that I’m about to click on
#88Earlier quoted context omitted.
Which is ironic considering Google search results do exactly this with suggestions after the page finishes loading.
I came here to check that someone had mentioned this and I’m not the only one. No clue how the article didn’t mention this because I get burned by it daily
Re: Front end developers: stop moving things that I’m about to click on
#89Way back when I first started learning to build web pages [when HTML4 was just a glint in Tim Berners-Lees eye], it was conidered bad form not to prvide a 'width' and 'height' attribute for an image you were placing on the page. Because if you provided these, the browser would know how much space to leave for the image to occupy after it had downloaded [this was back in the dial-up modem days. So images usually loade…
This - "Cumulative Layout Shift" - is part of Google's Core Web Vitals - https://support.google.com/webmasters/answer/9205520?hl=en - so if people are doing that, they're going to be penalised by Google. (Although probably only a bit, given the number of other factors that go into search rankings).
Re: Front end developers: stop moving things that I’m about to click on
#90Earlier quoted context omitted.
Can someone please tell the Windows Start Menu designers? Have completely ruined the experience as it constantly juggles items as its heuristics are seemingly updated. I especially enjoy how Bing results get prioritized over local applications and files.
I cannot figure out how "upd" shows Windows Update but "update" does not.
Search in windows puzzles me. Like I don’t get why it takes so long to search files in explorer, while traversing the same folder structure programmatically takes milliseconds. Hard computer science problem!