err0r.net
<my little piece of the internet/>
Archive August 2020
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. 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
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. 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...