Great new animated Star Trek series
(also testing the new meta tag grabber)
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>
#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 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.
Added the e-cms gallery system this weekend. I'm pretty happy with it overall. I am sure I will continue to improve on what is already there. Working with bootstrap 4 has really been great. All the added classes make everything so much easier than adding a lot of css entries manually. The site seems to work very well in mobile too. I am able to do everything on my phone that I am able to do using a laptop/desktop. I am thinking of creating a social feed as well but still unsure if that is really needed. Might be something I need down the line however, so I might go ahead and add it. As always more to come.
err0r
I have created a search function for eCMS. It will search for posts, pages, files individually or do an entire search for all sections. There is a limitation of searching for files/posts by author that I am still deciding on the best approach to deal with. One option is to inner join database tables but I really don't like doing that. Another is to include the actual name of the author in the database along with the id number. I would just have to update the various tables if the nickname is changed. There is also the issue of many users preferring to use unicode names which is only a very minor issue. There is a very good chance no one reads these posts but I like to have it for my own...