Academic English Online

Rebuilding a website

Introduction In around 2010, we developed an in-house website designed to help students at UK universities develop their academic English language skills. The website is named Academic English Online, and was build using static HTML pages, created using the University of Southampton Learning Object Creator tool (LOC Tool). The LOC... [Read More]

Creative Programming

In 2016, I took part of course in creative programming using Processing. Here are some examples of my experiments: [Read More]
Tags: creative programming, Processing

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]
Tags: svg, canvas, graphics, coordinates