How to build a JavaScript page loading animation
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Previously, we learned how to create a JavaScript page...
View ArticleWordPress vs. WP Engine: What’s going on and what can you do about it?
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Let’s take a look at why this drama is unfolding, who’s...
View ArticleBuild a light/dark mode toggle switch component with CSS & JavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}In this new tutorial, we’ll use previous knowledge and...
View Article12+ dashboard UI concepts to inspire your designs
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}We’re taking some time today to showcase some fantastic...
View ArticleHow to create an image compressor tool in JavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Images can impact your website’s performance if they are...
View ArticleBuild a Bootstrap light/dark toggle switch component
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Bootstrap, in the current latest version, v5.3.0, has...
View ArticleHow to create a “blob generator” tool in JavaScript (Canvas tutorial)
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}So what are we making?! This:We’ll be getting familiar...
View ArticleEasy CSS slider (carousel with pure CSS)
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i1dz{background-color:rgb(243, 245,...
View ArticleThe History of WordPress: From 2003 to today
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Today, WordPress powers more websites than any other...
View ArticleCreate a confetti animation with HTML canvas and JavaScript
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Have you ever clicked a button and seen a confetti...
View Article25 ridiculously impressive HTML5 canvas experiments
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}HTML5 is the thing to talk about these days. Today, we...
View ArticleHow to create and animate SVG spinners and loaders
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}Why SVG?SVGs are perfect for this exercise, because...
View Article