Search results

  1. Yepkoo

    uikit uk-icon CSS color change codes

    /* filled icon colors */ .uk-icon[uk-icon="search"] svg circle, .uk-icon[uk-icon="search"] svg path { fill: #CC0000 !important; } /*stroked icon colors*/ .uk-icon[uk-icon="search"] svg circle, .uk-icon[uk-icon="search"] svg path { stroke: #CC0000 !important; }
  2. Yepkoo

    uikit uk-icon CSS renk değiştirme kodları

    /* İçi doldurulmuş ikon renkleri */ .uk-icon[uk-icon="search"] svg circle, .uk-icon[uk-icon="search"] svg path { fill: #CC0000 !important; } /* Kontürlü ikon renkleri */ .uk-icon[uk-icon="search"] svg circle, .uk-icon[uk-icon="search"] svg path { stroke: #CC0000 !important; }
  3. Yepkoo

    KB5014668 güncellemesi

    İyileştirmeler Bu güvenlikle ilgili olmayan güncelleştirme, kalite iyileştirmeleri içerir. Anahtar değişiklikler şunları içerir: Yeni! Güvenlik olayı 4262 ve WinRM olayı 91'de gelen Windows Uzaktan Yönetim (WinRM) bağlantıları için IP adresi denetimi ekler. Bu, uzak...
  4. Yepkoo

    Ücretsiz telifsiz mini müzik paketi

    İlgilenenler için 6 adet telifsiz müzik paketi Sınırlı sürelidir. https://www.fanatical.com/tr/bundle/world-music-day-2022-free-giveaway Lisans dosyasını indirmeyi unutmayınız. Lisans: https://info.fanatical.com/licence_agreements/World_Music_Day_Free_Giveaway_Commercial_License.pdf
  5. Yepkoo

    Free royalty-free mini music pack

    For those who are interested, 6 royalty-free music packs It is of limited duration. https://www.fanatical.com/tr/bundle/world-music-day-2022-free-giveaway Don't forget to download the license file. Licence...
  6. Yepkoo

    Unreal Engine 5 ile düşman sistemi - Basit bir AI (Düşman) sistemi oluşturalım - Alt yazılı

    00:00 Intro 00:47 AI karakterini oluşturalım 08:54 AI karakterini boştayken haritada dolaştıralım Unreal Engine 5 Pawn Sensing animasyon oynamamasından dolayı karakterin kayarak gitmesi problemi ve düşman algılma sistemi düzeltildi.
  7. Yepkoo

    Enemy system with Unreal Engine 5 - Let's create a simple AI (Enemy) system - Subtitle

    00:00 Intro 00:47 Let's create the AI character 08:54 Let's move the AI character around the map at idle Fixed the problem of character sliding and enemy detection system due to Unreal Engine 5 Pawn Sensing not playing animation.
  8. Yepkoo

    PHP ile MySQL Tablo doğrulaması nasıl yapılır?

    try { $sql_tablename=$connect_db->query("select *from tablename Where ID = '1' "); if ($sql_tablename->rowCount()>0) { $srg_tablename = $sql_tablename->fetch(PDO::FETCH_ASSOC); $read_columnname =...
  9. Yepkoo

    How to do MySQL Table validation with PHP?

    try { $sql_tablename=$connect_db->query("select *from tablename Where ID = '1' "); if ($sql_tablename->rowCount()>0) { $srg_tablename = $sql_tablename->fetch(PDO::FETCH_ASSOC); $read_columnname =...
  10. Yepkoo

    Javascript ile düğme tıklandığında giriş "gizli" kutu değeri nasıl değiştirilir?

    <button onclick="$(\'input[name=inputname]\').val(\'ok\');>Click</button> <input type="hidden" name="inputname" value="no">
  11. Yepkoo

    How to change input "hidden" box value on button click with javascript?

    <button onclick="$(\'input[name=inputname]\').val(\'ok\');>Click</button> <input type="hidden" name="inputname" value="no">
Top