RSS Parrot

BETA

🦜 David Walsh Blog

@davidwalsh.name@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

A blog featuring tutorials about JavaScript, HTML5, AJAX, PHP, CSS, WordPress, and everything else development.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: davidwalsh.name

Feed URL: davidwalsh.name/feed

Posts: 2

Followers: 1

Case Insensitive CSS Attribute Selector

Published: June 19, 2024 11:31

CSS selectors never cease to amaze me in how powerful they can be in matching complex patterns. Most of that flexibility is in parent/child/sibling relationships, very seldomly in value matching. Consider my surprise when I learned that CSS allows matching…

How to Set Date Time from Mac Command Line

Published: June 17, 2024 12:01

Working on a web extension that ships to an app store and isn’t immediately modifiable, like a website, can be difficult. Since you cannot immediately deploy updates, you sometimes need to bake in hardcoded date-based logic. Testing future dates can be…