Deferring parsing of JavaScript is one of those messages that you get on sites like GTmetrix and other page speed sites that may sound like it’s from another planet. What on Earth does defer parsing of JavaScript even mean? Basically, what the message is saying is that a browser needs to process all of the […]
jQuery/JavaScript
Get & Set Height of Divs
I have a plugin with a number of content boxes on the plugin’s main page. The way the plugin is set up, other developers can add new boxes, or remove existing boxes. And I wanted to allow the boxes to be responsive so when viewed on smaller devices the user wouldn’t have to scroll across […]