Ödüle aday oldum! Ödülü Kazandım :)

PHPClasses.org'ta yazdığım ilk class kodu ilk ayında inovasyon ödülüne aday oldu :) Desteğinizi esirgemeyin. Sayfaya girip oy vermek için önce üye olmanız gerekiyor. Üyelik işleminizi yaptıktan sonra oylama sayfasına giderek oyunuzu verebilirsiniz. Linkler burada : SimpleXML for PHP4 Class Oylama Sayfası İnovasyon Ödülleri Hakkında Bilgi Not: 10 kişi içinden 27.87%lik bir yüzde ile Nisan Ayı İnnovasyon ödülünü kazandım. Ödüllerden sadece birini seçebiliyomuşuz o yüzden bende o'reilly 'den şu kitabı seçtim. İlerde lazım ...

pngfix Wordpress Plugin

This plugin uses CSS technique to fix the png image transparency issue and jQuery to apply this script to all of png images shown in the page. The CSS code added by the script is : [code lang="css"] .png { background-image: expression( this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + (this.tagName==\'IMG\' ? this[\'src\'] : this.currentStyle[\'backgroundImage\'].split(\'\"\')[1]) + ")", this.runtimeStyle.backgroundImage = "none", this.src = "{plugindir}/pixel.gif", this.width = this.style.width | this.clientWidth, this.height = this.style.height | this.clientHeight ); }'; [/code] And the jQuery code which applies this ...