Kodlar

JS türkçeyi ingiliceye çeviren seo

<script> $(document).ready(function(e) { $("#username").keyup(function() { str = $(this).val(); str =replaceSpecialChars(str); str=str.toLowerCase(); function replaceSpecialChars(str) { var specialChars = [["ş", "s"], ["ğ", ... Read More

CsvExport

A very simple CSV-export tool for C#, code ispired by a thread at Stackoverflow, (C) Chris Hulbert This was previously ... Read More