01947-888 197click-to-talk

Blog

I discuss Git, web and server-related programming, and anything I use to streamline my web development workflow.

How to hide the scrollbar using CSS?

In this post, aside from hiding the scrollbar, I will also show you a couple of related things. You can check the topics in the table of contents. How to

Read More →

How to use SASS/SCSS in VSCode and its difference from regular CSS?

How to use SASS in VSCode

SASS is a tool that allows you to write & organize CSS more precisely & very easily. And SCSS is an extension of SASS. For example- style.scss,

Read More →

How to Install WordPress on Localhost (XAMPP)?

Install WordPress on Localhost

You need a PHP-based development environment to install WordPress in localhost. In this post, we will use XAMPP for the dev environment.

Read More →

Web hosting price comparison among 13 companies

See & compare WordPress website hosting cost & go through all the reputable hosting companies, from the lowest price to the highest.

Read More →

Remove random string (WordPress v= in URL)

random string

WooCommerce plugin generates the extra & random string end of the URL. The string looks similar to "v=xx" in the URL of your WordPress website. It

Read More →