Skip to main content

Posts

Showing posts from September, 2021

HTML5 Video Player - Clapper - An extensible media player Integration - 360 HTML5 Video Player Support

HTML5 Video Player - Clapper - An extensible media player Integration - 360 HTML5 Video Player Support Clapper :-  http://clappr.io/ | GitHub :-  https://github.com/clappr/clappr See Demos :-  https://sopplayer.sh20raj.repl.co/Clapper/  | Video Documentation :-  https://youtu.be/5qX7yG_7WDs Firstly Import the Clappr CDN in head tag <head> <script src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script> <head/> Then Use the below codes to initialize your video player. <div id="player"></div> <script> var player = new Clappr.Player( { source:"https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4", parentId: "#player", poster:"https://i.pinimg.com/564x/f3/df/a6/f3dfa67d82133295a97731532fb625b0.jpg" }); </script>

Google Analytics + Best Alternative Woopra - Free plan is available

Pricing :-  https://www.woopra.com/pricing Woopra  provides website analytics based around touchpoints, such as interactions with live chat or user behavior after onboarding emails. The tool is set up to guide users through the customer journey via data-driven analytics. Pricing:  Free plan is available; Pro plans start at $999/month Rating:   4.2 out of 5 stars

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse

Convert Google Spreadsheet into database - Free MySQL Database from Google Sheets - Papa Parse papaparse - Convert Google Spreadsheet into database This is a new method after tabletop.js :-  https://github.com/jsoma/tabletop  easy way to get your spreadsheet into a json format. Tabletop was created in about 1995, back when we had to remember to disable call waiting when dialing into CompuServe. Now that it's 2020, Google is shutting down the infrastructure that Tabletop relies on. Big surprise, right? But luckily, it's pretty easy to switch to a more modern way of doing things! Instead of Tabletop, we're going to use Papa Parse . You still need to share your spreadsheet and all of that (see below), but the changes are actually pretty tiny!  Firstly You have to import Papa Parse CDN :- <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js"></script> Then Use it as JavaScript

Remote Upload on Archive.org - Free Unlimited Cloud Storage - Direct Download

Remote Upload on Archive.org - Free Unlimited Cloud Storage - Direct Download To Upload your Remote File/URL or Archive.org for free go to  https://archive.org/web/  and enter your file url or website url whatever you want to save on archive.  Previous Video :-  File Examples :- Software, Big Size PC Games  👑   Setup,  Video/Audio/Apk/PDF Files for Download, Big Zip Files, Big Script/Code Compressed Format, etc... Whatever you want to store. Note :- You can Clone your whole Website/Blog also for that particular time period. You can Also Short Your Long URL then enter it because the url will also reflect on the new url. shortened url Click on Save this url Click on Save and Tick all the parameters to save and wait for the downloading process. Now, It will take some time to save your file/website to archive.org server. or Use this URL Direct :-  https://web.archive.org/save/  and right click and copy your video/files link (Direct Download) Some Special Stuffs that you ca

Random Posts