Category: JavaScript

  • How to customize WebPack config in modern WordPress block development

    I find myself continuing to dive deeper and deeper into WordPress block development, and the frustrating part is a lack of documentation. So here is a quick post on something I struggled with for a little a bit in the hopes it helps someone else. block.json has some pretty cool features like render, style, viewScript,…

    Categories: , , ,
  • Use jQuery to center element in viewport

    I wrote this bit of code for a knock-off Google Image UI I’ve recently been working on. Like Google Image search, my UI opens the image details below the thumbnail on click. Within those image details are forward and back arrows to navigate previous and next images. This script adjusts the vertical scroll as I click…

    Categories: , ,