Hosticlefifer WebLog

Topics:

Hosticlefifer (Website updates) 
Eye in the Sky 
Solar APRS Weather Station 
Home Biology Lab 
Programming Tidbits 

Latest Posts:

Home

In Hosticlefifer (Website updates)
Published: 27 Aug 2021;   Last edited: 27 Aug 2021
See just this article

The Blog is Working!

The blog page is working!

I created this blog from scratch using PHP, Doctrine, Bootstrap, and Prism. This will hopefully serve as a useful and reasonably formal medium for documenting my projects.

It can display little pictures:

... medium-sized pictures:

... big images:

... bigger images:

... samples of code:

import time
import sys

print("Hello, %s !" % sys.argv[1])

while True:
    print("This is an example Python program!!")
    time.sleep(1)

... PDF files:

... and more!