Search results

  1. Yepkoo

    Google domain alternative

    Google sold the domains to Squarespace. Domain prices in the company start from $20. Although it promises the same price to the domain prices for the first year, the domain prices will be higher for the following years. I have good news. wordpress.com adds +1 year to the duration of google...
  2. Yepkoo

    Google domain alternatifi

    Google domainleri Squarespace firmasına sattı. Firmada domain fiyatları 20 dolardan başlıyor. İlk yıl için domain fiyatlarına aynı fiyat taahhüdünü versede, sonraki yıllar için domain fiyatları yüksek bir fiyat olacaktır. İyi bir haberim var. wordpress.com, google domainlerinin süresine +1 yıl...
  3. 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; }
  4. 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; }
  5. 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...
  6. 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
  7. 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...
  8. 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.
  9. 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.
  10. 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 =...
  11. 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 =...
  12. 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">
Top