• 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 Comentários 0 Compartilhamentos 7K Visualizações 0 Anterior
  • In near future will code custom context right click menu.
    In near future will code custom context right click menu.
    0 Comentários 0 Compartilhamentos 3K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 10K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 6K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 9K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 4K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 12K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 2K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 2K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7K Visualizações 0 Anterior
  • https://www.youtube.com/watch?v=hNrt704O0tU

    Funky Arrival

    #DJFOX
    https://www.youtube.com/watch?v=hNrt704O0tU Funky Arrival #DJFOX
    Yay
    1
    0 Comentários 0 Compartilhamentos 4K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 5K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 6K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8K Visualizações 0 Anterior
  • https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    Pride
    1
    0 Comentários 0 Compartilhamentos 3K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 5K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 4K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 11K Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7K Visualizações 0 Anterior
Páginas Impulsionadas