This JavaScript code will automatically change the MIN value of a DATE input to the desired start DATE. Checkout the…
A simple Info/Content Tabs element using HTML, CSS, and jQuery. Checkout the Codepen DEMO. Requirement: https://code.jquery.com/jquery-3.6.0.min.js HTML Code: <div id=”tabwrap”>…
Simple Content Carousel using Bootstrap 4 and Bootstrap Icons Checkout the Codepen DEMO. Requirements: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/js/bootstrap.min.js HTML Code:…
<script> document.addEventListener(‘DOMContentLoaded’, function() { jQuery(“.element-class a”).attr(‘target’, ‘_blank’); }, false); </script>
I recently changed the domain of this website from codesnippets.astralmemories.com to codesnippets.freewebtools.net, and when I wanted to update one of…
We have a file called URLs.txt with URLs: http://www.google.com http://www.reddit.com We want to create an HTML file with clickable URLs:…
The following wget command will create a file called urls.txt containing all the URLs found in a site’s sitemap.xml file.…
SSH into your Raspberry Pi or open the Terminal directly in your raspberry pi. Go to the Desktop: Or: Create…
Open a new terminal window. Open the Terminal Preferences. Go to the Profiles tab and select the Homebrew profile, then…
I wanted to change the resolution of the generated thumbnails images located in my posts section page of my personal…