Sunday, 4 December 2022
How to use SASS/SCSS with Laravel Vite
›
Step 1: npm add -D sass # OR yarn add sass -D Step 2: Update the `vite.config.js` file like this. import { defineConfig } from...
Thursday, 12 September 2019
How to Manually Set Language for Syntax Highlighting in Visual Studio Code
›
Sometime we will copy code snippet into Visual studio code, but by default it will be not syntax highlighted. To enable syntax highlightin...
Tuesday, 4 December 2018
Import MySQL Table Using Command Line
›
Following command will help you to import MySQL table into the database. mysql -u root -p'mysql' -D security_insights_report_sche...
Friday, 30 November 2018
How to use multiple versions of jQuery in an Application
›
Below scripts example to use multiple versions of jquery on same page. <script src="https://ajax.googleapis.com/ajax/libs/jqu...
Monday, 3 September 2018
Merge Videos On Mac Using QuickTime Player In 1 Minute
›
Check this below video, where I explained how to merge/combine two or more videos into single video using QuickTime Player on Mac. ...
Thursday, 16 August 2018
How To Add/Embed Youtube Video to Linkedin Post/Article
›
Let's see how to add or embed youtube video's in your Linkedin post, article, profile or page. Step 1: Get Youtube video Link...
Sunday, 12 August 2018
How To Create and send HTML Email Template Using GMAIL
›
In this tutorial we are going to see how to create and send HTML Email template using Gmail. Step 1: Open Email Template Please op...
›
Home
View web version