JavaScript animated number count up

To do the jquery javascript animated number count up feature on your website you need jquery on your page: <script src=”https://write.corbpie.com/wp-content/litespeed/localres/aHR0cHM6Ly9jb2RlLmpxdWVyeS5jb20vjquery-3.2.1.min.js”></script> Include the following javascript in a .js file: $(‘.counter’).each(function…

How to minify css and js

I’m all about web design minimalism, keeping it simple and small allowing for quick load times. Minifying CSS helps this movement. A minified CSS & JS file is simply removing…

Bootstrap vs Bulma

Bootstrap and Bulma share so many similarities, both open sourced CSS frameworks. Both are fully responsive and obviously open source. Bulma was created by Jeremy Thomas as an alternative to…

What is a CDN

CDN stands for Content Delivery Network. A CDN is a cluster or group of servers around the world that host content (images, media, files). That when called on will deliver…