Web Development

iframe load event

I was writing a feature where I was on the client side writing the iframe code for a video oEmbed. This causes a delay while the content is loaded in the iframe. It behaves like an AJAX request in a sense. I discovered that the iframe raises a ‘load’ event when the content finishes loading. […]

iframe load event Read More »

Watch

I am creating some custom WordPress code and using my current favorite bundler, Parcel. I decide this time to take a hint from the source code of TwentyTwentyOne theme and use chokidar-cli to write my watch scripts directly. Watch has always been flakely for me, but so far this seems to be working out well.

Watch Read More »

Glide Slider and Carousel

This is a placeholder for setup instructions for my current go-to solution for sliders and carousels – Glidejs. Probably should mention why I like Glide: No jQuery dependency. Has all the options I have ever needed. Easy npm install and configuration. Easy to integrate across any platform I have tried so far.

Glide Slider and Carousel Read More »

Scroll to Top