Will Browar 👨🏻‍💻

0 Followers
133 Following
108 Posts
Professional programmer (Front-end Development Lead) 👨🏻‍💻, amateur drummer 🥁, aspiring woodworker 🪚
Blog + Personalhttps://wbrowar.com
GitHubhttps://github.com/wbrowar
Today I learned from @0xabad1dea that a lot of large solar farm owners use sheep herds to maintain their grass and they're called solarpunk grazers and life seems a little better. 🤘

Say Hello to Ivory. We are now available to all on Apple’s App Store! We have launched as “Early Access” because we still have a lot of exciting plans ahead of that will make Ivory even better. Go download it, try it free for 7 days, and experience it for yourself!

https://apps.apple.com/us/app/ivory-for-mastodon-by-tapbots/id6444602274

Ivory for Mastodon by Tapbots App - App Store

Download Ivory for Mastodon by Tapbots by Tapbots on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Ivory for Mastodon by…

App Store

Ivory by Tapbots is launching today.

This app marks the beginning of a new era for Mastodon clients on Apple platforms. It raises the bar in this category, but there’s still work to be done.

I reviewed Tweetbot 1.0 on MacStories in 2011; 12 years later, here is my review of Ivory 1.0:

Ivory for Mastodon Review: Tapbots Reborn https://www.macstories.net/reviews/ivory-for-mastodon-review-tapbots-reborn/

Ivory for Mastodon Review: Tapbots Reborn

There’s an intangible, permeating quality about Tapbots apps that transcends features and specs: craftsmanship. With Ivory, launching today on the App Store for iPhone and iPad, you can instantly appreciate that level of care and refinement that the Texas-based duo is well known for after more than a decade on the App Store. But there’s

Nuxt v3.1.0 is out ✨

🏝️ Experimental Component Islands
🪄 onNuxtReady, useNuxtData and useSeoMeta
💪 Nitropack v2, Vite 4 and Rollup 3
⚡️ Performance improvements

https://github.com/nuxt/nuxt/releases/v3.1.0

Release v3.1.0 · nuxt/nuxt

3.1.0 is the first minor release after Nuxt 3.0 including bug fixes and enhancements. 💬 Release Discussion 👀 Highlights 📖 Lots of improvements to the documentation and website (you can already se...

GitHub

@wbrowar @ramsey https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel says alternate is valid for <a> tags

So, <a href="…" rel="alternate" type="application/rss+xml"> should do

HTML attribute: rel - HTML: HyperText Markup Language | MDN

The rel attribute defines the relationship between a linked resource and the current document. Valid on <link>, <a>, <area>, and <form>, the supported values depend on the element on which the attribute is found.

MDN Web Docs
@wbrowar `rel="alternate" type="application/rss+xml"`, matching <link> when it's in <head> (<a> can have the same attributes)

Is there any specific markup or are there best practices to adding a link to an RSS feed to a website (in regards to an <a> tag in the page body, not a <link> in the head), from either an accessibility standpoint or otherwise?

Most examples I find are an <a> tag with an href to the feed URL and no other attributes.

Sure seems like a great time to pick up Calcbot Pro by @tapbots:

https://apps.apple.com/us/app/calcbot-2/id376694347

‎Calcbot 2

‎Calcbot is an intelligent calculator and unit converter for the rest of us. Featuring an easy-to-read history tape, expression view, intuitive conversion, and much more! History Tape*. Every calculation you enter gets saved to the history tape. Refer to calculations later or send them right back to…

App Store

Just noticed this page on the @tapbots website and the image on the top is both sad and very fitting.

https://tapbots.com/tweetbot/

Tweetbot. April 2011 - January 2023

An award-winning Twitter Client for iOS.

One of the worst things you can do for preparing for PHP upgrades is to use ~E_DEPRECATED in your development environments. Turning off and ignoring deprecation messages causes a world of pain when upgrading.