Html – CSS – how to load a custom local font on OSX
I have a local webserver, and I would like to load a local custom font that is not on my project folder I have checked some tutorials, but for a reason I do not know, I do not manage to…
I have a local webserver, and I would like to load a local custom font that is not on my project folder I have checked some tutorials, but for a reason I do not know, I do not manage to…
I have to code a website, I have my homepage and I want to add an input in my HTML and to add in my JavaScript a function who check if the word is the same in Javascript. It just…
We're working on a project that will be on local and we wanna make a daily backup and we wanna it to be on hosting or server. Thanks
I've been learning about the aforementioned things in a university course all about database management, but I'm a bit confused by the details of what all these things actually mean, so I was hoping to just write down my interpretation…
I have a very simple HTML app with uses a couple of js files, a css and several images. I have all of them bundled on a folder that I downloaded to my mobile phone in the Downloads folder. Now,…
I have an apache webserver installed on my ubuntu client. The webserver is being accessed by clients from LAN. I want to have a HTML button, which starts a locally saved phyton script (/etc/skript.py) on my ubuntu client. I've tried…
My LocalWP staging website keeps redirecting me to the live web + cant even log into the wp admin. This is a custom wordpress website. I’m using LocalWP, made a copy of the website using duplicator. How could I fix…
I already have a live existing wordpress site. I am trying to install wordpress locally for mac. I want to make edits of my site, but don't want my live site to look under construction. I have tried Bitnami and…
i have a form to get user name , phonenumber, street , province and i want to save this in local with Shared Preferences like this to read i have card for each adress inside tha card it will show…
I'm working on a local javascript application that interact with a server in ajax and I want to securize my creation form with hcaptcha. <script src='https://js.hcaptcha.com/1/api.js' async defer></script> <h2>Create an account</h2> <form class="create-account" method="post"> ... <div class="h-captcha" data-sitekey="..."></div> <p><button type="submit">Create…