Node isConnected

Every so often I discover a property in JavaScript objects that I didn’t know existed, oftentimes using another trick to accomplish the same functionality. One such property I just learned about was isConnected, a node property that attached to a context (i.e. document). Here’s how to use Node.prototype.isConnected: const el = document.createElement(‘div’); el.isConnected; // false… Continue reading Node isConnected

10 Reasons Your WordPress Site Will Get Hacked (and How to Stop It)

A hacked WordPress site is as damaging as having your home burgled. It can completely shatter your peace of mind and adversely impact your online business.  Why do hackers target WordPress sites? The answer is relatively simple: WordPress is the single biggest platform for website creation these days, so there’s a larger base to attack;… Continue reading 10 Reasons Your WordPress Site Will Get Hacked (and How to Stop It)

4 Strategies to Boost Your Website’s Conversion Rates

Picture this scenario. The top end of your marketing funnel is starting to run like a well-oiled machine. Each month, more and more visitors are streaming to your site via your increasingly effective email campaigns, Facebook ads, and content marketing strategy. Much to your consternation, though, this increase in traffic doesn’t translate to a proportionate… Continue reading 4 Strategies to Boost Your Website’s Conversion Rates