Website changes. Javascript.
+ + +First Things First:
+
+ All javascript is first-party hosted and
+ only serves as Quality of Life.
+ Nothing is lost if you disable JS entirely, just ease-of-use and
+ prettiness.
+
Secondary
+
+ All JS also keeps screen-readers and other accessibility in mind.
+ If I something is not adequately accessible, please let me know!
+
+ That includes any part of the site's accessibility that you feel could
+ be improved. I would be eternally grateful.
+
Verbose Info
+
+ Hello everyone!
I've recently added a few Javascript functions.
+ While a function that only allows one audio file to play at a time has
+ been around for a long, long time. There are two new additions:
+
-
+
-
+ A button that shows and hides something.
++ If JS is disabled then the content is already displayed, taking up + space that I felt best to be shown only when prompted by the user. + Though not necesarry for function. +
+
+ -
+ An automatic function that shows the ID of each 'now' post
++ Each post has an ID built into the HTMl element, so you can still + reference them via links: E.G. "nnwhen.com/now#0007" which refers to + the + Now post with ID 0007.
+
+ This refers to the post with the title: "Huge Project Progress". It + may be harder to know exactly what post is being referenced unless + one is told the title in addition to its ID. +
+
+