Entities and Elements in the Age of Aquarius

Including experiments with styles and scripts for your edification and enjoyment.

Daily Discoveries

Microphone Position Calculator

Music and sound makers might find this input/output utility useful. https://www.shure.com/en-US/support/tools/pag-nag-calculator

Sound For the Web

https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Audio_concepts

Listening to Toad Hall - Toad Hall Class of '68.

Toad Hall - Toad Hall Class of '68 album cover.
1968 NYC

YouTube Blocks Your Path

So, even the Invidious instances are being thwarted. I'll just link the videos to whatever instance was working at the time.

Listening to Moby Grape - Moby Grape.

Moby Grape - Moby Grape album cover.
1967 Los Angeles

The Dark Heart of the Hippie Dream

You might like Weird Scenes by Dave McGowan (RIP).

Weird Scenes Inside the Canyon book cover.
2014 Los Angeles

Invidio.us is Better

For anyone who's been psychologically damaged by youtube ads, like me, I'll be changing the links to the 'Listening to' videos to an Invidio.us instance. I tried to give youtube a fair shake by turning off uBlock for the site, but the ads are just off the chain.

I think I got them all.

Listening to Clear Light - Clear Light.

Clear Light - Clear Light album cover.
1967 Los Angeles

Listening to It's a Beautiful Day - It's a Beautiful Day.

It's a Beautiful Day - It's a Beautiful Day album cover.
1969 San Francisco

Listening to Strawberry Alarm Clock - Wake Up... It's Tomorrow.

Strawberry Alarm Clock - Wake Up... It's Tomorrow album cover.
1968 Los Angeles

Listening to The Zombies - Odessey and Oracle.

The Zombies - Odessey and Oracle album cover.
1968 London

History of Recording

You might be interested in the History of Recording. All those cool records from the psychedelic era had to be made somewhere. It really makes you appreciate how comparatively easy it is to record sounds and make music in 2023.

Actual Sound

I'm building my first SoundFont in Polyphone.

In Position

Sometimes I like everything centered. Sometimes I don't.

Blind Faith

Listening to Blind Faith - Blind Faith.

Blind Faith - Blind Faith album cover.
1969 London

H.G. Fortune Synths

Music and sound makers, H.G. Fortune (RIP) left some legacy in the form of free VST2 audio plugins for all to enjoy. Thanks, H.G.

Updated Page Layout

I was using horizontal rules to create space between posts by padding them, but replaced them by wrapping each post in an article element and padding that instead. I'm not sure if the page sounds any better.

I also noticed that the sun/moon button (top right) didn't scale when using the browser zoom level. It made it into a square with rounded corners — not the intended effect. But there's a way to make a circle with CSS that scales to any size.

clip-path:circle(50%);

That all happened because I reset the font-size to 1em instead of 2. That should default to the user settings in the browser. I like the text a little larger so I just use the browser zoom.

Have You Used Any h6 Elements?

I'm pretty sure I've never used an <h6> element in my life. Imagine being so detailed that you used them all the time, and found yourself requiring <h7>'s and possibly <h8>'s?

Man, I'd freak out if I had to be that detailed.

Psychedelic Radio

I found some Psychedelic Radio stream to listen to at the Psychedelic Jukebox. If you like listening through VLC or whatever, the location is https://cast5.asurahosting.com/proxy/psyched3/stream

Cap'n Crunch Cereal

Cap'n Crunch was actually born in 1963 in the midwest, but the better story is him being born on Crunch Island. Either way, Cap'n Crunch is a child of the 60's. Except he was already a sea captain.

Cap'n Crunch cereal box from the mid-60's.
1965 Crunch Island

Orca Screen Reader

I recently discovered that Orca is a free screen reader for Linux. Just now I installed it on my Debian laptop, so I'm going to read the docs and play around with it. See how my page sounds. Listening to documents. Hearing markup. Walking off muttering.

Right I'll let you know.

Update: that is one robust piece of software. For casual use (me) the Read Aloud plugin for Firefox gives me enough audio feedback to hear what I'm doing.

Using Headings for Navigation

Use headings to navigate the sections of the page. Then reduce the font-size of the headings to zero with CSS if they don't work with your visual design. This will effectively hide the heading from view, but they will still work for screen readers and other technology.

h1,h2,h3{color:transparent;font-size:0px;line-height:0px;}

I'm doing that until I find a reason not to. Most of my posts are so short it seems a needless visual redundancy. But it's important that the headings are there in the source code.

Compare Background Color

I wanted to see the difference that swapping the higher and lower values on the blue channel made.

Black #000000

Blue #00000F

Blue #0000F0

Blue #0000FF

AI Help on MDN Docs

Wow, AI Help on Mozilla Developer Network.

Could be rad.

CSS Bubbles

Did you really think there wouldn't be bubbles?

Strange Days

Listening to The Doors - Strange Days.

The Doors - Strange Days album cover.
1967 Los Angeles

Try Using a Screen Reader

"If a website is optimised already for use with a keyboard only, it will also work in many respects with a screen reader. Still, some close attention needs to be paid, especially regarding semantics and custom interactivity."

Accessibility Developer Guide

I got the Read Aloud plugin for Firefox and listened to my web page. It's not as hard as Meshuggah, but it sounds pretty good.

Landmark Roles and Developer Tools

This article on landmark roles helped me see some ways to create better sounding pages. One thing is to structure your page with the right elements and attributes for screen readers. That kind of machine munches out on your code and tells you exactly what it thinks out loud.

I don't use a screen reader, but it doesn't matter because I can use the browser Developer Tools (usually F12) to see roughly the same thing in the Accessibility tab. The article linked above explains it in detail. In short, it's about roles and semantic elements, so you know our success is assured.

I 💖 ELEMENTS

MDN Code Playground and Meta Keywords

Today I learned there's a new code playground on MDN, and that there's a new <search> element in the HTML Standard.

I also found out that the big search engines don't use the <meta keywords=""> for page ranking, and haven't for years. I'm not sure if that means they don't use the keywords at all, or just not for page ranking. [Update: Not at all]. Since I'm not vying for top placement in search results, I'm going to continue to operate as if the keywords are still useful in helping the pages flow like an endless river into the heart of the cosmos.

Listening to The Byrds - Dr. Byrds and Mr. Hyde

Dr. Byrds and Mr. Hyde album cover.
1969 Los Angeles

Their Satanic Majesties Request

Listening to The Rolling Stones - Their Satanic Majesties Request

Their Satanic Majesties Request album cover.
1967 London

Homegrown CSS Badge

I 💖 CSS

<style>.badge {border:black 1px solid; background-color:white; color:black; display:inline-block; font:1em/1em sans-serif; margin:0; padding:0.5em; text-align:center; min-width:80px;}</style>

<div><span class="badge">I &#128150; CSS</span></div>

The code to make the badge.

Bigfoot

Bigfoot hiking up Bluff Creek.

Bigfoot in Northern California 1967.
1967 Bluff Creek

Display Screen Size with JavaScript

Mine is: 1366 x 634.

Nice to meet you. I'm glad we could share screen dimensions.

Display Time with JavaScript

Wherever you are it's

The Mighty Saturn V Rocket

Saturn V and Apollo 11 at liftoff.

Saturn V with Apollo 11 at liftoff.
Kennedy Space Center 1969

Creating continuity.

Yellow Submarine

Listening to The Beatles - Yellow Submarine.

The Beatles - Yellow Submarine album cover
1969 London

I like space.

Benefit

Listening to Jethro Tull - Benefit.

Jethro Tull - Benefit album cover.
1970 London

Graceful Degradation Check in the Lynx Web Browser

This page viewed through the Lynx browser.
This is how the page you're viewing looks in Lynx, a terminally based browser. Basically it's a list with missing features and broken parts. It has no flow. The objective is to create harmony with both sentients and machines, while we explore the universe of the elements.

Information Blurb

Added a Go to Top button down there. ➘

Recommended Read

Reading H.P. Lovecraft: The Complete Fiction.

What Language Am I In?

<html lang="en">

Don't forget the lang attribute, or the page won't validate.

Fresh Cream

Listening to Cream - Fresh Cream.

Cream - Fresh Cream album cover.
1966 London

Information Blurb

Added a night mode switch up there. ➚

<hr>

Define thematic changes with the horizontal rule.

<hr>

The Psychedelic Sounds of the 13th Floor Elevators

Listening to The Psychedelic Sounds of the 13th Floor Elevators.

The 13th Floor Elevators album cover.
1966 Dallas

Spontaneous Poetry

Animate.

Transition.

A single thought or phrase.

Justified.

Or centered.

Your favorite song today.

Upended.

Then regained.

The process is the way.