• This is not so big money for todays business, Polish inPost bought English Yodel for about 106 000 000 £.

    If you look at EU START UPS profile at 𝕏 you gonna see that they donate more less 20-80 000 000 € for every UK business with is kind funny as the UK it's not in the UE.
    This is not so big money for todays business, Polish inPost bought English Yodel for about 106 000 000 £. If you look at EU START UPS profile at 𝕏 you gonna see that they donate more less 20-80 000 000 € for every UK business with is kind funny as the UK it's not in the UE.
    Haha
    1
    0 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • In near future will code custom context right click menu.
    In near future will code custom context right click menu.
    0 Commentaires 0 Parts 3KB Vue 0 Aperçu
  • This CSS for Google Chrome Browser address bar NO AUTOHIDE need goes with @media for mobile becouse will work for desktop too so some of your scroll funtions won't work.

    #Google #no #autohide #Chrome


    This CSS for Google Chrome Browser address bar NO AUTOHIDE need goes with @media for mobile becouse will work for desktop too so some of your scroll funtions won't work. #Google #no #autohide #Chrome
    Yay
    1
    0 Commentaires 0 Parts 10KB Vue 0 Aperçu
  • For vibration I use:

    var elem = document.getElementsByTagName('a');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('button');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('i');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('img');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('svg');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }


    function vibrate() {

    navigator.vibrate(100);
    }


    This is AUTO and MANUAL onclick

    #JavaScript #vibrations #CODE
    For vibration I use: var elem = document.getElementsByTagName('a'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('button'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('i'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('img'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('svg'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } function vibrate() { navigator.vibrate(100); } This is AUTO and MANUAL onclick #JavaScript #vibrations #CODE
    0 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • Than as you can know we can have both vibration and sound for button.

    #multifunc with onclick JavaScript.
    Than as you can know we can have both vibration and sound for button. #multifunc with onclick JavaScript.
    Haha
    1
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • For sound when something is pressed:

    <script>
    function backspin(url) {
    var ourAudio = document.createElement('audio'); // Create a audio element using the DOM
    ourAudio.style.display = "none"; // Hide the audio element
    ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL
    ourAudio.autoplay = true; // Automatically play sound
    ourAudio.onended = function() {
    this.remove(); // Remove when played.
    };
    document.body.appendChild(ourAudio);
    }
    </script>

    For PHP file and with no<script></script> for CUSTOM JavaScript if you have.

    And I use onclick for that:

    backspin();

    #JavaScript #onclick #sound
    For sound when something is pressed: <script> function backspin(url) { var ourAudio = document.createElement('audio'); // Create a audio element using the DOM ourAudio.style.display = "none"; // Hide the audio element ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL ourAudio.autoplay = true; // Automatically play sound ourAudio.onended = function() { this.remove(); // Remove when played. }; document.body.appendChild(ourAudio); } </script> For PHP file and with no<script></script> for CUSTOM JavaScript if you have. And I use onclick for that: backspin(); #JavaScript #onclick #sound
    Yay
    1
    0 Commentaires 0 Parts 10KB Vue 0 Aperçu
  • About onclick in JavaScript for multiplay functions:

    <div onclick="func1();func2();">someting</div>

    Then need to be this ; for each

    #JavaScript #onclick
    About onclick in JavaScript for multiplay functions: <div onclick="func1();func2();">someting</div> Then need to be this ; for each #JavaScript #onclick
    0 Commentaires 0 Parts 4KB Vue 0 Aperçu
  • Update:

    + Zoom at New theme
    + More vibrations

    In near future maybe:

    * Adress bar of Chrome MOBILE browser always ON (NO AUTO HIDE)
    Update: + Zoom at New theme + More vibrations In near future maybe: * Adress bar of Chrome MOBILE browser always ON (NO AUTO HIDE)
    Yay
    1
    0 Commentaires 0 Parts 13KB Vue 0 Aperçu
  • Will try later with better Internet 5G.

    When I'm in 5G full speed.
    Will try later with better Internet 5G. When I'm in 5G full speed.
    0 Commentaires 0 Parts 3KB Vue 0 Aperçu
  • https://x.com/GOP/status/1881204780988543336?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1881204780988543336%7Ctwgr%5E48f43aad7cbeb2a6e32e11f3eeee8bb9c079316a%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fpublish.twitter.com%2F%3Furl%3Dhttps%3A%2F%2Ftwitter.com%2FGOP%2Fstatus%2F1881204780988543336
    https://x.com/GOP/status/1881204780988543336?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1881204780988543336%7Ctwgr%5E48f43aad7cbeb2a6e32e11f3eeee8bb9c079316a%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fpublish.twitter.com%2F%3Furl%3Dhttps%3A%2F%2Ftwitter.com%2FGOP%2Fstatus%2F1881204780988543336
    Haha
    1
    0 Commentaires 0 Parts 2KB Vue 0 Aperçu
  • https://vm.tiktok.com/ZNewvJ2Qp/

    Police in action. Looking for LSD customer in Cracov in my area. IMHO

    Be carefull.
    https://vm.tiktok.com/ZNewvJ2Qp/ Police in action. Looking for LSD customer in Cracov in my area. IMHO Be carefull.
    0 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • https://www.youtube.com/watch?v=hNrt704O0tU

    Funky Arrival

    #DJFOX
    https://www.youtube.com/watch?v=hNrt704O0tU Funky Arrival #DJFOX
    Yay
    1
    0 Commentaires 0 Parts 4KB Vue 0 Aperçu
  • Custom music player will be in new line.

    Need to code it with 'START song from the begining too' button.

    <| this one

    Yeah, maybe you will be not able to change station and will be for countrys.

    For sure some tracks will play or full albums too.

    And for your own profile and page will be your music.

    Yes.
    Custom music player will be in new line. Need to code it with 'START song from the begining too' button. <| this one Yeah, maybe you will be not able to change station and will be for countrys. For sure some tracks will play or full albums too. And for your own profile and page will be your music. Yes.
    0 Commentaires 0 Parts 9KB Vue 0 Aperçu
  • Vibrations for toogle music and all links and onclick maual func around the website.

    function vibrate() {

    navigator.vibrate(100);
    }



    var elem = document.getElementsByTagName('a');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('button');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('i');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }
    Vibrations for toogle music and all links and onclick maual func around the website. function vibrate() { navigator.vibrate(100); } var elem = document.getElementsByTagName('a'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('button'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('i'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); }
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • Example script code for toogle on and off music.

    <script type="text/javascript">
    var myAudio = document.getElementById("myAudio");

    var isPlaying = true;

    function togglePlay() {
    isPlaying ? myAudio.pause() : myAudio.play();
    };

    myAudio.onplaying = function() {
    isPlaying = true;
    };
    myAudio.onpause = function() {
    isPlaying = false;
    };
    </script>
    Example script code for toogle on and off music. <script type="text/javascript"> var myAudio = document.getElementById("myAudio"); var isPlaying = true; function togglePlay() { isPlaying ? myAudio.pause() : myAudio.play(); }; myAudio.onplaying = function() { isPlaying = true; }; myAudio.onpause = function() { isPlaying = false; }; </script>
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • In future you be able to run your own song at your profile at CDEFGAHC.COM

    #NEW
    In future you be able to run your own song at your profile at CDEFGAHC.COM #NEW
    Pride
    1
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • Smarty {if} constructions, looks more complicated.

    It's about construction with {else}

    When the obvious parameter means oposite.



    {if !$user->_logged_in} (example funcion with with no else might be just for logged in)
    {include file='example1.tpl'} (not logged in)



    {else}

    {include file='example2.tpl'} (logged in)


    {/if}


    Smarty {if} constructions, looks more complicated. It's about construction with {else} When the obvious parameter means oposite. {if !$user->_logged_in} (example funcion with with no else might be just for logged in) {include file='example1.tpl'} (not logged in) {else} {include file='example2.tpl'} (logged in) {/if}
    Yay
    1
    0 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • They reset it by CHACHE plugin at WORPRESS for you all to apply changes about the website about some parts, funcions of website.
    They reset it by CHACHE plugin at WORPRESS for you all to apply changes about the website about some parts, funcions of website.
    0 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • IMHO desktop Chrome APP it's more quick then the browser.

    It's has less functions, less code.

    And it's bigger. Almost full screen with no address bar.

    This is big difference. Trust me.

    There is motion in your scroll and gives it's give the satisfaction.
    IMHO desktop Chrome APP it's more quick then the browser. It's has less functions, less code. And it's bigger. Almost full screen with no address bar. This is big difference. Trust me. There is motion in your scroll and gives it's give the satisfaction.
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    Pride
    1
    0 Commentaires 0 Parts 3KB Vue 0 Aperçu
  • Partnerzy xyz.pl

    #SPONSORZY

    PS To tam od kanaƂu ZERO są ludzie tam teĆŒ byƂ full sponsoring, ĆŒeby ruszyƂo. Tutaj banki sponsorują.
    Partnerzy xyz.pl #SPONSORZY PS To tam od kanaƂu ZERO są ludzie tam teĆŒ byƂ full sponsoring, ĆŒeby ruszyƂo. Tutaj banki sponsorują.
    Yay
    1
    0 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • Dear YOU,

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


    Regards,

    XYZ
    Dear YOU, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Regards, XYZ
    0 Commentaires 0 Parts 4KB Vue 0 Aperçu
  • https://www.youtube.com/watch?v=38P-1lHSp8k

    Dark Side of the Wu - Full Pink Floyd / Wu-Tang Mashup

    #CDEFGAHC.COM #RAINBOW
    https://www.youtube.com/watch?v=38P-1lHSp8k Dark Side of the Wu - Full Pink Floyd / Wu-Tang Mashup #CDEFGAHC.COM #RAINBOW
    Like
    1
    0 Commentaires 0 Parts 12KB Vue 0 Aperçu
  • https://www.youtube.com/watch?v=lUZysLjEksI

    L'ENTOURLOOP - Chickens In Your Town (Full Album)

    #CDEFGAHC.COM #DJT
    https://www.youtube.com/watch?v=lUZysLjEksI L'ENTOURLOOP - Chickens In Your Town (Full Album) #CDEFGAHC.COM #DJT
    Haha
    1
    0 Commentaires 0 Parts 7KB Vue 0 Aperçu
Plus de résultats