Skip to main content

Posts

Blogger Limitations - You Must Know

  Blogger Limitations - You Must Know //Source 1 :-  https://www.bloggingvision.com/10-blogspot-limitation-you-should-know-before-creating-blog/ Google Blogger Limitations per Account Number of Blogs you can create:  100 per account About Me” profile info:  1200 character Profile Interests and favorites:  2000 character in each field Number of blogs to follow:  300 blogs per account Image size: Images via post editor:  Must be 1600px wide (or) high. If you upload more than 1600px dimensions, it will be scaled down to 1600px. Image for Template background:  No limit. But remember, it shows the impact on page speed. So try to upload low dimension images only. 6. Image file size: Uploaded image via Post editor:  Not more than 8MB. Background for Template image:  the image can ch

Hide JavaScript From Website - JavaScript Obfuscator Tool

Hide JavaScript From Website - JavaScript Obfuscator Tool JavaScript Obfuscator Tool JavaScript Obfuscator Tool A free and efficient obfuscator for JavaScript (including partial support of ES2019). Make your code harder to copy and prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)  javascript-obfuscator @2.11.0  created by Timofey Kachalov.  Sponsor What is this? This tool transforms your original JavaScript source code into a new representation that's harder to understand, copy, re-use and modify without authorization. The obfuscated result will have the exact functionality of the original code. So,

Add Password to Blogger's Post or any Webpage Using JavaScript

Add Password to Blogger's Post or any Webpage Simply Add this Code To your Blogger's Post or Webpage if the person wil Enter Wrong PassWork You Page Will Be reloaded and it will ask one more time. <script> var person = prompt("Please enter Security Key", "Harry Potter"); if (person != "pass") { location.reload(); } </script> Here Pass is your password and Harry Potter is default value of the prompt and pass  is the Password in this script. Focus B   Here Instead of location.reload(); you can also use location.href = "https://google.com/"; to redirect user to website url(Here https://google.com/) if user will insert Wrong Password. You can use this code as simple JavaScript on Bloggers Post or Simple HTML webpage also. But not use it for more confidential items because and user can view-source and search for the javascript or password.  Focus C But Here's a Trick if you want to hide the JavaScript Then You

Custom Video Player Integration - SopPlayer Red Rose Theme

Custom Video Player Integration - SopPlayer Red Rose Theme Link :-  https://redrose-lite.blogspot.com/ CodePen Link :-  See the Pen RedRose-Lite - Custom HTML5 Video Player - SopPlayer by SH20RAJ ( @SH20RAJ ) on CodePen . https://cdn.jsdelivr.net/gh/CDNSFree/SopPlayer/RedRose/redrose-lite.js Forked and Modified From here :- https://custom-html5-video.surge.sh/

Add Ckin Video Player to YouTube and HTML5 Video Player

Custom HTML5 Video Player with Ckins... See Demo -  https://hunzaboy.github.io/Ckin-Video-Player/ On CodePen :-  https://codepen.io/SH20RAJ/pen/gOgyeEy Just Copy Paste The CDNs To Your Website... Css CDN  <link rel="stylesheet" href="https://cdn.statically.io/gh/CDNSFree/Ckin-Video-Player/30fefa5a/dist/css/ckin.min.css"/> Js CDN <script src="https://cdn.statically.io/gh/CDNSFree/Ckin-Video-Player/30fefa5a/dist/js/ckin.min.js"></script> Add Video Player <video poster="https://hunzaboy.github.io/Ckin-Video-Player/ckin.jpg" src="https://ghcdn.rawgit.org/CDNSFree/Ckin-Video-Player/master/ckin.mp4" data-ckin="default" data-overlay="1" data-title="The curious case of Chameleon..." ></video> See Demo :- Here are Some Skins Also :- Defaul

Create Website or GitHub Page for Organisation or Account username.github.io (Not of Repo) Main

Create a repository Head over to GitHub and create a new public repository named username.github.io, where username is your username (or organization name) on GitHub. If the first part of the repository doesn’t exactly match your username, it won’t work, so make sure to get it right.

Random Posts