Fix – “Webpack is Not Recognized” Error in Windows

It is quite common to come across this error while using webpack on windows environment for the first time. It is a path related error...

Insert Custom Message Between Logo and Search Box – Storefront Theme Woocommerce

Recently i had to customize the header section of the Storefront theme for a client. The client wanted to show some message in between the...

How to Show Different Product Image in Woocommerce Shop/Category and Single Product Pages

By default woocommerce shows the same product image on both shop/category pages and single product page. In many cases this is not ideal, as the...

How to Fix “sofn, dqt, or dht jpeg maker is missing before a jpg sos marker” – in Photoshop

This fix is applicable in Windows environment. I do not have a solution for mac yet. Trying to open images in Photoshop after downloading from Whatsapp?...

How to Install and Use PHPMailer without Composer

PHPMailer is an email creation and transport class written in php. This class makes it easy to create and send text and html emails with...

Download 50 USA States List – Excel/CSV/SQL/JSON

While working with US based clients, I often needed to use lists containing all the 50 states in the USA. In most cases this list is...

Fix – WordPress Update Stuck on Unpacking

I came across this issue recently when i tried to update one of my wordpress blogs that was lying idle for a long time. The...

How to Deactivate WordPress Plugins through PHPMyAdmin

Sometimes after you migrate a wordpress site from one hosting provider to another hosting provider, errors pop up complaining about some files in some plugins....

How to Make Featured Image Responsive in WordPress

Featured images are not responsive out of the box in Wordpress. There is a function add_image_size() to make copies of the featured image with different...

Create Image Zoom in / out Effect on Mouse Hover with CSS

I was looking for a way to zoom into an image on mouse hover. Turned out, it is rather easy with CSS. (more…)...