Ubuntu Linux Magic: Use Relative Links In Your Text-Adventure Game Written In HTML

Okay, I am experimenting on writing text-adventure games in html, an easy way to program my text-based game by linking these pages together. I decided to use the “../examplefolder” method to jump out of these directories as I write my text-based game what I am currently working on. If you were making your text-based game in Ubuntu, and you linked your index.html file to prevent a directory from being displayed, a strategic way to prevent cheaters from cheating, this is key to make your text-based game too difficult to cheat, and make it easier for you to duplicate copies of your text-based games for your website.

Continue reading “Ubuntu Linux Magic: Use Relative Links In Your Text-Adventure Game Written In HTML”

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

Chromevox vs. TalkBack Mistakes Found When Chromevox Has Evolved Overtime… Which Screen-reader Will Perform the Best?

Everyday, blind people around the world use screen-readers to use computers. If you are a Chrome OS and Android user, and you were familiar with these screen-readers, and you are just wondering which screen-reader can be right for you, or you used both. Here are the differences when using these screen-readers,–along with some potential problems you may encounter.

Continue reading “Chromevox vs. TalkBack Mistakes Found When Chromevox Has Evolved Overtime… Which Screen-reader Will Perform the Best?”

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”

Webmaster Magic: Create A Dedicated Search Page For Your Website

Many webmasters were desatisfied of WordPress’s built-in search feature, and they wanted to reduce all of the load on their website. In common they rely on custom search engine elements via Google CSE. But having this search element on your website is NOT a option if you wanted to use a 2-page format.

Continue reading “Webmaster Magic: Create A Dedicated Search Page For Your Website”