
How to Fix CSS not working with VS Code
Dec 16, 2022Fix issues with css not working in VS Code

[Fix] CSS SVG fill not working
Dec 15, 2022We can change the color of a SVG path or element with the fill property. However theres many ways to get it wrong. This post goes over the fixes.

Fix for CSS float right not working issues
Dec 11, 2022Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!

[Fix] CSS text overflow ellipsis not working
Dec 9, 2022This post will go over how to fix your text-overflow:ellipsis not working issues

How to fix CSS height 100 not working
Dec 9, 2022Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.

How To Create Arrow CSS Animation
Dec 8, 2022Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.

[Fixed] CSS transition not working and examples
Dec 6, 2022CSS transitions can be fiddly. This post goes over some steps you can take to fix them.

[How To] find difference between two arrays in JavaScript
Dec 4, 2022Finding the difference between two arrays in JavaScript can be a bit tricky if you are unfamiliar with the language. Especially if one or both of the arrays contain objects or nested arrays. In this blog post we will look at how to use the JavaScript built-in methods to find the difference between two arrays.

[Fixed] @media query in CSS not working issue
Dec 4, 2022CSS media queries are an incredibly useful tool for targeting specific devices, resolutions, and other factors. We will go over steps to fix media query issues

CSS Spin Animation on hover
Dec 3, 2022CSS spin animations to make your landing page pop. Examples include spin on hovering over buttons, loading icons, etc.

How to fix CSS issues with :before not working
Dec 2, 2022Fixes for :before pseudo elements not working with your CSS. We will go over a checklist on how to do this.

How to capitalize first letter in JavaScript
Dec 1, 2022In this post we go over seven examples on how to capitalize the first letter in JavaScript.