• My Revolut Card Reader for CYBREX.PL

    Hardware and Software.

    #Revolut #Card #Reader #CYBREX.PL

    My Revolut Card Reader for CYBREX.PL Hardware and Software. #Revolut #Card #Reader #CYBREX.PL
    Yay
    1
    0 Komentáře 0 Akcie 8K Zobrazení 0 Recenze
  • I just get my Revolut Card Reader. I will use it to get the paymant from you at street for becoming the member of my club.

    https://cybrex.pl/

    #cybrex.pl

    I just get my Revolut Card Reader. I will use it to get the paymant from you at street for becoming the member of my club. https://cybrex.pl/ #cybrex.pl
    Pride
    1
    0 Komentáře 0 Akcie 9K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
  • @media (max-width: 768px) {

    element {
    attribiute: value;
    }}

    Just be sure about this }} at ending.

    Need to code this for all of CSS for NO AUTOHIDE.

    #media #CSS #for #mobile
    @media (max-width: 768px) { element { attribiute: value; }} Just be sure about this }} at ending. Need to code this for all of CSS for NO AUTOHIDE. #media #CSS #for #mobile
    Yay
    1
    0 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 10K Zobrazení 0 Recenze
  • Send my 400$ by PapPal to pay for my T-Mobile bill.

    www.PayPal.me/deweloper
    Send my 400$ by PapPal to pay for my T-Mobile bill. www.PayPal.me/deweloper
    Płać Maciej Soroczyński za pomocą usługi PayPal.Me
    Przejdź do paypal.me/deweloper i podaj kwotę. To system PayPal, jest zatem łatwo i bezpiecznie. Nie masz konta PayPal? To żaden problem.
    Pride
    1
    0 Komentáře 0 Akcie 3K Zobrazení 0 Recenze
  • About quick action button.

    Text 2 speech doesn't work for this website proply.

    #Google
    About quick action button. Text 2 speech doesn't work for this website proply. #Google
    Haha
    1
    0 Komentáře 0 Akcie 3K Zobrazení 0 Recenze
  • Use Google Chrome Browser for mobile to have Google Translator and translate whole website to your language.
    Use Google Chrome Browser for mobile to have Google Translator and translate whole website to your language. 🌍
    Yay
    1
    0 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
  • UPDATE

    There is also LEFT SWIPE for Classic Theme. Just for INDEX for now.

    #update
    UPDATE There is also LEFT SWIPE for Classic Theme. Just for INDEX for now. #update
    Yay
    1
    0 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
  • Quick update for Classic theme about no AUTOHIDE of Google Chrome Browser adresse bar for mobile.

    Flush your browser DATA if there's no update for you.

    #update #classic #theme
    Quick update for Classic theme about no AUTOHIDE of Google Chrome Browser adresse bar for mobile. Flush your browser DATA if there's no update for you. #update #classic #theme
    Yay
    1
    0 Komentáře 0 Akcie 11K Zobrazení 0 Recenze
  • CSS CODE for Google Chrome Browser to avoid AUTO HIDE:

    #CSS #Google #Chrome #switch #off #autohide #address #bar

    ::-webkit-scrollbar {
    width: 1px;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: content-box;
    }
    ::-webkit-scrollbar-thumb:hover {
    background-color: #bdbdbd;
    }

    html,
    body {
    height: 100%;
    margin: 0;
    }
    html {
    overflow: hidden;
    }
    body {
    overflow-y: auto;
    }
    CSS CODE for Google Chrome Browser to avoid AUTO HIDE: #CSS #Google #Chrome #switch #off #autohide #address #bar ::-webkit-scrollbar { width: 1px; } ::-webkit-scrollbar-thumb { background-color: #d6dee1; border-radius: 20px; border: 1px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { background-color: #bdbdbd; } html, body { height: 100%; margin: 0; } html { overflow: hidden; } body { overflow-y: auto; }
    Yay
    1
    0 Komentáře 0 Akcie 14K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 12K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 6K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 8K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 9K Zobrazení 0 Recenze
  • 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 Komentáře 0 Akcie 4K Zobrazení 0 Recenze
  • And if this !important dosen't work and it's like this for real sometimes.

    Then need to input CSS style in HTML tag in way:

    <div class="mydiv" style="attribute: value; attribute: value;">

    And remember to put this ; at the end even for one CSS in HTML style.

    #HTML and #CSS
    And if this !important dosen't work and it's like this for real sometimes. Then need to input CSS style in HTML tag in way: <div class="mydiv" style="attribute: value; attribute: value;"> And remember to put this ; at the end even for one CSS in HTML style. #HTML and #CSS
    Yay
    1
    0 Komentáře 0 Akcie 6K Zobrazení 0 Recenze
  • About priority in CSS it's

    element {
    example: something !important;

    it's about !important if there is other code for this somwhere and need to be rewrited in CUSTOM CSS or something.

    #CSS
    About priority in CSS it's element { example: something !important; it's about !important if there is other code for this somwhere and need to be rewrited in CUSTOM CSS or something. #CSS
    0 Komentáře 0 Akcie 5K Zobrazení 0 Recenze
  • About positioning items, best way for me is:
    element {
    position: absolute or relative;
    margin: auto;
    left: value%;
    right: value%;
    bottom: value%;
    top: value%;
    }

    If no value put 0.

    #CSS
    About positioning items, best way for me is: element { position: absolute or relative; margin: auto; left: value%; right: value%; bottom: value%; top: value%; } If no value put 0. #CSS
    Yay
    1
    0 Komentáře 0 Akcie 5K Zobrazení 0 Recenze
  • I want to mention for you about align if someone is struggling about to center things.

    You can use old <center>something</center>

    #HTML
    I want to mention for you about align if someone is struggling about to center things. You can use old <center>something</center> #HTML
    Yay
    1
    0 Komentáře 0 Akcie 3K Zobrazení 0 Recenze
  • I need at last more than 10K $ to have the ZERO to get out of debt so there's what for donate me.

    #debt
    I need at last more than 10K $ to have the ZERO to get out of debt so there's what for donate me. #debt
    Yay
    1
    0 Komentáře 0 Akcie 5K Zobrazení 0 Recenze
  • New true IMG loader bar and spinner.

    Flush your browser DATA.

    #update

    PS. So far just for NEW theme.
    New true IMG loader bar and spinner. Flush your browser DATA. #update PS. So far just for NEW theme.
    Yay
    1
    0 Komentáře 0 Akcie 9K Zobrazení 0 Recenze
  • Left swipe menu and button for open top left update.

    FLASH YOUR BROWSER DATA.

    #update
    Left swipe menu and button for open top left update. FLASH YOUR BROWSER DATA. #update
    Yay
    1
    0 Komentáře 0 Akcie 7K Zobrazení 0 Recenze
Další výsledky