err0r.net

<my little piece of the internet/>

Post Archive

Archive August 2020

Sample of code syntax highlighter
Code Snippets Sunday, 16 August 2020, 4:57 PM

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> 




0 Likes
Read More
Added Posts Attachments Feature
Design Sunday, 9 August 2020, 10:59 AM

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. (...)
0 Likes
Read More
New gallery albums added!
Design Saturday, 8 August 2020, 6:37 PM

New gallery albums added!


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. (...)
0 Likes
Read More
Search function added.
Design Sunday, 2 August 2020, 9:52 AM

Search function added.


I have created a search function for eCMS. It will search for posts, pages, files individually or do an entire search for all sections. (...)
0 Likes
Read More