Day 3 | #100DaysOfCode Today I learned how to integrate Google Sheets into a…
Dean Ha3rd January 2022
Day 2 | #100DaysOfCode Today I’ve learned about “The Big-O Notation & Time Complexity” it’s…
Dean Ha2nd January 2022
Day 1 | #100DaysOfCode Build the year 2022 in CSS 🙂 https://codepen.io/deanha/pen/RwLMxew… via @CodePen
Dean Ha1st January 2022
ScrollReveal JS If you wish to animate your web elements as they scroll into view,…
Dean Ha23rd November 2021
var copyText = document.getElementById("reg"); copyText.value.replace(/ /g,'')
Dean Ha19th August 2021
<!doctype html> <html> <head> <title>IE10/11 Media Query Test</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style> @media…
Dean Ha5th July 2021
if (typeof jQuery == "undefined") { alert("jQuery is not installed"); (function () { var script…
Dean Ha28th May 2021
To force your website domain to use an HTTPS connection, add the following lines inside…
Dean Ha10th March 2021
There are times when you're tracking there are sudden jumps in the co-ords.. which are…
Dean Ha28th November 2020
ALLOW ABILITY TO CHOOSE SUBSET OF LOCAL MONITORS FOR RDP SESSION (FULL SCREEN) Allow ability…
Dean Ha25th November 2020
have you tried running a script which was defined in your package.json and it didn't…
Dean Ha14th November 2020
We can use the MutationObserver to listen to changes made to a target node. With…
Dean Ha23rd June 2020
cd C:\xampp\mysql\bin mysql -u root -p show databases; use DATABASENAME; source path\to\DATABASE_SQL_FILE.sql
Dean Ha28th November 2019