Select Page
Does Google Adsense work well with Cloudflare?

Does Google Adsense work well with Cloudflare?

Google AdSense with Cloudflare Cache Everything Compliments each other Today, I researched this thing over the internet and saw many people who have the same doubt who are using Cloudflare’s cache (cache everything setting). I had the basic idea that it should...
Getting back to freelancing after creating tools

Getting back to freelancing after creating tools

So here’s my freelance log for today. After more than one month of lockdown and staying at home in Shimla. I had this idea of creating tools that will help me during my coding sessions. I have created almost 16+ tools till now and have uploaded them to –...
How to style an anchor tag with no href attribute?

How to style an anchor tag with no href attribute?

style anchor tag with no href attribute In website development, we often come across anchors/link tags that do not have an ‘href’ attribute. This may be due to many reasons like the anchor is used just for a dropdown, or initiation of a modal, and does not...
Web-Dev-Tools – Best Web Developer Tools

Web-Dev-Tools – Best Web Developer Tools

Web Tools are a collection of free online productivity tools curated for web developers. Tools not only help us with our work by making it simple but also help us understand concepts more clearly as they are interactive. Here are few direct links to the tools that you...
Webpage redirect using JavaScript

Webpage redirect using JavaScript

Webpage redirects are the simplest but widely used functions in website development. Here are simple one-liner scripts that you can use on your web page if you want it to automatically redirect to another location or web page using JavaScript. The two ways to do it is...