Tag Archives: Tutorial

Introduction to the Basic Structure of an HTML Web Page

In this article I will cover the bare minimum basics to create your first web page from scratch. Believe it or not, creating a web page can be much easier by hand in a text editor than using a fancy … Continue Reading Full Article…

Posted in HTML, Tutorials | Tagged , , | Leave a comment

Automated Backup of Proof-of-Stake Wallets

Many bitcoin clones have a different coin mining algorithm based off peercoin called proof-of-stake. You can mine these types of coins on any fairly low power system, as opposed to needing dedicated hardware / asics like with many proof-of-work systems. … Continue Reading Full Article…

Posted in Server Administration, Tutorials | Tagged , , | Leave a comment

Securely Using Amazon S3 Buckets For Server Backups

I just finished building my new website, and finally have everything just right (well 99% right…for now…you know how that goes). Now it’s time to put in place an effective backup solution. In particular I am looking for a cost-efficient, … Continue Reading Full Article…

Posted in Server Administration, Tutorials | Tagged , , , , | Leave a comment

Introduction To PHP

PHP (PHP: Hypertext Preprocessor) is a server-side interpreted scripting language that runs on a web server, which allows dynamic generation of a web page based on the parameters you write into the PHP programming. It has been around since the mid … Continue Reading Full Article…

Posted in PHP, Tutorials | Tagged , , , , , | Leave a comment