Category Web

Should Have Used Linux

The giga Linux monster

It’s come to pass – the biggest single IT failure in history, and it was all the fault of Microsoft Windows botched updates!!! It’s not necessarily bad news though: Hopefully this will dampen enthusiasm for total tech reliance, especially for…

Procedural Art: Synthcity

An image from the project.

This was another exercise in pure HTML All the complicated looking stuff, such as the ray lines, are procedurally generated. If you’re a maths person you can probably guess how I did it, if not, oh well. View here: …

Buddha-Vision

spooky cyber buddha image

Go here and have a look: The key to this visual effect is using the CSS pseudo-element ::before in order to set a background image to the text box, which is then convolved with the underlying image using the…

Parallax Effects in HTML/CSS/JS

Parallax – for an observer in motion relative to a set of objects, those objects apparent position will change in inverse proportion to the distance of the observer. More simply: things far away move a little bit, things close move…