Antrium A35D

Bir sonraki için en iyisini yap...

Youtube iframe embed Video Tekrar etmek , Youtube Embed Video Loop

<iframe frameborder="0" allowfullscreen="1" src="https://www.youtube.com/embed/@item.linki_tr?controls=0&autoplay=1&rel=0&controls=1&showinfo=0&mute=1&loop=1&showinfo=0&color=white&iv_load_policy=3&playlist=@item.linki_tr" width="100%" height="100vh" style="height: 100vh;"></iframe>

Devamı →

Media Query iki genişlik arası - Media Queries - between two widths

Min 400px, Max 900px için;

@media (min-width:400px) and (max-width:900px) { .foo { display:none; } }​

Devamı →

Loading animasyonu, Loading animation

HTML kodumuz;

 <div class="ring"><img src="/Content/logo.png" class="img-fluid"><span></span></div>

 

Devamı →

OWL Carousel 2.3.4 change Youtube Video pause (iframe video pause)

HTML KODU;
 

<div class="item">
  <div class="flex-video">
    <iframe src="https://www.youtube.com/embed/G1lq40tR72Q?enablejsapi=1" width="560" allowfullscreen frameborder="0" height="315"></iframe>
  </div>
</div>

Devamı →

Codemirror multiple textarea, Code mirror birden fazla textarea içinde kullanımı

Codemirror multiple textarea , Code mirror birden fazla textarea içinde kullanımı için aşağıdaki javascript kodunu ekliyoruz.

 <textarea class="form-control code" rows="4" id="talan3_zh" name="talan3_zh">içerik</textarea>

Devamı →
CSS multiple Hover

CSS multiple Hover

Üst class Mouse üzerine gelince Alt Class ları etkilemek için gereken Css dkodu aşağıdadır.

bu kodla Javascript yazmamıza gerek kalmıyor.
 

Devamı →

An existing connection was forcibly closed by the remote host

An existing connection was forcibly closed by the remote host

Çözümü ise;
 

Devamı →

PowerShell windows service install

PowerShell windows service install
 

Aşağıdaki tek satır kodla işlem yapıyoruz.

New-Service -Name "server_autoStartStop_WIN_SERVICE" -BinaryPathName  dosya_tam_yolu.exe

Devamı →

Baş belası hata : Cannot use a leading .. to exit above the top directory

Öncelik bu hata internette pek yok. Çözümü ise ikinci bir dll kullanmak.

Web config dosyasına;
 <configSections>
    <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
  </configSections>

Devamı →

Syntax error at: OPTIMIZE_FOR_SEQUENTIAL_KEY

Make sure the target platform of your database project is SQL Server 2019 or later (including Azure SQL Database), where the OPTIMIZE_FOR_SEQUENTIAL_KEY option was introduced. The syntax is not allowed in earlier versions.

ÇÖZÜM : 

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms