Bir programlama dilini bilme ölçüsü nedir ?

Bir programlama dilini bilme ölçüsü nedir ?Bu yazıyı fazlamesai.net de görmüştüm paylaşayım dedim , Serdar Köylü aynen düşündüklerimi yazmış ..Bir programlama dilini bilmek için hiç bir başvuru kaynağı kullanmaksızın program…

stnc easytope (jquery isotope easy alternative )

I present the stnc easytope, the simplest version of jquery isotope to your taste, jquery isotope alternative DEMO LINK DOWNLOAD  Github JQUERY var $filterType = jQuery('#filterOptions li.active a').attr('class'); effect = 'animate bounce-in'; jQuery(document).ready(function ($)…

bir yazılımcı hazır sistemleri incelemeli

Eskiden çok eskiden ,ilk php öğrenirken  wordpress gibi sistemleri kullanarak site yapmanın yazılımcılığıma hiçbişey katmayacağını düşünürdüm , tabiki ilk php öğrenirken hazır sistemleri next next yapmak  ve onları öğrenmek size…

wordpress media yöneticisini çağırmak

Wordpress de metabox oluşturken media uload yani resim ekleme yöneticisini tetiklemeniz gerekebilir , bu durumda aşağıdaki kodları functions.php içine yazabilirsiniz. input id="button_name" name="button_name" type="text" /> input id="button_name_extra" class="button button-primary button-large"…

STNC phpframework

içinde e ticaret sistemi olan   cms olan tam kapsamlı gücünü composer dan alan basit ama güçlü ve kullanışlı bir mvc framework yazdım.Github linki :https://github.com/stnc/stnc-frameworkDownload linki :https://github.com/stnc/stnc-framework/archive/master.zipDökümantasyonhttps://f8b9c35bc0a5121315b222a26c8ed0b5421d95c0.googledrive.com/host/0B4Rxs_wfjVAXaXdjSTk2blpzVnc/#Api Dokümantasyon https://6c271fdf02d163e5f7647a2d61fa97c755242e24.googledrive.com/host/0B4Rxs_wfjVAXTU1KRzIxeE9IVTg/Yapılmış örnek site…

php function callback

laravelde kullandığımız aşağıdaki gibi fonksiyon callback olayının nasıl yapıldığını merak ediyorsanız Laravel Örneği Route::get('user/{name?}', function($name = null) { return $name; }); core php de nasıl yapılır function string($string, $callback) {…

wordpress OOP programming

wordpress de oop olarak eklenti yazmak <?php class Functions { public function __construct() { $this->theme_setup (); $this->add_action (); } /** * initial theme setup */ public function theme_setup() { $default_image…

eclipse php için plugin listem

Eclipse themesupdate site : http://eclipse-color-theme.github.io/update/git için e githttp://download.eclipse.org/egit/updatesgüncellemeye devam edeceğimphp psr formatında kod düzenleme eklentisiAyrıca okuyunuz http://www.selmantunc.com/eclipse-psr-standartlari-php-kodlama-standlartlari/https://github.com/PhPprojects/php-formattereclipse utf 8 ayarıWindows > Preferences > General > Content Types, set UTF-8 as the…

64 bit msvcrt10 sorununun çözümü

windows 7 64 bit yada windows 8 64 bit de  de msvcr110.dll hatası ve çözümühttp://es.dll-files.com/msvcr110.dll.html  buradan yada buradan  msvcr110.dll dosyasının indirip 32bit  versiyonunu indirip xammp yada wamp yada easyphp içindeki apache…