Cookie consent plugins are plentiful, a quick google search and you’ll find some JavaScript to pull in via a CDN, a node package to install or a random third party plugin for the platform you’re working within. However I sometimes get rather frustrated when I use an…
Sometimes it can be useful to know what the distance is in pixels, from the top of an element to the top of the window. For example I recently had to integrate an SVG animation into a page, the main feature being the initial animated entrances of the various elements…
With the launch of WordPress 4.4 responsive images were added to the core, enabling developers to introduce responsive image functionality into their themes with greater ease. However, you still need to apply the appropriate CSS rules to those images so that they can…
In Magento the only native navigation menu available is the product categories menu renderer, so if you need any other form of navigation you’ll need to build your own.