Thursday, November 14, 2019

How To Detect HTTP Or HTTPS in JavaScript?


console.log(location.protocol);
//output => https:

You can change the protocol of the site simply by using following logic:
var protocol = location.protocol === 'https:' ? 'http' : 'https';

console.log(protocol);
//output => http

Monday, September 16, 2019

Free Download Wedding Planner – Beautiful Wedding Event & Planner Responsive HTML5 Template



The Wedding is Responsive HTML theme for wedding planner websites.  which helps you to build your own site. Wedding Planner theme has a fully responsive layout.

Download free: WeddingPlanner




7 Must-Have WordPress Plugins to Boost Your Website in 2026

Want to make your WordPress site faster, smarter, and more powerful? Plugins are the secret weapon that can transform a basic blog into a pr...