My Blog

March 10, 2021

IMPORTING MYSQL DATABASES VIA SSH

Servers without a control panel (like cPanel or Plesk) don’t have phpMyAdmin installed. To manage databases without a control panel, you need to use the SSH […]
January 5, 2021

Magento 2.3: how to fix blank admin page not rendering windows

This is Magento bug. Wrong paths to Windows are generated. The fixed fix is Magento 2.3.0 /vendor/magento/framework/View/Element/Template/File/Validator.php:114 the string $realPath = $this->fileDriver->getRealPath($path); $realPath = $this->fileDriver->getRealPath($path); to […]
January 5, 2021

Share Screen On Click WebRTC

function sharescreen(){ let displayMediaOptions = {video: true, audio: false};navigator.mediaDevices.getDisplayMedia(displayMediaOptions).then(function(stream){video_el.srcObject = stream;}) }
January 5, 2021

Uninstall/Remove Nativescript

npm uninstall -g nativescript (for global installations)ornpm uninstall nativescript (for local installations)
January 5, 2021

Not able to load local file in WebView Nativescript Angular

your local file should be added in the webpack.config.js in the CopyWebpackPlugin section From new CopyWebpackPlugin([{ from: { glob: “fonts/” } }, { from: { glob: “/.jpg” } }, { […]
August 29, 2020

How to use custom query mysql in magento2

$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); // Instance of object manager $resource = $objectManager->get(‘Magento\Framework\App\ResourceConnection’); $connection = $resource->getConnection(); $tableName = $resource->getTableName(’employee’); //gives table name with prefix //Select Data from table […]
August 24, 2020

How to call phtml file in CMS page Magento 2

{{block class=”Magento\Framework\View\Element\Template” name=”myname” template=”Magento_Theme::html/ggapi.phtml”}} In respective theme folder in Theme > html > ggapi.phtml
July 22, 2020

WebRTC Video Broadcasting

mkdir videobroadcast && cd videobroadcast # install from NPM npm install rtcmulticonnection # or clone from github git clone https://github.com/muaz-khan/RTCMultiConnection.git ./ cd videobroadcast npm install node […]
July 7, 2020

Cleartext http traffic not permitted Android

To resole this add android:usesCleartextTraffic=”true” at …
0
Contact us

We are glad that you preferred to contact us. Please fill our short form and one of our friendly team members will contact you back.


    X
    Request a Quote