Tag: books

Updating Front Page

I’m currently updating this website and blog, and just removed the old front page I’ve had for the last few years. This front page included a mini-game were the images on the page changed if the user hovered or clicked on them. This worked well on desktops, but never worked quite right on phones and […]

Mermonkey

Another Perscripta page. This time with a Mermonkey in the center.

How to use onmouseover Events

I created some images for my homepage that will change if the user hovers over or clicks the images. Each image has three different states/animations. The change can be done using simple HTML onmouseover events and there is no need for CSS or JavaScript. Example of code for changing between three images: Start by using […]