Skip to main content

Posts

Showing posts from November, 2020

Top JavaScript Hosting Services For Free

The Best Choice Listed Here  1.  https://statically.io/  host directly from Github 2. Use JsDelivr  https://www.jsdelivr.com/   See Article        host directly from Github Example :-  https://scriptdecent.blogspot.com/ 1. Glitch  Website :- https://glitch.com/ 2. Github Website :-  https://github.com/ by Using https://pages.github.com 3. Google Drive  Website :-  Using Drive Direct Download Feature or Using https://drv.tw 4. Yourjavascript.com Website :-  http://yourjavascript.com/ 5. Repl.it (Recommended) Website :-  https://repl.it/ 6. Codepen  Website :-  https://codepen.io/ Using by adding .js in last of url You can Find may other js hosting sites here .  https://codexdindia.blogspot.com/2020/12/top-free-static-hosting-provider.html

Stylish 404 Error Pages Css and JavaScript for your website or blog

1. 404-Error-Page (SVG)   --------------------------------------------------------------------------- 2. Animating-error-page             ---------------------------------------------------------------------------

Create a URL Shortener Website like bit.ly

We can create 3 types of Services  1. Create Without using Database ..... Examle :- https://bit.ly/?url= https://example.com/  2.Using Database Examle :- https://bit.ly/?id= uniqueid  3. Using Database and .htaccess Both Examle :- https://bit.ly/ uniqueid 1. Create Without using Database Only This File Source Code :- https://github.com/SH20RAJ/urlshortener/blob/main/index1-without-using-database.php Full Website Source Code :- https://github.com/SH20RAJ/urlshortener 2. Using Database

Best Video Hosting Websites

01. YouTube Let’s get the most popular host out of the way. YouTube isn’t the biggest online video platform for no reason. Sure, being owned by the world’s most popular search engine certainly helps its popularity. But the fact of the matter is that YouTube is exactly what some people are looking for, or at very least, is good enough for what a creator needs. With YouTube, you simply have higher exposure potential, no question. That said, you are also uploading to a platform that has over 300 hours of video uploaded per minute, so to say your video is a needle in a digital haystack would be a massive understatement. Nonetheless, choosing YouTube as a video host comes with quite a few benefits, like statistics to track the success of your videos, an ad platform to start making money on your content, and a very robust music library to add to your videos. Of course, there’s a lot more that YouTube offers, but what takes the cake is that it’s free to upload content, which is not the case

How to embed Google Photos Videos and get Direct Download link of it

How to embed Google Photos Videos and get Direct Download link of it  Q.1 Where's The ID Steps :-  1. Get the link of the video (Circled by red color in picture below). 2. Then Get the ID of the Video . Q.2 Create Direct Download Link Steps :-  1. Click on Three Dots (Options) and then Download (or Press Shift + D) 2. Go to chrome Downloads (Ctrl + J) and copy the link of video Using Right Click ..... 3. Now , Direct Download Link is Copied . Example :-  https://video-downloads.googleusercontent.com/AGQNM9KRvhFFqE7np7r3bspjHFmAoA-LTLDhfvnPI9jXjF4f0stGifMIaXyzkEzonOIw-YPLmQFQWgH2FXBFiP6qjOlxNm85ZnxbSoZk5HTXxXbV20ZVlzf7kUQomQdA-rSBHivcTUA3vQBpb1uwjwm-FYdvsR4If1PDjOxaASRrOvLwWPLTRLX2zyq9mwI3nfwvGthgOW1OBiyhe3PPuWq2_Mf8TjDaJRQR350PCWc-s0T50fEZtXZjaX1It182BACxHHj9sDtOgxx-Lx2cNAVRvm_X_LfRQdCX8rNmMyqcwzOsVxcVgC613stEMBI02bL7q7cjMfwJMhrmIdgMAQQkE5Kke2KPluHlaXQWRaWZskZmHbQthKD9o4QU1RwayHvX9WXH5HJenchgoFELwyNwJRYegdPY6dEnWKFYk-zuBm5VWz7eCpouRu83yLKhk50jg4fwVgY66ea6zep0WrpnrN9plk9qwHL2Qi7GlBY

Top Reliable Free & Unlimited Image Hosting Services

Disclamer : - All the Ratings and given data below are not official its given by https://codexdindia.blogspot.com/  Note : - Don't Use Facebook , Instagram  for Image Hosting  See More Sites Here :-  https://dev.to/sh20raj/free-unlimited-image-hosting-sites-with-direct-link-1i9i 1. Pinterest (Recommended) 10/10 Website :-  https://in.pinterest.com/ Post Example :- https://in.pinterest.com/pin/11118330319957843/ Image Example :- https://i.pinimg.com/564x/94/2f/94/942f94bcf7cca94fb71d7dbc0f86464a.jpg 2. Archive.org (Recommended) 9/10 Website :- https://archive.org/ Post Example :-  https://archive.org/details/bcf_20201128 Image Example :- https://archive.org/download/bcf_20201128/bcf.JPG 3. Google Photos (Recommended) 9/10 Website :-  https://photos.google.com/ Post Example :-  https://photos.app.goo.gl/UemdrghXwpLc2pPu7 Image Example :-  https://lh3.googleusercontent.com/Ridpy-lxYRvKo.... 4. Blogger 7/10 Website :-  https://www.blogger.com/ Post Example :-  https://codexdindi

Create a Website Like/Better than https://drv.tw - Simple Version

Create a website like/better than drv.tw ....... About Drv.tw :- Publish your website with Google Drive Hosting ... https://drv.tw/  We are going to make a website better than it in just few minutes ...... steps :- Follow our Video !  Comment For More Advanced and deteiled video on this topic ....   Content of Advanced Video .... 1. Hide Your Drive's File ID ... 2. Login/Sign Up Features to save your links and files .... 3. Custum User and File Url (SEO Friendly URL

How to Import Stylish HTML5 Audio Player with https://plyr.io with css and js

Full File Here Steps :-  The Audio Tag Syntax <audio controls id="player"> <source src="https://cdn.plyr.io/static/demo/Kishi_Bashi_-_It_All_Began_With_a_Burst.ogg" type="audio/ogg"> <source src="https://cdn.plyr.io/static/demo/Kishi_Bashi_-_It_All_Began_With_a_Burst.mp3" type="audio/mpeg"> Your browser does not support the audio element.-- CodeXD - India </audio> Javascript CDN Just Before </body> Tag <script src="https://cdn.jsdelivr.net/gh/CDNSFree2/Plyr/plyr.min.js"></script> </ body > CSS CDN Just Before </head> Tag <!-- Docs styles --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CDNSFree2/Plyr/plyr.css" /> </ head > See Demo :- Your browser does not support the audio element.-- CodeXD - India

Clock Gadgets for blogger or For Your Website

Add Clock Gadget for blogger Note - Adjust Width and Height According to Your Website ........... Steps :- 1.  Go to 'Layouts' . 2.  Click on 'dd a Gadget' . 3. Click on HTML/Javascript . 4. Paste Your Code There and Save It . Yeh ! A Clock Frame/Gadjet is added To your Website ..... 1. Glitch Clock  < iframe   width = "100%"   height = "315"   src = "https://glitchclock.blogspot.com/"   scrolling = "no" style = " margin: 0cm;  " frameborder = "0"   allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"   allowfullscreen > </ iframe > 2. Digital Clock with vue.js < iframe   width = "100%"   height = "315"   src = "https://digitalclockxd.blogspot.com/"   scrolling = "no" style = " margin: 0cm;  " frameborder = "0"   allow = "accelerometer; autoplay;

how to bypass limit view file size 2GB? or bypass video / any file with bigger in size .

Soory to say but some Users faced the link expiary problem in this website direct.gdrive.vip so you can see this article .  How to Create Direct Download Link for Your Google Drive Files   Website Link - https://direct.gdrive.vip/en/ How to import MediaElements.js Video Player Article - ht tps://codexdindia.blogspot.com/2020/11/how-to-insert-mediaelementsjs-html5.html Video - ht tps://www.youtube.com/watch?v=eQTfbDRITtk&feature=emb_logo Soory to say but some Users faced the link expiary problem in this website direct.gdrive.vip so you can see this article .  How to Create Direct Download Link for Your Google Drive Files Advantages and Usage :-   1.  You can Bypass the massage Directly ....          Google Drive can't scan this file for viruses. PUBG_MOBILE_0.12.0_APK+OBB_By_New_Techno_World.part4.rar  (264M)  is too large for Google to scan for viruses. Would you still like to download this file? 2. You can also bypass the max bandwidth limit exceed of an

Random Posts