If you’re hosting your website on Bluehost and if you change any file on your website, chances are your visitors are still seeing the old version of the file. I was optimizing a website for speed using GTMetrix. One of the image was a bit large, more than 2x (Retina) size, so I reduce the…
Bluehost blocking Contact Form 7 submissions – 409 Conflict Error
Update – April 2025 Bluehost hasn’t been able to fix the 409 errors. Even their free SSL certificates fail to renew because of internal 409 errors. It’s best to change web hosting. I’ve been slowly moving my websites to Hostinger for last 2 years and loving it. The cost is very less compared to Bluehost…
How to scrape mobile numbers from JustDial?
It’s a bit tricky to scrape mobile numbers from JustDial.com cause you can not view the numbers when you view the source code. They use a custom CSS font to display numbers. Screenshots: <span class=”mobilesv icon-rq”></span> will output 5 <span class=”mobilesv icon-wx””></span> will output 2 and so on. So when scraping the category page, make…
How to find out which font is being used on a website?
1) Open the website in Mozilla Firefox or Google Chrome. 2) Right click on any text element of the website, and select “Inspect Element”. Web developer tools would open. 3) Go to the fonts tab. You will see details of the font. See screenshot: