Skip to main content

Posts

Google Drive proxy video player no limits - Embed drive videos ft. gdplayer.top

Google Drive proxy video player no limits - Embed drive videos ft. gdplayer.top Website :-  https://gdplayer.top/ Preview :- Sample Drive Video ->           https://drive.google.com/file/d/1ibx_QtJdEBVV3IKaO0WQbQ7CtMnDwpZW/view?usp=sharing Here you are getting many other features... JW Player A good control bar  Download Option (The download option may be a direct download link check the bit.ly link) Alternative Video Poster Subtitles Create Account and save your process Other Supported Sites... See Demo :-  Note :- We will not be responsible for the site downtime.

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

Add Auto Colorful Css TopBar on Website show automatic onload ft. AutoTopBar

Add Auto Colorful Css TopBar on Website show automatic onload ft. AutoTopBar Add Auto TopBar on Website onload See Demo on Repl.it AutoTopBar :- Automatic Top Loader onload Steps For Integration :- Just Copy Paste the CDN Just After Starting <body> Tag and Thats All <script src="https://rebrand.ly/AutoTopBarJS"></script> Here is Some Optional Advance Features of Topbar See the Frame :-

Adding captions and subtitles to HTML5 video with diffrent languages option - HTML Track Tag

Adding captions and subtitles to HTML5 video - HTML Track Tag See Demo on CXDI-Tutorials (https://tutorials.sh20raj.repl.co/add-subtitles-to-html5-video/) Source Code on Repl  or on GitHub  

How to blur background/element in html using css - Css Filters - grayscale , hue-rotate and blur()

How to blur background/element in html using css - Css Filters - grayscale , hue-rotate and blur() Visit W3Schools :-  https://www.w3schools.com/cssref/css3_pr_filter.asp    filter : blur ( 10px );    filter : grayscale( 100% ) ;    filter : hue-rotate( 90deg ) ; CSS Syntax filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia() | url(); Tip:  To use multiple filters, separate each filter with a space (See "More Examples" below). Filter Functions Note:  The filters that use percentage values (i.e. 75%), also accept the value as decimal (i.e. 0.75). Filter Description Play it none Default value. Specifies no effects Play it » blur( px ) Applies a blur effect to the image. A larger value will create more blur. If no value is specified, 0 is used. Play it » brightness( % ) Adjusts the brightness of the image. 0% will make the image completely black

Random Posts