Latest Posts

Fix issues with css not working in VS Code

How to Fix CSS not working with VS Code

Dec 16, 2022

Fix issues with css not working in VS Code

We 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] CSS SVG fill not working

Dec 15, 2022

We 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.

Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!

Fix for CSS float right not working issues

Dec 11, 2022

Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!

This post will go over how to fix your text-overflow:ellipsis not working issues

[Fix] CSS text overflow ellipsis not working

Dec 9, 2022

This post will go over how to fix your text-overflow:ellipsis not working issues

Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.

How to fix CSS height 100 not working

Dec 9, 2022

Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.

Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.

How To Create Arrow CSS Animation

Dec 8, 2022

Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.

CSS transitions can be fiddly. This post goes over some steps you can take to fix them.

[Fixed] CSS transition not working and examples

Dec 6, 2022

CSS transitions can be fiddly. This post goes over some steps you can take to fix them.

Finding 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.

[How To] find difference between two arrays in JavaScript

Dec 4, 2022

Finding 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.

CSS 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

[Fixed] @media query in CSS not working issue

Dec 4, 2022

CSS 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 animations to make your landing page pop. Examples include spin on hovering over buttons, loading icons, etc.

CSS Spin Animation on hover

Dec 3, 2022

CSS spin animations to make your landing page pop. Examples include spin on hovering over buttons, loading icons, etc.

Fixes for :before pseudo elements not working with your CSS. We will go over a checklist on how to do this.

How to fix CSS issues with :before not working

Dec 2, 2022

Fixes for :before pseudo elements not working with your CSS. We will go over a checklist on how to do this.

In this post we go over seven examples on how to capitalize the first letter in JavaScript.

How to capitalize first letter in JavaScript

Dec 1, 2022

In this post we go over seven examples on how to capitalize the first letter in JavaScript.

About

Hi, I'm Kentaro - a sofware engineer sharing my programming tips!