“If I find something Spotify exclusive, I ignore it — podcasting started an open movement not to be owned by a single company.”
Nissan’s FOUR-HOUR-LONG AD is getting a pretty universally positive response on YouTube thanks to its excellent lofi music curation: bit.ly/3xfpAqN t.co/aJDHx5pJnj
New look wp.new
You can’t parse [X]HTML with regex. Because HTML can’t be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so many times before, the use of regex will not allow you to consume HTML. Regular… twitter.com/i/web/status/1623509…
@Rmmmsy @mollytaft I said this response to someone and they didn’t get the reference. Later on my wife confided in me “Are we really in a lot of debt?”
@deviorobert @LocalWP You can set WP_DEBUG to true and then set WP_DEBUG_DISPLAY to false in wp-config.php
@DerekAshauer There’s an Atom package that does something similar
Futuristic web design trends 20 years ago
– depthCORE
– Ketuh Records
– Offbias Flight Emotions
– RealitySlip
and more…
webdesignmuseum.org/gallery/year…
@DerekAshauer I use VS Code and have this extension installed
marketplace.visualstudio.com/ite…
After typing /** on the line before a function it will automatically add the doc block where you need to fill in the details.
If you’re working with JavaScript’s Intersection Observer API @pomber’s Intersection Observer Debugger library is so useful. Easily able to visualize the root (purple) that triggers if elements are intersecting or not.
github.com/pomber/intersection-o…
Visual design rules you can safely follow every time
I need my screen on… twitter.com/threepointone/status…
@aaronmeder @wpmark I wrote a plugin to do it
Hey so did anybody else notice that the homepage for one of the most successful enterprise software companies in the world (salesforce.com) is running WordPress? Last I checked they were on Adobe, so that’s… quite something!
Do we not remember Epic Meal Time (YouTube it) twitter.com/ClownWorld_/status/1…
@plugish You can open an HSA account at most any bank. I walked into my local bank and opened one. sandyspringbank.com/personal/ban…
You need to have a high-deductible health plan to qualify. HSAs don’t really make sense to me unless your employer is contributing something to it.
@wpmark Not as impressive as yours but my Twitter archive site tweets.kingkool68.com/ has 42,000 “tweets”
Rounded corners twitter.com/jessfraz/status/1620…
After troubleshooting PHPMail in @WordPress, I wrote the following code that works with @LocalWP.