Antrium A35D

Bir sonraki için en iyisini yap...

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ı →

fancybox HTML (Güncellenecek)

<a data-fancybox="gallery" data-caption="G32 Çevrimi ile Alın Yüzeyde Diş Açma" title="G32 Çevrimi ile Alın Yüzeyde Diş Açma" data-src="/yuklenenler/SetEkResimler/146_Cnc-Torna-ve-Torna-Makro-Egitim-Seti_G32-Cevri_30032023140033_40.jpg" target="_top">
<img class="img-responsive" src="/yuklenenler/SetEkResimler/kucuk/146_Cnc-Torna-ve-Torna-Makro-Egitim-Seti_G32-Cevri_30032023140033_40.jpg" alt="G32 Çevrimi ile Alın Yüzeyde Diş Açma" width="282" height="158"><h6>G32 Çevrimi ile Alın Yüzeyde Diş Açma</h6>
</a>


 


<a href="https://source.unsplash.com/IvfoDk30JnI/1500x1000" data-fancybox="group-1" data-caption="This image has a caption">
    <img src="https://source.unsplash.com/IvfoDk30JnI/320x180" />
  </a>

  <a href="https://source.unsplash.com/0JYgd2QuMfw/1500x1000" data-fancybox="group-1" data-width="2048" data-height="1365">
    <img src="https://source.unsplash.com/0JYgd2QuMfw/320x180" />
  </a>
<a data-fancybox href="https://www.youtube.com/watch?v=AC1cREPIw_o&amp;autoplay=1&amp;rel=0&amp;controls=0&amp;showinfo=0">
        <img class="card-img-top img-fluid" src="http://img.youtube.com/vi/AC1cREPIw_o/mqdefault.jpg" />
      </a>

<a data-fancybox href="https://vimeo.com/95673122?color=ff0000">
    Vimeo video - custom color
</a>
<a data-fancybox data-width="640" data-height="360" href="http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4">
        <img src="https://source.unsplash.com/IvfoDk30JnI/320x180" />
  HTML5 Video
      </a>
      

Fancybox.bind('[data-fancybox="gallery"]', { infinite: false });

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

C#,MVC,MSSQL,Windows Forms