• So far about E-MAIL from UE it's silencio.

    If the, there's none.

    No answers.

    I'M SURE THAT POLICE WILL FIND SOMONE WITH THE WEED FASTER AND PUT INTO JAIL SOMWHERE IN THE WORLD THEN UE WILL FIND THIS WEBSITE, OPEN THE E-MAIL AND READ MY M A I L.

    I wrote to the UE, if there was the hostages to SWAP or other e-mail there would be no answer about just in my case.

    #UE
    So far about E-MAIL from UE it's silencio. If the, there's none. No answers. I'M SURE THAT POLICE WILL FIND SOMONE WITH THE WEED FASTER AND PUT INTO JAIL SOMWHERE IN THE WORLD THEN UE WILL FIND THIS WEBSITE, OPEN THE E-MAIL AND READ MY M A I L. I wrote to the UE, if there was the hostages to SWAP or other e-mail there would be no answer about just in my case. #UE
    Yay
    1
    0 Reacties 0 aandelen 6K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 10K Views 0 voorbeeld
  • With no flushing your browser DATA. You will have updates in about 1 month with the cookies as I think.

    #updates
    With no flushing your browser DATA. You will have updates in about 1 month with the cookies as I think. #updates
    Yay
    1
    0 Reacties 0 aandelen 6K Views 0 voorbeeld
  • SUPER UPDATE:

    I lock Google Chrome Browser address bar for mobile for NEW theme.

    Reloding page with swipe down it's also switch off.

    #Google #Chrome #Browser #Update #New #Theme
    SUPER UPDATE: I lock Google Chrome Browser address bar for mobile for NEW theme. Reloding page with swipe down it's also switch off. #Google #Chrome #Browser #Update #New #Theme
    0 Reacties 0 aandelen 12K Views 0 voorbeeld
  • When using <div></div> example might be <a></a> or something.

    When writing element mean mostly div class with DOT:

    .example {
    attribiute: value;
    }

    For id we have:

    #example {
    attribiute: value;
    }

    #CSS
    When using <div></div> example might be <a></a> or something. When writing element mean mostly div class with DOT: .example { attribiute: value; } For id we have: #example { attribiute: value; } #CSS
    Pride
    1
    0 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 8K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 10K Views 0 voorbeeld
  • 0 with no %
    0 with no %
    Haha
    1
    0 Reacties 0 aandelen 1K Views 0 voorbeeld
  • About HTML non closing tags about "meta" I use just simple <> instead of NEW < />

    I do same with <br> but I read that w3schools recomends using <br />
    About HTML non closing tags about "meta" I use just simple <> instead of NEW < /> I do same with <br> but I read that w3schools recomends using <br />
    Here
    1
    0 Reacties 0 aandelen 4K Views 0 voorbeeld
  • Zoom "web" works with:
    body {
    touch-action: auto; }

    And good meta viewport:

    In my case just simple:

    <meta name="viewport" content="width=device-width, initial-scale=1">

    #web #zoom #CODE
    Zoom "web" works with: body { touch-action: auto; } And good meta viewport: In my case just simple: <meta name="viewport" content="width=device-width, initial-scale=1"> #web #zoom #CODE
    0 Reacties 0 aandelen 5K Views 0 voorbeeld
  • You can always contact me by official contact page over here with your sponsorship mail.
    You can always contact me by official contact page over here with your sponsorship mail.
    Yay
    1
    0 Reacties 0 aandelen 5K Views 0 voorbeeld
  • There is TIP button with BTC at 𝕏.

    https://www.x.com/soroczynski_com
    There is TIP button with BTC at 𝕏. https://www.x.com/soroczynski_com
    Yay
    1
    0 Reacties 0 aandelen 6K Views 0 voorbeeld
  • I'm looking for clue to swich off Google search snackbar for selected text other than CSS user-selected: none;

    With switch off possibilty of text selection that makes copy paste unpossible.
    I'm looking for clue to swich off Google search snackbar for selected text other than CSS user-selected: none; With switch off possibilty of text selection that makes copy paste unpossible.
    Yay
    1
    0 Reacties 0 aandelen 12K Views 0 voorbeeld
  • https://www.youtube.com/watch?v=FQlAEiCb8m0

    Stardust - Music Sounds Better With You (Official Music Video)

    #DJFOX
    https://www.youtube.com/watch?v=FQlAEiCb8m0 Stardust - Music Sounds Better With You (Official Music Video) #DJFOX
    Yay
    1
    0 Reacties 0 aandelen 9K Views 0 voorbeeld

  • Conor McGregor let's roll here with your MIGA and MEGA over here.
    Conor McGregor let's roll here with your MIGA and MEGA over here.
    Yay
    1
    0 Reacties 0 aandelen 3K Views 0 voorbeeld
  • Yetti has SYSTEM badge with means that when someone contact to it, then contact to someone from the website.

    #YETTI
    [Yetti] has SYSTEM badge with means that when someone contact to it, then contact to someone from the website. #YETTI #π
    Haha
    1
    0 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 3K Views 0 voorbeeld
  • Been reading that they do it with quam and run with i386 CPU mode.
    Been reading that they do it with quam and run with i386 CPU mode.
    Yay
    1
    0 Reacties 0 aandelen 2K Views 0 voorbeeld
  • This Minix OS doesn't work with Macbook Pro 2011.

    Maybe it's about define mashine, there is Macintosh.

    What's more maybe there's need to define another CPU's.

    And what's more that the keybord dosen't work.

    People do this with virtualmashine or quam.
    This Minix OS doesn't work with Macbook Pro 2011. Maybe it's about define mashine, there is Macintosh. What's more maybe there's need to define another CPU's. And what's more that the keybord dosen't work. People do this with virtualmashine or quam.
    0 Reacties 0 aandelen 4K Views 0 voorbeeld
  • Another big thing is OS with is able to compile itself.

    #OS #selfcompilable
    Another big thing is OS with is able to compile itself. #OS #selfcompilable
    0 Reacties 0 aandelen 2K Views 0 voorbeeld
  • The thing about computer is about knowledge to known and have this source code about swithin on the CPU and computer about kernel and more the OS, or just splash page or something. There is architecture of CPU and for this one need to be this one.

    #CPU #kernel
    The thing about computer is about knowledge to known and have this source code about swithin on the CPU and computer about kernel and more the OS, or just splash page or something. There is architecture of CPU and for this one need to be this one. #CPU #kernel
    0 Reacties 0 aandelen 5K Views 0 voorbeeld
  • MEM

    What's going on?

    #mem #cat #with #glasses
    MEM What's going on? #mem #cat #with #glasses
    0 Reacties 0 aandelen 2K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 9K Views 0 voorbeeld
Zoekresultaten