Play Pause HTML5 Video using Jquery

Javascipt

Play Pause HTML5 Video using Jquery

HTML5 video playing on any web page is very easy, in this tutorial we can show you how to add video on html and make it play and pause without using…

[SOLVED] PHP executable not found. Install

Other

[SOLVED] PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting

If you get the same error like below in VScode editor then you are the right place to  "PHP executable not found. Install PHP 7 and add it to your…

How to Add a Custom Date Format in Drupal 8

Drupal

How to Add a Custom Date Format in Drupal 8

In drupal 8 there is easiest way to add the date format is simply go link for your website "https://www.yourdomain.com/admin/config/regional/date-…

SSH and Transfer Files/Folders using Putty

Command line

SSH and Transfer Files/Folders using Putty Private Key (.ppk or .pem)

Download Putty - Click Here To Transfer files and Folder between to computer or remote server using putty .pem or .ppk file is easy. scp is common…

Drupal 8: check user is logged in or not in

Drupal

Drupal 8: check user is logged in or not in *.html.twig

In the new era the drupal8 twig is introduce, so old basic php drupal hook is not useful in theme templates. Now twig is power under the template and…

How to render i18n translated block in

Drupal

How to render i18n translated block in drupal 7 Templates

Hey guys,  Sometimes we created the themes template in drupal 7 and we need to render custom blocks and views block to display proper diversion, but…

How to render block in Drupal 8 theme

Drupal

How to render block in Drupal 8 theme template

Similar to Drupal 7, Drupal 8 also gives the customization using theme template, If you want to place a block using programmatically you have…

Facebook post customisation posted using web

HTML

Facebook post customisation posted using web app using Facebook Open Graph

Facebook is Providing autoposting functionality using website application and provides to display you website content on your facebook page. But the…

send Variable to Js File From PHP in drupal

Drupal

send Variable to Js File From PHP in drupal Custom Module

If we need to use the php variable in our js file we can use Core Drupal.settings Functionality :  example: Let we assume we want to use at the…