How to optimize images for SEO, Website Performance, and User Accessibility – React JS, Next JS, Static.

Optimize Webpage with Images

Hey Programmers! In this blog, we will see how to optimize images for SEO (Search Engine Optimization for better ranking on Google, Bing, Yahoo etc), Website Speed & Performance and User Accessibility (In case the image doesn’t get load for any reason.). Optimizations means improving for the best and we will see how we can … Read more

Simple HTML/CSS Tabs without JavaScript

Simple HTML CSS Tabs without JavaScript

In this tutorial, we are going to create some useful and very simple CSS tabs without using JavaScript. Generally on internet you will find the resources that have developed Tabs using JavaScript, but here you will find the code using a different technique where we have only used the CSS to create tabs. It’s always … Read more

Detect mouse right-click with JavaScript

Detect Mouse right-click with JavaScript

In this tutorial, we will see how we can detect mouse right-clicks with Javascript. Click events have a button property associated with it, that allows us to get the exact mouse button. Mousedown and mouseup handlers may need an event to differentiate the clicks because these events trigger on any button. APIs in Javascript allow … Read more