Category: Productivity

  • HP LaserJet M1005 MFP not working on MacOS (Fix)

    HP LaserJet M1005 MFP not working on MacOS (Fix)

    I recently came across the issue after updating my mac os to the latest version of macOS Big Sur. It stopped identifying the HP LaserJet M1005 MFP printer. I searched many blogs and HP websites and downloaded many drivers from there but nothing works for me.

    after struggling for a couple of hours I found the solution which worked for me so I am sharing the right driver here so that you can fix the issues with your printer.

    This issue is only for the HP LaserJet M1005 MFP Printer not working on mac after the update.

  • How to Fix MiWiFi 3C issue with Mobile App

    How to Fix MiWiFi 3C issue with Mobile App

    I recently did a factory reset on my MiWifi router to configure with my mobile app. I was able to set up the router but after that my mobile app stopped connecting with it. This issue has a simple fix.

    Please download the Firmware File miwifi_r3l_firmware_2.8.51_INT.bin from here and do a manual update on the router this will fix the issue and not able to connect with MiWiFI using the mobile app.

    Not able to connect with MiWiFi 3C using Mobile App?

  • How to create WhatsApp Catalog?

    How to create WhatsApp Catalog?

    WhatsApp was created in the year 2009 by two former Yahoo employees, Brian Acton and Jan Koum. WhatsApp is known for its simplicity and performance. WhatsApp has around 2 billion active users in 180 countries. Alone United States has 68.1 million active users on WhatsApp. 

    Facebook acquired WhatsApp for $19 billion in 2014 and it is the most popular messaging app in the world. As per current study users spend approximately 195 minutes on WhatsApp each week. 

    India alone has 400 million active WhatsApp users, which is the highest in the world. 

    January 2018 WhatsApp launch  “WhatApp Business” another standalone app to support small business owners. WhatsApp Business reached 5 million users within one year of its launch. 

    November 2019 WhatsApp Business added an amazing feature of Whatsapp Catalogs for small business owners. Using this feature business owner can create the catalog which can be shared with people on WhatsApp. Communication can be direct and faster. 

    How to use WhatsApp catalog on WhatsApp Business

  • Top 12 Google Fonts

    Top 12 Google Fonts

    As the internet is progressing to a different level our browsers are getting smarter and capable of handling many things. User experience has increased multifold. I still remember the days when developers used to struggle with simple design implementation on Microsoft internet explorer 6. Fonts have always been an integral part of web pages. Google Fonts is an open-source library having 1000+ choices that can enhance your webpage.

    I tried to compile a list together of the best 12 most used fonts by many web designers and developers our there. Let me know which one if you’re favorite.

    Open Sans

    Lato

    Cairo

    Montserrat

    Noto Sans

    Poppins

    Roboto

    Source Sans

    Titillium

    Vollkorn

    Alegreya

    Muli

    How to use google fonts on website

    Implementation of google fonts is very simple.

    1. Choose a font. You can add it to your collection or use “quick-use” to generate the code and options for that font.

    2. Copy and paste the code generated into your <Head>

    <head> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> </head>
    

    3. The font is now accessible in your CSS code

    body { font-family: 'Tangerine', serif; font-size: 48px; }
    

    You can also use this detailed guide on for styles, script subsets, and using multiple fonts.