New Know How

To begin customizing your site go to Appearance -> Customizer and select Theme Options. Here's you'll find custom options to help build your site.

Read More

Step 2 - Setup Slider

To add a slider go to Theme Options -> Homepage and choose page slider. The slider will use the page title, excerpt and featured image for the slides.

Read More

Step 3 - Create Homepage

To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.

Read More

Setup VPN, for Static IP And Security And Fast Connectivity

If you are living anywhere in the world and using a consumer grade broadband, then it’s most probably sluggish in international connectivity. It’s because consumer grade broadband provider have limited international bandwidth and have a lots of peering (connection arrangements) with local content providers (hosting companies). There are also internet exchanges locally, that delivers the

Read More

Automatically adapt to API changes

Whenever there are API changes in Flutter, then one need to update the code for the new APIs by removing the deprecated API and adding the alternative APIs. You can do it by using the following commands automatically: First check what needs to be updated by using the following command: And if you see ‘DEPRECATED_MEMBER_USE’,

Read More

Chrome extensions Intro

If you know Javascript then it is very easy to create an extension for chrome. Search for chrome extension docs and you will find each and every API that you can use. But there are few things I would be writing, that would help you start quickly. => The ‘manifest.json’ file is the starting point

Read More