Restrict viewers to inspect code from the web page

Background: We have curious and lazy minds all over the place who enjoy inspecting the web pages to view the DOM structure, or pull a snippet of code for reference. For such free spirited minds, we have a simple yet effective way to disable the “snooping around”. Just add a few lines of code to yourRead More…

Categories: Website Development
Share:

How to make text in header tags and images responsive for websites

Background: While building the website, the UI developers often face problems while making the hero image/landing page responsive. If there are header tags such as h1, h2 or a combination of text and images, making them scale according to the window can become a challenge. To achieve this, we start writing media queries and endRead More…

Categories: Website Development
Share:

Logging Util in the mobile application to help you debug the application faster

When an airplane is flying, black box (flight data recorder) is recording everything. If something goes wrong, log helps to figure out what happened. When a program crashes, if there is no proper logging done, we have little chance to understand what happened. Without the log, finding what went wrong is difficult. Traversing the flowRead More…

Categories: Mobility
Share: