What To Do If You Experienced A Catastrophic Failure Of Your WordPress Multisite?

This is my first exclusive experience of a website castrophe. I was about to update my installs of WordPress, but a catastrophic failure occured. I was lucky to use my backup of my website to restore my website altogether, and I managed to get my primary website restored, and I managed to redo an update of my install of WordPress. However, Fairies Dreams & Fantasy Writer isn’t that lucky, it was all broken, and my backups didn’t help, and I have to figure out how to get it restored. Well; experiments do fail, and it can lead to a catastrophic mess. For this instance, you were about to update your CMS, but your CMS went down after an error has occurred. I was careful enough to update CMS correctly. Unfortunately, Fairies Dreams & Fantasy Writer didn’t make it, and I have to plan out a rebuild for months to come.
Continue reading “What To Do If You Experienced A Catastrophic Failure Of Your WordPress Multisite?”

Which Should I Choose To Present Content… Static Html Files Or Use CMS?

So, you are deciding on using a CMS like WordPress or you wanted to just drop in your html files for your website. Those are multiple ways to display content on your website. Sometimes, it may affect how much storage what you will take up overtime. And sometimes, your space on your server gets crowded with some of these SQL files. These files can take up more space than a static html file can take.

If you can take a closer look of your site’s disk space, via your control panel, you can see why your hosting provider has set your storage via your hosting plan. These hosting plans are set by a company,–so they can set special uses for your website. For this instance, you host a text-adventure gaming site for your gamers who are blind, most of these games don’t use graphics, but text on their browsers. Most of these games are implemented with a group of html files linked, or a JS file that tells an html page what to do. Javascript files are useful for programming text-based games, and they don’t need databases to display content, and they don’t take up processor power.

Continue reading “Which Should I Choose To Present Content… Static Html Files Or Use CMS?”