Home

Reload Page with Javascript

Reloading a page on the fly is easy with JavaScript.

Need to reload a page using JavaScript? It's quite simple.

window.location.reload();

Let's Connect

Keep Reading

Manipulate iFrame Content

When you can communicate with the code inside an iFrame, you can make any change you want to the code within that iFrame.

May 02, 2018

Simple Looping Crossfade Image Slideshow

A simple way to give the appearance of a full-screen looping slideshow with crossfading animation.

May 18, 2018

Generating Workable TypeScript Types from Contentful Content

Automatically generate TypeScript type definitions from a Contentful schema, and then override for front-end adjustments.

May 03, 2023