Select Page
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...
Box-Sizing – CSS

Box-Sizing – CSS

CSS Box-Sizing This is probably the most important concept for any web designer working with CSS. And it also seems confusing in beginning but is very simple to understand once we try it practically. Content-Box The default value of ‘box-sizing’ is...
CSS clip-path for various shapes

CSS clip-path for various shapes

CSS clip-path for various shapes Here are CSS clip paths for common shapes we usually use on our web designs. You can apply it to an HTML element with a background color or a background image. This can also be applied directly to images to get the desired clipping...