by _frog on 3/7/16, 2:17 AM with 12 comments
by Pxtl on 3/7/16, 3:38 AM
The whole of html is full of these. Let's be blunt: it's a terrible platform, just as JavaScript's DOM API is terrible. Everything about the web is bad, but we make it good thanks to the combined might of the computing industry.
JavaScript's a mediocre language being used to pave over the weaknesses of a layout engine that can't centre things vertically and can't navigate without slow server interactions unless you want to confuse the user with one long page full of #anchors.
by mattkahl on 3/7/16, 7:43 AM
If Joe or Jane developer of Acme Demolition Inc. names a Javascript file `ad_main.js`, the burden of resolving the my-ad-blocker-is-blocking-this-file problem is not on them.
This is why I've yet to find an ad blocker that I would recommend to anyone without web development knowledge.
by z3t4 on 3/7/16, 9:07 AM
Ten years ago, web dev was all about getting your page to work on all platforms. But today we have hundreds of possible combinations of OS x Browser x Extensions, so it's just impossible.
I try to only use browser features that are three years old and "standard". But not even that works.
Phone/Ipad browsers are the biggest offenders of breaking stuff.
by hhsnopek on 3/7/16, 4:18 AM
by PhilWright on 3/7/16, 6:06 AM
by marssaxman on 3/7/16, 10:00 AM
by edoceo on 3/7/16, 5:05 AM
A) What search hotkey to use if not '/'
B) Why does your JS load slow? Did you fix that part?
I build web-apps and try to think "JS second". I've noticed that my customers like fast loading, consistent pages. These "magpie" like decisions harm the customer experience.
by szatkus on 3/7/16, 5:57 PM