Category: Internet

  • Everything about Free SSL certification & HTTPS redirection.

    Everything about Free SSL certification & HTTPS redirection.

    Here you are to make your site a secured one. So that your visitors don’t hesitate to surf your site. Before we begin let’s understand a bit about SSL certification & HTTPS redirection. SSL & HTTPS: Just imagine how Whatsapp is an end to end encrypted messaging system, well! we are not talking about a…

  • A list of few productivity plugins and useful websites for web developers

    Browser Extensions 1. To know the platform and background details of any website – use Wappalyzer (chrome extension) https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg?hl=en 2. To protect privacy over internet, use privacy badger (chrome extension) https://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp 3. To get away with distractions, use stayfocusd (chrome extension) https://chrome.google.com/webstore/detail/stayfocusd/laankejkbhbdhmipfmgcngdelahlfoji 4. You hate CORS warnings in console, to get rid of them, use…

  • Basics about advertisements and Google Adsense

    On 15th Year Anniversary of GOogle Adsense and their partnerships with Publishers, google published a youtube video briefly explaining all the basic keywords related to Adsense. Transcript: 15 words to sum up 15 years? That's easy! Okay, let's go. Content Content is at the heart of the web. And publishers? You power that web. Without…

  • Trick to hide email address smartly on a webpage to stop spam

    Protecting emails from spamming is a tough task. Scraping email data is usually a great trick to get huge lists of working emails from a search engine, but how do we stop it? Here is one of the ways to hide your email address from being scraped. CSS HTML so final code will look like:…