Implementing Meta Theme Color modern HTML5 and CSS3 websites.

Apple Safari has started supporting theme-color Meta Tag from the Safari 15 release. Here is how to Implement a theme-color meta tag in HTML. You have to copy-paste the theme-color meta tag into a section of your website. It will look something like this: You can use the following code to implement theme color specific …

Find the Bundle ID of any app on Mac.

There are many ways to identify the bundle ID of any macOS app using the Mac itself. The following steps will help you identify a Finder app’s bundle ID using the Terminal. Replace the app name written in step 02 with the exact words of your desired app name. Step 01:Open Terminal on your Mac. …

How to fix and repair anything related to iCloud, App Store, and Mac App Store if not at all working correctly on Apple iPhone, iPad and Mac with just one simple solution!

After using your Apple Mac, iPhone or iPad for more than 2 to 3 years upgrading the operating system multiple times you may realise after upgrading system some features like iCloud, Mac / App Store App Downloads and Updates, Keychain Sync, Safari Passwords Sync, Contacts Sync are not working across devices. Precautions: 1. If you …

Essential factors to be considered while choosing UILabel and UITextView to display text for iOS, iPadOS and macOS apps.

Choosing between UILabel and UITextView starts when you want to display text in your Apple iOS, iPadOS or macOS Catalyst App. I have even gone through the process of choosing UILabel or UITextView to display text on my app. So, I have made a small numbered list to help you choose the right option… Choose …

Show/hide the navigation bar on a particular view without disturbing the navigation bar hierarchy in iOS/iPadOS app.

Sometimes, you want to hide the Navigation Bar from a particular view without manually deleting it from Main.storyboard, So, I have documented how to do it programmatically instead. Step 01:Copy the following code to your ViewController’s Swift file’s ‘viewWillAppear’ method for which view you want to hide the Navigation Bar on its load on your …

Programmatically add Fab (Floating Action Button) Button to iPhone, iPad and Mac App.

When Google released the Material Design Guidelines, they introduced many new design elements, including the Fabeingutton, a Floating Action Button. Normally, we see the Fab button in Android Mobile Apps, but many Apple iPhone, iPad, and Mac App Developers have started using it in their designs. Here, we will see how to programmatically add the …

Here is a solution if TP-Link Router is not loading some particular websites

If you are having a problem loading or browsing a particular/specific website, then you can follow the steps below to resolve that problem. Step 01: Navigate to your TP-Link router’s web interface. i.e. Normally http://192.168.0.1/ Step 02: Log in to your TP-Link router’s Administration Web Page Step 03: Go to > Advance > Network > …

Completely uninstall Android Studio from Mac.

After downloading and installing Android Studio for Mac, I noticed my Mac started heating too quickly with the fan running at full speed, and there was also a performance issue. So, I decided to uninstall Android Studio from Mac completely. I used the following command and documented it below if you want to perform the …

Remove ‘Extended Attributes’ from macOS files, i.e. ‘Where from’ property details downloaded online.

Imagine you have downloaded a file from a website or especially a Google Drive shared folder, and when you select the same file on your local Macintosh HD and use the ‘Command + I’ command on your Mac’s Keyboard, what you see is a long list of gibberish URL the file you downloaded from under …

How to fix Email DNS related Error called ‘550: relay not permitted’.

You may encounter this error, ‘550: relay not permitted,’ if your remote email server is misconfigured on your web/email hosting service. You may also encounter this issue when you misconfigured your Cloudflare account’s DNS settings. The main symptom is that you cannot receive emails using your email ID. So, how do we fix this? The …