How to force SSL with .htaccess? How toTutourial & Tips How to force SSL with .htaccess? To force your website domain to use an HTTPS connection, add the following lines inside…Dean Ha10th March 2021
Remove bad GPS coords when tracking Tutourial & Tips Remove bad GPS coords when tracking There are times when you're tracking there are sudden jumps in the co-ords.. which are…Dean Ha28th November 2020
Remote Desktop use 2 out of 4 monitors Tutourial & Tips Remote Desktop use 2 out of 4 monitors ALLOW ABILITY TO CHOOSE SUBSET OF LOCAL MONITORS FOR RDP SESSION (FULL SCREEN) Allow ability…Dean Ha25th November 2020
npm run *script* doesn’t do anything Tutourial & Tips npm run *script* doesn’t do anything have you tried running a script which was defined in your package.json and it didn't…Dean Ha14th November 2020
Basic JavaScript MutationObserver API BlogTutourial & Tips Basic JavaScript MutationObserver API We can use the MutationObserver to listen to changes made to a target node. With…Dean Ha23rd June 2020
How to access mysql & import database using the Command Line Interface How toTutourial & Tips How to access mysql & import database using the Command Line Interface cd C:\xampp\mysql\bin mysql -u root -p show databases; use DATABASENAME; source path\to\DATABASE_SQL_FILE.sql Dean Ha28th November 2019
HTTP Status Codes List Blog HTTP Status Codes List HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Status…Dean Ha11th October 2019
ElectronJs – Creating your first Cross-Platform Desktop App How toTechnologyTutourial & Tips ElectronJs – Creating your first Cross-Platform Desktop App Make sure you have Node and NPM install on your Development Environment Install electron locally…Dean Ha6th September 2019
How to create a Progressive Web App (PWA) How toTutourial & Tips How to create a Progressive Web App (PWA) Generate your PWA manifest.json here: https://app-manifest.firebaseapp.com Create a ServiceWorker and name it: sw.js You will…Dean Ha22nd August 2019
How to encrypt a string with a private key/salt in PHP Tutourial & Tips How to encrypt a string with a private key/salt in PHP Its useful to encrypt a certain string and and then unlock the message by decryption…Dean Ha31st July 2019
3 Amazing Places to Get Free Stock Photo Images Resources 3 Amazing Places to Get Free Stock Photo Images 3 Amazing websites that offers Free stock photos you can use everywhere. ✓ Free for…Dean Ha27th June 2019
Great Web Technologies and Libraries to Try Out BlogResources Great Web Technologies and Libraries to Try Out Some really nice tools out there, that we as a developer, should try. It would…Dean Ha9th May 2019
Save & Get £15 Off Your Next Trip on Booking.com Blog Save & Get £15 Off Your Next Trip on Booking.com Save £15.00 when you book your next trip on Booking.com via the link below: https://www.booking.com/s/43_8/dwha8880Dean Ha24th April 2019
How to use NFC Tags in 6 CREATIVE Ways BlogInspirations How to use NFC Tags in 6 CREATIVE Ways How to use NFC Tags in 6 CREATIVE Ways https://www.youtube.com/watch?v=kc2MM8z6X7k Fun and Tricks with NFC…Dean Ha14th March 2019
Find all string within square brackets [string] – Regex Tutourial & Tips Find all string within square brackets [string] – Regex Regex Pattern: var regex = '/\/g'; Link: https://www.regextester.com/97589dha20th December 2018