Skip to main content

Posts

Showing posts from June, 2021

Upload Videos to YouTube from Video URL

Upload Videos to YouTube from Video URL Firstly Make a Copy of the Script. (Google Script ) Then You will be able to edit and Upload Videos to YouTube from Video URL. Script Link :-  https://script.google.com/home/projects/1wchC88n7J5MXd59597-XL6B_gdmXnxDKLmrM9xyjNbzJ7BKqGk3MDLvO/ Upload Videos to YouTube from Video URL

Add Preloaders to Your Website or Blogger Using SopLoader

Add Preloaders to Your Website or Blogger Using SopLoader SopLoader :-  https://soploader.sh20raj.repl.co/

Pass parameters to a Script tag - Get Parameters of Current Script Tag Src

Pass parameters to a Script tag - Get Parameters of Current Script Tag Src Let This is Script Tag in your main html and you have to get the value of id parameter in script.js  or Get Parameters of Current Script Tag Src or Pass parameters to a Script tag See an Example Below - //Script Tag in Main HTML (i.e. index.html) <script src="script.js?id=WqoYv89"></script> Here is Content of script.js //Content of Script.js let params = new URL(document.currentScript.src); params = params.searchParams; console.log(params.get('id')); Result on Console :-    WqoYv89 About UrlSearchParams :-  https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/get About Document.currentScript :-  https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript google tag manager,how to get a variable from another script javascript,script tag,how to access a variable from another html script,script tag api,where should th

Upload your GitHub Repo (Like Wordpress) to FTP Server or AWS ft. deployhq.com

Upload your GitHub Repo (Like Wordpress) to FTP Server or AWS ft. deployhq.com Deployhq.com :-  https://sh20raj.deployhq.com/ Some Popular GitHub Repos :- Wordpress :-  https://github.com/SH20RAJ/WordPress More Coming Soon... Try it on a free hosting :-  https://app.infinityfree.net/

Free Php Hosting on Heroku and free remote MySQL database Using remotemysql.com

Free Php Hosting on Heroku and free remote MySQL database Using remotemysql.com URL :-  https://heroku.com/ See Limits :-  heroku free bandwidth limit - 2TB per App per Month Google-> heroku free storage limit - hobby(512mb) Google-> Free remote MySQL database Using remotemysql.com You can also take database hosting or connection from heroku addon oc clearDB. But there you have to give your credit card details and verify your account on Heroku. So we are Using third party website. Why Choose Us We're free. - Instant activation. - Free 100MB database size. - phpMyAdmin - No query limits. - Unlimited bandwidth. - Suitable for testing/develoment use only. Some Links :-  Sample Drive to Web Repo - GitHub :-  https://github.com/SH20RAJ/drivetoweb2.0 Web PhpMyAdmin Panel :-  https://webphpmyadmin.com/ DriveToWeb App (Php) :-  https://drivetoweb.herokuapp.com/

Upload More than 100 files on GitHub - Drag and drop of a folder with more than 100 files

 Upload More than 100 files on GitHub - Drag and drop of a folder with more than 100 files

Mastering Markdown - how to write a GitHub markdown

 //Source :-  https://guides.github.com/features/mastering-markdown/ Mastering Markdown  3 minute read   Download PDF version Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform. What you will learn: How the Markdown format makes styled collaborative editing easy How Markdown differs from traditional formatting approaches How to use Markdown to format text How to leverage GitHub’s automatic Markdown rendering How to apply GitHub’s unique Markdown extensions What is Markdown? Markdown  is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like  #  or  * . You can use Markdown most places around GitHub: Gists Comments in Issues and Pull Requests Files with the  .md  or  .markdown  extension For more informat

Embed Your GitHub Repo Files like Gists Using EdGitHub

Embed Your GitHub Repo Files like Gists     Website Link :-  https://edgithub.vercel.app/  (EdGitHub) See the homepage Copy your GitHub File Link Paste it and Choose your Theme - See Preview Also See Preview - and Copy paste the embed code generated to your website      Website Link :-  https://edgithub.vercel.app/  (EdGitHub) More Features may come soon... See Demo GitHub File :-  https://github.com/MrShaded/Rolling-Forests/blob/master/index.html (A JavaScript Game Code) Inspired From :-  Embed Like Gist -  https://emgithub.com/ Here See Demo :-

Add a Stylish onclick animation on Your Website or Blog Using heartclick.js

Get Animating Heart Onclick ft. heartclick.js How to Integrate - heatclick.js <script src="https://cdn.jsdelivr.net/gh/CDNSFree2/heartclick.js@main/heartclick.js"></script> Add a Stylish onclick animation on Your Website or Blog Using heartclick.js Just Copy Paste the CDN Just before </body> Tag.(Ending of the WebPage...) See our Demo on CXDI-Tutorials :- https://tutorials.sh20raj.repl.co/get-heart-onclick-heartclick.js/

Generate Random No. Between 10 to 100 Using JavaScript - Math.random()

Generate Random No. Between 10 to 100 Using JavaScript See Demo Here :- https://tutorials.sh20raj.repl.co/generate-random-no-javascript/ If you think the code can be rectified further... Then Contact US. https://codexdindia.blogspot.com/contact - See the Console (F12) Code is Embedded Using GitCodeEmbedder

Random Posts