Timothy's Dev Stuff

A collection of code snippets and other developer things.

Animated Dashed SVG Stroke

Animated Dashed SVG Stroke I had a project in which the client wanted dashed lines, like those on a map, animated. They provided the SVG files as part of their design – so I tried using that and seeing what I could find. This article at CSS-TricksĀ had a solution but it wasn’t quite what I […]

Redirect with Google Tag Manager

Redirect with Google Tag Manager The use case for this is probably very narrow. We had a website we wanted to launch on new hosting. The original website was built with Strikingly. The website was registered with GoDaddy and pointed to Strikingly. The company lost access to the GoDaddy account and could not regain access […]

Extract Links from the Page

Extract links from the page, add them to a table, and open the table in a new window using JavaScript in the console.