<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>PerfectGate Bilişim Topluluğu &#187; ocracy</title>
	<link>http://perfectgate.net</link>
	<description></description>
	<pubDate>Fri, 05 Sep 2008 13:38:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Google Chrome</title>
		<link>http://perfectgate.net/google-chrome/</link>
		<comments>http://perfectgate.net/google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 10:19:51 +0000</pubDate>
		<dc:creator>ocracy</dc:creator>
		
		<category><![CDATA[Haberler]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[tarayıcı]]></category>

		<guid isPermaLink="false">http://perfectgate.net/google-chrome/</guid>
		<description><![CDATA[Google&#8216;den yeni bir web tarayıcı haberi uzun zamandır internette dolaşan bir haberdi.  Yarın bu haber gerçek olacak; Google, Chrome&#8217;nın beta sürümünü kullanıcıların beğenisine sunacak.
Chrome hakkında Google&#8216;nın tanıtım amaçlı kitabına şuradan buradan bakabilirsiniz.
Chrome Ekran görüntüleri  
]]></description>
		<wfw:commentRss>http://perfectgate.net/google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Code Jam 2008 Yarışması</title>
		<link>http://perfectgate.net/google-code-jam/</link>
		<comments>http://perfectgate.net/google-code-jam/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 09:56:53 +0000</pubDate>
		<dc:creator>ocracy</dc:creator>
		
		<category><![CDATA[Haberler]]></category>

		<category><![CDATA[code jam]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[yarışma]]></category>

		<guid isPermaLink="false">http://perfectgate.net/google-code-jam/</guid>
		<description><![CDATA[Google Code Jam, programcılar için iyi oldukları programlama dilinde verilen problemi çözme adına kurulmuş bir yarışma.
Problemler genel olarak algoritmikcode jam sorular ve hafif grafiksel şeklinde. Kullanılacak dil üzerine herhangi bir kısıtlama yok. Çözmek için herhangi bir geliştirme ortamını kullanabiliyorsunuz.
Son başvuru tarihi 17 temmuz 23:00 olup, başvuru yapıldıkdan sonra örnek problemlere göz atıp çözüm algoritmasını gönderebiliyorsunuz.
Yarışma [...]]]></description>
		<wfw:commentRss>http://perfectgate.net/google-code-jam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Php ile highlight</title>
		<link>http://perfectgate.net/php-ile-highlight/</link>
		<comments>http://perfectgate.net/php-ile-highlight/#comments</comments>
		<pubDate>Fri, 23 May 2008 15:41:41 +0000</pubDate>
		<dc:creator>ocracy</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[highlight]]></category>

		<guid isPermaLink="false">http://perfectgate.net/php-ile-highlight/</guid>
		<description><![CDATA[Kelimeleri sırasiyla işleme sokarak, renklendiren ilkel bir fonksiyon.. 
]]></description>
		<wfw:commentRss>http://perfectgate.net/php-ile-highlight/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Php ile grafik (GD library) [Giriş]</title>
		<link>http://perfectgate.net/php-ile-grafik-gd-library/</link>
		<comments>http://perfectgate.net/php-ile-grafik-gd-library/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 11:12:48 +0000</pubDate>
		<dc:creator>ocracy</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[çizim]]></category>

		<category><![CDATA[gd]]></category>

		<category><![CDATA[Grafik]]></category>

		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://perfectgate.net/php-ile-grafik-gd-library/</guid>
		<description><![CDATA[GD DESTEĞİ
Windows sistemlerde GD desteği için php.ini dosyamızdaki ;extension_php_gd.dll satırın başındaki noktalı virgülü kaldırmamız gerekir.
Linux sistemlerde ise www.boutelll.com/gd adresinden, dosyaları indirip derlememiz gerekir.
Grafik Oluşturuyoruz
Grafik oluştururken Php ye bu sayfayı Grafik olarak kullancağımza dair bilgi vermemiz gerekir, bunun içinde header fonksiyonlarından yararlanıcaz.
PLAIN TEXT
PHP:




header&#40;&#34;Content-type: image/jpeg&#34;&#41;;






header için type olarak image/jpeg kullandık, bu başlık jpeg formatında bir resim oluşturmak [...]]]></description>
		<wfw:commentRss>http://perfectgate.net/php-ile-grafik-gd-library/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Php ile dosya indirme</title>
		<link>http://perfectgate.net/php-ile-dosya-indirme/</link>
		<comments>http://perfectgate.net/php-ile-dosya-indirme/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 15:31:39 +0000</pubDate>
		<dc:creator>ocracy</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[dosya]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[indir]]></category>

		<category><![CDATA[yükle]]></category>

		<guid isPermaLink="false">http://perfectgate.net/php-ile-dosya-indirme/</guid>
		<description><![CDATA[PLAIN TEXT
PHP:




function dosya_indir&#40;$link,$name=null&#41;


&#123;


&#160;


$link_info = pathinfo&#40;$link&#41;; &#160;//Yol bilgilerini değişkene atıyoruz.


$uzanti = strtolower&#40;$link_info&#91;'extension'&#93;&#41;; //Dosyanın uzantısını değişkene atıyoruz.


$file = &#40;$name&#41; ? $name.'.'.$uzanti : $link_info&#91;'basename'&#93;; //Eğer kayıt edilmek üzere dosya adı girilmişse, girilen dosya adını değişkene atıyouruz, girilmemişse orjinal adını değişkene atıyoruz.


&#160;


$curl = curl_init&#40;$link&#41;;


$fopen = fopen&#40;$file,'w'&#41;;


&#160;


curl_setopt&#40;$curl, CURLOPT_HEADER,0&#41;;


curl_setopt&#40;$curl, CURLOPT_RETURNTRANSFER,1&#41;;


curl_setopt&#40;$curl, CURLOPT_HTTP_VERSION,CURL_HTTP_VERSION_1_0&#41;;


curl_setopt&#40;$curl, CURLOPT_FILE, $fopen&#41;;


&#160;


curl_exec&#40;$curl&#41;;


curl_close&#40;$curl&#41;;


fclose&#40;$fopen&#41;;


&#160;


&#125;






Kullanım #1
PLAIN TEXT
PHP:




dosya_indir&#40;'http://site/a.zip'&#41;;






PHP dosyasının bulunduğu dizine orjinal adında yani [...]]]></description>
		<wfw:commentRss>http://perfectgate.net/php-ile-dosya-indirme/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
