Small, native web tricks worth remembering
21–30 of 73 posts
Re: Small, native web tricks worth remembering
#22There are some good descriptions and hints, but what the site really needs is examples. Just looking at the code doesn't help me much. The descriptions are also mostly so short, that they could just as well be tooltips on the homepage. The whole premise of the page is a collection of "web tricks worth remembering" and I can't fathom what bash (e.g. `du -hd 1 . | sort -hr`) is doing there.
You’re absolutely right, thanks for the feedback. I initially included live examples (mostly through CodePen), but they were taking too much time to maintain, so I stopped. The Bash entry was really just a half-finished personal note that I never properly edited. It’s probably out of scope too.
Re: Small, native web tricks worth remembering
#23Re: Small, native web tricks worth remembering
#24Best resource for proper HTML+CSS development is Jason Knight AKA deathshadow's CUTCODEDOWN (cutcodedown.com at Web archive) and his articles at Medium and CodePen (user Jason Knight).
Re: Small, native web tricks worth remembering
#25For that, there could just be links to the related MDN and/or caniuse.com pages.
Re: Small, native web tricks worth remembering
#26Re: Small, native web tricks worth remembering
#27Re: Small, native web tricks worth remembering
#28They're not really 'tricks' as much of mentions of assorted features of HTML and CSS. You get to discover a similar assortment of things (with much more immediately available detail and many examples) just clicking around MDN.
Re: Small, native web tricks worth remembering
#29Re: Small, native web tricks worth remembering
#30Neat! I like these opinionated lists, especially when it’s easy to browse and cherry-pick useful stuff. It’d be very good to mention how compatible the features are, though. Especially with newer CSS features, it’s easy to overestimate how ready they are for all browsers. For that, there could just be links to the related MDN and/or caniuse.com pages.