• 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 Comments 0 Shares 7K Views 0 Reviews
  • In near future will code custom context right click menu.
    In near future will code custom context right click menu.
    0 Comments 0 Shares 3K Views 0 Reviews
  • 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 Comments 0 Shares 10K Views 0 Reviews
  • 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 Comments 0 Shares 6K Views 0 Reviews
  • 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 Comments 0 Shares 8K Views 0 Reviews
  • 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 Comments 0 Shares 10K Views 0 Reviews
  • 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 Comments 0 Shares 4K Views 0 Reviews
  • 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 Comments 0 Shares 13K Views 0 Reviews
  • 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 Comments 0 Shares 3K Views 0 Reviews
  • 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 Comments 0 Shares 2K Views 0 Reviews
  • 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 Comments 0 Shares 7K Views 0 Reviews
  • https://www.youtube.com/watch?v=hNrt704O0tU

    Funky Arrival

    #DJFOX
    https://www.youtube.com/watch?v=hNrt704O0tU Funky Arrival #DJFOX
    Yay
    1
    0 Comments 0 Shares 4K Views 0 Reviews
  • 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 Comments 0 Shares 9K Views 0 Reviews
  • 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 Comments 0 Shares 8K Views 0 Reviews
  • 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 Comments 0 Shares 8K Views 0 Reviews
  • 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 Comments 0 Shares 8K Views 0 Reviews
  • 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 Comments 0 Shares 5K Views 0 Reviews
  • 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 Comments 0 Shares 6K Views 0 Reviews
  • 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 Comments 0 Shares 8K Views 0 Reviews
  • https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    https://www.instagram.com/reel/C_vUtnJIxrK/?igsh=NHpwOWpmZmZyMDFu
    Pride
    1
    0 Comments 0 Shares 3K Views 0 Reviews
  • 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 Comments 0 Shares 5K Views 0 Reviews
  • 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 Comments 0 Shares 4K Views 0 Reviews
  • 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 Comments 0 Shares 11K Views 0 Reviews
  • 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 Comments 0 Shares 7K Views 0 Reviews
More Results