A few years back, I took a short FutureLearn course in programming 101, using python
These are a couple of examples I made.
I'm keen on the creative and visual aspects of computers.
[Read More]
Using SVG and Canvas to divide a circle
I wanted to create a graphic consisting of a circle divided precisely into three segments of equal size. I wanted to learn some of the basic drawing commands native to SVG (Scalable Vector Graphics) and HTML5 Canvas, to compare the procedure.
[Read More]
Randomised text with JavaScript
The example below displays a random item of text pulled from an array of items.
[Read More]
PHP for Adaptive Language Testing
A few years ago I was asked by our languages coordinator to ‘digitise’ some diagnostic language tests for students to assess their level of language knowledge prior to enrolment.
[Read More]
JavaScript Applications
Over the years, I have experimented with writing my own Javascript programmes from scratch. This post provides an brief overview of three such examples.
[Read More]