err0r.net
<my little piece of the internet/>
Archive August 2020
Slay the Dragon Documentary on gerrymandering
"Slay the Dragon" Great documentary on gerrymandering. It's available on Hulu.com. I found it very interesting.
Sample of code syntax highlighter
Simple javascript output example
<!DOCTYPE html>
<html>
<body>
<h2>My First Web Page</h2>
<p>My first paragraph.</p>
<p>Never call document.write after the document has finished loading.
It will overwrite the whole document.</p>
<script>
document.write(5 + 6);
</script>
</body>
</html>
JRE #1459 - Tom O’Neill
#1459. Tom O’Neill is an award-winning investigative journalist and entertainment reporter whose work has appeared in national publications such as Us, Premiere, New York, The Village Voice and Details. His book, Chaos: Charles Manson, the CIA, and the Secret History of the Sixties was published by Little, Brown in the summer of 2019.
(also testing audio addon)
Added Posts Attachments Feature
Added the function to insert attachments in posts. You can add multiple attachments using the [attachment=number] shortcut. I plan to also use this feature in my forum software once I get around to it. Using the dashboard you can upload files and get the attachment id there. I am using font-awesome icons to show the various mimetypes of the files. I have included a sample below.