Goshila Sadaf

Integration of Stripe with Angular

What is Angular? Angular is a JavaScript framework for building single-page client applications using HTML and TypeScript. The following example will work with Angular version 8 till 13 […]
WordPress web-accessibility

How to make WordPress site accessible

Web Accessibility Introduction Web accessibility is the ability of a website, mobile application, or electronic document to be easily navigated and understood by a wide range […]
useful-laravel-packages

Best Laravel packages every developer should know

Laravel is one of the most popular and widely used PHP frameworks. Laravel saves a lot of time and cost of development by easing common tasks […]
How to fix Internal Server Error in WordPress

How to fix Internal Server Error in WordPress

Introduction It is the most common error in WordPress. It does not give any information about the error. For developers, it will be easy to fix […]

How to disable/hide all payment gateways in WooCommerce

Introduction WooCommerce is an eCommerce WordPress plugin used to set up an online shop in your WordPress website. WooCommerce is very flexible and user-friendly as you […]
Some Simple Hacks of Ecwid

3 Useful Ecwid Hacks

Introduction Ecwid is an eCommerce platform that helps to easily create online store and start selling your products instantly anywhere around the globe. Ecwid is a […]
android-shimmer

Shimmer effect in Android: Tutorial

Best way to show loading indicator Shimmer effect in Android provides an elegant solution to the loading screen. With the deprecation of Android ProgressDialog in APIv26, […]
Learn to develop Laravel RESTful API

Learn to develop Laravel RESTful API

Laravel RESTful API Development, Step By Step Previously we have discussed how to integrate Laravel APIs in Angular app. In this tutorial we will learn how to […]

How to integrate PHP Laravel 5.8 APIs in Angular 7

When we want to extend functionality in WordPress project, we cannot do changes in core files because, WordPress updates frequently (currently at verion 5) and all changes will be overwritten back to default files of new version. Hence, the need for plugins for adding extra functionality. These are our experiences and process we employ at The Right Software to develop a WordPress plugin.

Which is the best cloud storage for you?

We discuss which is the best cloud storage for personal use. Discuss and comparison between Apple, Dropbox, Google, Amazon and other solutions.

How to integrate Stripe Connect in On-Demand apps in PHP

For a client, we were hired as WordPress developers. One of the problem was simple request. How to use WooCommerce to only allow next day delivery if before 1pm and day after tomorrow if ordered after 1pm.
How to develop a Wordpress plugin

How to develop a WordPress plugin

When we want to extend functionality in WordPress project, we cannot do changes in core files because, WordPress updates frequently (currently at verion 5) and all changes will be overwritten back to default files of new version. Hence, the need for plugins for adding extra functionality. These are our experiences and process we employ at The Right Software to develop a WordPress plugin.