-
Build a first web application
This is a work in progress! This is a very basic introduction to building a web application using PHP. It assumes that you have some understanding of HTML and a web server that supports PHP to play with. We will put the code below in /var/www/html/webapp/ Forms Let’s make a simple HTML page with a…
-
Thoughts on WordPress in 2024
The recent ructions with WordPress have focussed my attention on how WordPress is used and why it was chosen. What features does an alternative need to possess?
-
PIMORONI Pico Enviro+ Notes
Sample code for environmental measurements using the PIMORONI pico enviro+.
-
PIMORONI Enviro+ Notes
Python example code for the PIMORONI Enviro+ board.
-
CSS Grids
A brief guide with examples to using CSS grids to layout a web page.
-
Flexboxes
A brief introduction to some basic HTML and CSS concepts and how to use flexboxes, including for banner images.