Search Knowledge Base Articles
-
Dynamic Base URL for Codeigniter Projects
24-05-2018 10:49:26$protocol = stripos($_SERVER['SERVER_PROTOCOL'],'https') === true ? 'https://' : 'http://';$root = $protocol.$_SERVER['HTTP_HOST'];$root .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);$config['base_url'... -
Wordpress - Accordion CSS & JS
01-11-2021 14:16:48//CSS.accordion {background-color: #eee;color: #444;cursor: pointer;padding: 18px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.4s;}.active, .accordio... -
How to Stop Chrome from Automatically Redirecting to https
11-11-2021 12:38:32 -
STOP LOADING A WEBPAGE IF JAVASCRIPT DISABLED
08-10-2022 15:01:18STOP LOADING A WEBPAGE IF JAVASCRIPT DISABLED All the webpages, works with supporting files such as HTML,CSS, Javascript, Jquery, etc. But for some web pages, like banking site, data entry sites, & some of the governmen... -
SMS API
23-03-2024 17:30:36$authkey = 'key';$sender_id = 'senderid';$DLT_TE_ID = dltid;$country_code = '0';$message_content = 'We have New Stock Suggestion - Login to the portal https://spacedot.co.in/ and get more details';$mobile_number = '919790464324... -
Youtube Thumbnail image
22-04-2024 15:46:58Youtube video thumbnails are available in four different qualities and dimensions.SD 640 x 480https://i.ytimg.com/vi/Your-Video-Id/sddefault.jpgMQ 320 x 180https://i.ytimg.c... -
How to create and structure NodeJS Project with ORM
05-12-2024 13:36:43Code to create NodeJS API’s with Sequelize as ORM: 1.... -
Qr Code Genarate And Download HTML CS JS - Vasanth
05-05-2025 11:33:01<!DOCTYPE html><html><head> <title>QR Code Generator</title> <script src="<" target="_blank" rel="nofollow">https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"><... -
DataBase Cronjob
05-09-2025 17:48:331. Enable the Event Scheduler You can enable it temporarily or permanently. Temporarily (until MySQL restarts):... -
Clear Google History
24-12-2025 12:03:12document.addEventListener('DOMContentLoaded', function() { ...