Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

box464, to webdev
@box464@mastodon.social avatar

Another find this weekend was the Dracula css theme. I mean, I've used it. But I didn't know how much fun the creators were having with it! Now it has a dear place in my heart. :BlobhajHeart:

Check out the site, really cute.

https://draculatheme.com/

The basic theme color palette can be found here:

https://github.com/dracula/dracula-theme

box464, to random
@box464@mastodon.social avatar

Interesting find tonight. You can load alternate stylesheets. Just add the "title" attribute to your <link>s and "alternate" to the rel tag. Makes theme switching a breeze!

&lt;link href="default.css" rel="stylesheet" title="Default Style" /&gt;  
&lt;link href="fancy.css" rel="alternate stylesheet" title="Fancy" /&gt;  

Out of the box it's Firefox only, but with a tiny bit of javascript you can make it work with all the other browsers, too. I'll blog about the specifics.

https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets

video/mp4

cheeaun,
@cheeaun@mastodon.social avatar

@box464 understood. Just mentioning that it was "trendy" and cool when a bunch of web dev folks implement their own style switcher and themes, which the trend then faded away after few years 😆

So when I see the auto/light/dark mode implementation now, it feels rather nostalgic, but technically only 2 themes (unless your site is dark by default 🙄).

Some (old-school) sites still preserve/maintain the style switcher, e.g. https://adactio.com/

box464,
@box464@mastodon.social avatar

@cheeaun I remember those days. When you would create stylesheets that didn't just change the colors, but made your site look totally different. I think that was when CSS was really taking off and people were having fun with the concept.

This is the one I think about most. Same HTML, all kinds of creativity with CSS to bring your own idea to the content. The site is updated and still around, kind of an archive tho.

https://www.csszengarden.com/

box464, to random
@box464@mastodon.social avatar

has reached a feature freeze. Now I'm working on cleaning up the existing code.

**The final round of features:
**
👁️ Filtering

🎨 Switching between five themes is now possible (Scooby Snack, Pink Panther, Mastodon, Dracula and Boring Blue)

📱Added PWA capabilities, because I've never done it.

Items I shelved:

🧘‍♀️Wellness Dashboard (You filtered 25 and hid 100 items from your timeline)

:mastodon: Display of author's fediverse platform and link to platform homepage.

box464, to random
@box464@mastodon.social avatar

I was up too late having fun adding a few themes to the because sometimes you just need to do silly things. Here's a scooby-doo theme and I have to say I kinda like it! Maybe I should make it a Mona app theme. 😆

box464, to music
@box464@mastodon.social avatar

Hope you're having fun tonight, dancing or not.

💃🏽👯‍♀️👯‍♂️🕺🏽

https://www.youtube.com/watch?v=4H5I6y1Qvz0

box464, to music
@box464@mastodon.social avatar

Jill Scott can blend poetry and music like no other.

If you haven't had a chance to listen to her, I'd highly recommend checking out the album "Beautifully Human: Words and Sounds Vol. 2"

https://mrturner.bandcamp.com/track/cross-my-mind-by-jill-scott-mr-turner-mix

box464, to random
@box464@mastodon.social avatar

@takahe is going in an interesting direction. The app experience will be profile centric, but posting and consuming will be done with other apps like @elk.

What jumped out for me is they will be working on account migration. Being able to import not only followers and lists, but your entire post history including media. That’s big!

https://aeracode.org/2023/04/29/refactor-treat/

oldmee,

@box464 @takahe @elk that’s awesome

box464, to random
@box464@mastodon.social avatar

Tonight, I realized that when a post is submitted with visibility set to "Followers Only", none of the display that intent other than a tiny lock icon (sometimes). It's not differentiated well.

Yes, it's not a direct message, but it IS something the author wanted to specifically share with their followers rather than the general public.

In my , I tried a border glow for them. Makers of official apps can do better - this is just a concept! :blobcatcoffee:

JonathanMosen,
@JonathanMosen@tweesecake.social avatar

@box464 Mona for Mastodon, which is in my view hands down the most accessible Mastodon app, makes this very clear, at least to VoiceOver users. I can't comment on the visuals.

box464,
@box464@mastodon.social avatar

@JonathanMosen Hi Jonathon, I just listened to your Mona related podcast yesterday! Very informative, thank you. I'm glad Mona is providing much needed accessibility features and hope it inspires other apps to do so as well.

Mona does include the words "Followers Only", but easy to overlook. Better than other apps for sure, where it
appears as a tiny lock icon near the top of the post with no text, which is difficult to understand meaning and often ignored with all the other visual clutter.

box464, to random
@box464@mastodon.social avatar

Microsoft Excel E-sports. It’s real. Honestly, more watchable than golf.

https://youtu.be/tNWPGhzhdMg

box464, to fediverse
@box464@mastodon.social avatar

I'm curious how "roll your own" backed personal websites are handling this influx of spam. What does it look like? How do you manage the incoming spam to your federated /inbox?

box464, to music
@box464@mastodon.social avatar

Brandi Carlile in a breakout performance of "The Joke". Has me tearing up every time I hear it. 😢

Let 'em laugh while they can
Let 'em spin
Let 'em scatter in the wind
I have been to the movies
I have seen how it ends
And the jokes on them. 💓

https://www.youtube.com/watch?v=KJqL1yIm9e0&list=FL85GPoI_MCwlsNrbt4M5gCg&index=11

box464, to javascript
@box464@mastodon.social avatar

about computed functions and refactored a bit of code.

Mastodon filters are complete - my little won't have a notification or account profile feed, so those aren't going to be added. Needs a bit of testing.

Also, I used for the first time as a development partner...and...I found it extremely helpful while learning something new.

I get that it's not 100% accurate but it's a constant, calm partner that doesn't get annoyed with all my questions. 😄

JohnMcCrylin,

@box464 it's a very cool tool that's for sure. It saves so much time and I don't need to keep searching over endless stack overflow posts or websites.

box464, to random
@box464@mastodon.social avatar

As we edge closer to the Analytics switchover, I'm receiving more emails from our 3rd party site vendors with an interesting take. The basic message is this:

"UA is no longer going to work, we're not going to spend our time moving you over to GA4 ourselves because it's difficult. If you want to do it, you're on your own. Did we mention your existing data will be erased?"

Some have given alternatives or pointed to internally built analytic dashboards.

Not a good sign for Google.

box464, to fediverse
@box464@mastodon.social avatar

states that an upcoming feature will be “Cross-platform posting”, although it’s not quite clear what that means. Since the CEO constantly posts to Twitter, I assume that will be the first platform that gets integrated. But will it include or cross posting?

https://help.spoutible.com/support/solutions/articles/150000073237-features

box464, to random
@box464@mastodon.social avatar

has an app called which provides some basic "Getting to know SharePoint/Office 365" tutorials.

You can also include your organization's own training documents. It's nice.

But - Microsoft throws some "pay to play" guardrails and doesn't allow you to add links to external sites like YouTube. Lame.

You can get around it by creating a powerpoint and placing a YouTube or whatever link you want into a slide, then referencing the PowerPoint.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • ethstaker
  • DreamBathrooms
  • osvaldo12
  • magazineikmin
  • tacticalgear
  • Youngstown
  • everett
  • mdbf
  • slotface
  • ngwrru68w68
  • kavyap
  • provamag3
  • Durango
  • InstantRegret
  • GTA5RPClips
  • tester
  • cubers
  • cisconetworking
  • normalnudes
  • khanakhh
  • modclub
  • anitta
  • Leos
  • megavids
  • lostlight
  • All magazines