Hiding elements that require JavaScript without JavaScript :: dade
This is clever: putting CSS inside a noscript
element to hide anything that requires JavaScript.
Everything you ever wanted to know about text-wrap: pretty
in CSS.
This is clever: putting CSS inside a noscript
element to hide anything that requires JavaScript.
If we were to follow Jiro’s and his apprentices’ journeys and imagine web development the same way then would we ask of our junior developers to spend the first year of their career only on HTML. No CSS. No JavaScript. No frameworks. Only HTML. Only once HTML has been mastered do we move onto CSS. And only once that has been mastered do we move onto JavaScript.
This is a great little helper in understanding anchor positioning in CSS.
If you like the prospect of an old man ranting at clouds, this is for you.
Technology doesn’t have to be terrible. Here’s an absolutely wonderful use of an e-ink display:
I made as much use of vanilla HTML and CSS as possible. I used a small amount of JavaScript but no framework or other libraries.
Programming with CSS.
Why I’d like to see one or two more elements included in the new proposal for styling form controls.
Try writing your HTML in HTML, your CSS in CSS, and your JavaScript in JavaScript.
If you’re going to toggle the display of content with CSS, make sure the more complex selector does the hiding, not the showing.
Improving performance with containment.