A small JavaScript script that allows, for example, open, close or toggle a div.
Using only JavaScript, no jquery, no mootools, no angularjs, no dojo, nothing... only javascript.
<script type="text/javascript">
function Show(id){}
function Hide(id){}
function toggle(id)...
Un giochino javascript che permette, ad esempio di aprire, chiudere o toggle un div.
Usando solo Javascript, no jquery, no mootools, no angular, no dojo, un caz.. di niente... solo javascript.
<script type="text/javascript">
function Show(id){}
function Hide(id){}
function...
Already some time ago I had tried to load some links of my sites on reddit automatically with api, but they are breakers, they take you for spam and they ban you all the time.
They ban you because as soon as you register you don't have your own subreddit, you have to publish it on someone...
Con questo giochino creo uno script che può essere lanciato via cronjob (giornaliero, settimanale, mensile), che in automatico fa il backup di tutte le tabelle mysql sul mio server e crea un unico file .zip.
Si comincia creando la necessaria struttura cartelle:
sudo mkdir...
First, Onesignal: https://onesignal.com, sign up and start building an app.
You will also need Firebase https://firebase.google.com, OneSignal will tell you when to use it.
The configuration of Onesignal with Firebase is easy, the mess begins when you get to having to put your hand on...
In GTA 5 you can modify or add water. I did a lot of testing before changing some existing portions of water, then starting to add new portions and starting to test the various parameters applicable to water in GTA 5.
For each test I created and shared a new map file, and many have asked me how to...
Innanzitutto, Onesignal: https://onesignal.com, iscriviti e inizia a creare un app.
Ti servirà anche Firebase https://firebase.google.com, ti dirà OneSignal quando usarlo.
La configurazione di Onesignal con Firebase è facile, il casino inizia quando arrivi a dover metter...