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?”

GreenGeeks Magic: Write and Compile Your Own Interactive Fiction By Using HTML Files Without Scripting

You created an online arcade on your root website, or subsite via a subdomain… but you are on a shared-hosting service that is cheap enough for you. However; you need to be careful when you host games on your website… you can host a game on your site by creating interactive fiction games that are simple without graphics, but text.

If you’re not comfortable with programing via Java-script, or C++,–orany kind of a program codes… you can just link html files together, and you don’t need to add a text field!

Continue reading “GreenGeeks Magic: Write and Compile Your Own Interactive Fiction By Using HTML Files Without Scripting”