Posts

Showing posts from February, 2019

How To Add Google Analytics Into Your You-Tube Channel || Easy and Simple Method With Live Example

Image
What is Google Analytics? " Google Analytics is a premium web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand. " How To Attach Google Analytics Into Your You-Tube Chanel? Step 1 : open this link  open google analytics and click on sign up Step 2 : Fill Important details like select Web/Mobile app, Name, Website name, URL (select https:// and then paste your channel url without https:// like  Original channel link :  https://www.youtube.com/channel/UCxM6oYqYtRaYQsAQj1OoDSw Paste into inputbox : www.youtube.com/channel/UCxM6oYqYtRaYQsAQj1OoDSw after that select industry and zone and click on get id like Step 3: Accept all policies like Step 4: Copy Tracking id like  Step 5:  Open  YouTube  and click on Sign in Step 6:  open my channel and click on my channel like Step 7: clic...

how to test your any website speed || load time || google page-speed sco...

Image

Free Online Rent A Car Management System with Source Code and 99% Error ...

Image
To Download Source Code Below Downlaod Source Code of Rent A Car Management System

How to Activate Free Live Chat Option Into Your Website || Complete Proc...

Image

How to add Loader/Spinner into your website home page with live example

Image
Document To Add Loader Into Your website Add this code into your HTML page that may be index.html or index.php @keyframes lds-cube { 0% { -webkit-transform: scale(1.5); transform: scale(1.5); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes lds-cube { 0% { -webkit-transform: scale(1.5); transform: scale(1.5); } 100% { -webkit-transform: scale(1); transform: scale(1); } } .lds-cube { position: relative; } .lds-cube div { position: absolute; width: 80px; height: 80px; top: 10px; left: 10px; background: #3be8b0; -webkit-animation: lds-cube 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; animation: lds-cube 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; -webkit-animation-delay: -0.36s; animation-delay: -0.36s; } .lds-cube div:nth-child(2) { top: 10px; left: 110px; background: #1aafd0; -webkit-animation-delay: -0.24s; animation-delay: -0.24...