Earlier quoted context omitted.
W3Schools is a horrible resource. I'd like Google to hide all of their results.
A lot of people on HN seem to have this opinion. A lot of the content on that site has been re-written, and it's now a pretty fantastic resource for beginners. If you tell 2 beginners to build something with PHP/jQuery/JS, and send one person to W3Schools and the other to PHP.net/jquery.org/MDN, I have no doubt that the W3schools person will get something done in workable state faster.
HTML hacks that shaped the Internet
131–140 of 233 posts
Re: HTML hacks that shaped the Internet
#132I'm not sure "shaped the Internet" is the right description. These are 10 HTML/CSS hacks that enabled you to work around browser quirks and poor support for certain features.
If you want to know a JS hack that truly "shaped the Internet", that'd be ActiveXObject("Microsoft.XMLHTTP"). It's the origin of AJAX, allowed GMail to dynamically update the mail list, and led to the entire SPA craze. If you read ancient articles like this one https://support.microsoft.com/en-us/topic/dynamic-page-updat... you can truly see just how much it changed the internet.
Re: HTML hacks that shaped the Internet
#133Re: HTML hacks that shaped the Internet
#134Re: HTML hacks that shaped the Internet
#135Earlier quoted context omitted.
don't forget that the holy grail was to have a locked in header and footer with the middle section as scrollable 3 columns
This is firmly cemented in my mind as completely impossible. I won't listen to reason.
Re: HTML hacks that shaped the Internet
#136Did anyone actually use Chrome Frame? Were there so many users that were so used to the IE interface and were unwilling to accept Chrome itself?
I wish there was an option to specify per website domain which browser to use.
Re: HTML hacks that shaped the Internet
#137Earlier quoted context omitted.
And if you tell 2 experts to build something with W3Schools as the resource against better documentation, I'm sure the results will be the opposite. That's not the point though, I'm not going to say different strokes for different folks. Instead I'd say, if that beginner uses the 'slower' path instead, that will pay dividends in time -- they are better of learning to use the docs than getting paid peanuts for deliver…
An expert wouldn't go to W3schools to begin with. They would have far more specific problems that would be better explored on Stack Overflow. A beginner on the other hand would have their SO questions locked/closed within minutes because it would likely break any one of the thousand little rules SO has (to reduce duplicates) that are unknown to beginners. Horses for courses; I read the official MDN and PHP docs now,…
Re: HTML hacks that shaped the Internet
#138Earlier quoted context omitted.
W3Schools is a horrible resource. I'd like Google to hide all of their results.
A lot of people on HN seem to have this opinion. A lot of the content on that site has been re-written, and it's now a pretty fantastic resource for beginners. If you tell 2 beginners to build something with PHP/jQuery/JS, and send one person to W3Schools and the other to PHP.net/jquery.org/MDN, I have no doubt that the W3schools person will get something done in workable state faster.
Re: HTML hacks that shaped the Internet
#139Earlier quoted context omitted.
A lot of people on HN seem to have this opinion. A lot of the content on that site has been re-written, and it's now a pretty fantastic resource for beginners. If you tell 2 beginners to build something with PHP/jQuery/JS, and send one person to W3Schools and the other to PHP.net/jquery.org/MDN, I have no doubt that the W3schools person will get something done in workable state faster.
i'm mostly upset that they use "w3" in their name to masquerade as an "official" source of documentation. i know their about page clears this up, but it's pretty buried.
Re: HTML hacks that shaped the Internet
#140This doesn't include my "favourite," putting a heading for accessibility at a -10000 position, so screen readers would read it, but it didn't render on the screen.
Does it still work? Or do you have to use ARIA?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#...