<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Osman ERDOĞAN</title>
	<atom:link href="http://www.osmanerdogan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osmanerdogan.com</link>
	<description>Kişisel Web Sitesi ve Web Günlüğü</description>
	<lastBuildDate>Sun, 29 Nov 2009 22:01:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resimleri Base 64 ile Encode etmek&#8230;</title>
		<link>http://www.osmanerdogan.com/resimleri-base-64-ile-encode-etmek/</link>
		<comments>http://www.osmanerdogan.com/resimleri-base-64-ile-encode-etmek/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 22:01:46 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Kodlama]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[base64 image]]></category>
		<category><![CDATA[base64_encode]]></category>
		<category><![CDATA[image base64]]></category>
		<category><![CDATA[image base64 encode]]></category>
		<category><![CDATA[image encode]]></category>
		<category><![CDATA[resim]]></category>
		<category><![CDATA[resim base64]]></category>
		<category><![CDATA[resim işlemleri]]></category>
		<category><![CDATA[resim şifreleme]]></category>
		<category><![CDATA[veritabanında resim saklama]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=518</guid>
		<description><![CDATA[Şimdi nedir bu diyebilirsiniz...
Hemen bir örnek ile bahsedeyim;
Web sayfalarınızda resimleri :
PLAIN TEXT
HTML:




&#60;img src="resimkaynagi.jpg"&#62; 






şeklinde gösteriyoruz genellikle hatta genellikle dememek gerek %99.9 şeklinde  
Eğer web sayfalarımızda sabit olarak kullandığımız logo vs gibi sabit resimler için base64 ile encode edilmiş resimleri kullanabiliriz.
Bunu online işlem olarak buradan yapabilirsiniz.
Ayrıca kaynak koddan bakınca kargaşık ...]]></description>
			<content:encoded><![CDATA[<p>Şimdi nedir bu diyebilirsiniz...</p>
<p>Hemen bir örnek ile bahsedeyim;</p>
<p>Web sayfalarınızda resimleri :</p>
<div class="igBar"><span id="lhtml-5"><a href="#" onclick="javascript:showPlainTxt('html-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-5">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">&lt;img</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"resimkaynagi.jpg"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
şeklinde gösteriyoruz genellikle hatta genellikle dememek gerek %99.9 şeklinde <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Eğer web sayfalarımızda sabit olarak kullandığımız logo vs gibi sabit resimler için base64 ile encode edilmiş resimleri kullanabiliriz.</p>
<p>Bunu online işlem olarak <a href="http://www.greywyvern.com/code/php/binary2base64" target="_blank">buradan</a> yapabilirsiniz.</p>
<p>Ayrıca kaynak koddan bakınca kargaşık kurgaşık kodlar görürsünüz.</p>
<p>Bu kullanımının dışında resimlerinizin kaynağınıda gizleyebilirsiniz.</p>
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//resmi fopen ile çağıralım</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$handle</span> = <a href="http://www.php.net/fopen"><span style="color:#000066;">fopen</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$resimadresi</span>,<span style="color:#FF0000;">'rb'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$file_content</span> = <a href="http://www.php.net/fread"><span style="color:#000066;">fread</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$handle</span>,<a href="http://www.php.net/filesize"><span style="color:#000066;">filesize</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$resimadresi</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/fclose"><span style="color:#000066;">fclose</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$handle</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$encoded</span> = <a href="http://www.php.net/chunk_split"><span style="color:#000066;">chunk_split</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/base64_encode"><span style="color:#000066;">base64_encode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$file_content</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//ehco ile resmimizi yazdıralım</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">'&lt;img src=&quot;data:image/png;base64,'</span>.<span style="color:#0000FF;">$encoded</span>.<span style="color:#FF0000;">' &quot;&gt;'</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>bunu denediğinizde ekranda resminizi göreceksiniz. Bu sizin kaynak koddan bakınca resminizin kaynağını yok eder <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bu üstteki php kodunun tam tersinide isterseniz, örneğin kaynak kodu belli resim var bunu nasıl resme dönüştüreceğiz derseniz;</p>
<p><strong>AYRICA </strong>: <em>Resimlerinizi bir klasörde saklamak yerine VERİTABANInda tutmak istersenizde bu sistemi kullanabilirsiniz aşağıdaki örnekte veritabanındaki base64 ile encode edilmiş veriyi resme dönüştürmede gösterilmiştir.</em></p>
<p><strong>image.php:</strong></p>
<div class="igBar"><span id="lphp-7"><a href="#" onclick="javascript:showPlainTxt('php-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-7">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/header"><span style="color:#000066;">header</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">" Content-Type: image/jpeg"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/header"><span style="color:#000066;">header</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">" Content-Disposition: inline"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <span style="color:#0000FF;">$_GET</span><span style="color:#006600; font-weight:bold;">&#91;</span>img<span style="color:#006600; font-weight:bold;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$sql</span> = <span style="color:#FF0000;">"SELECT data FROM image where id='"</span>.<span style="color:#0000FF;">$img</span>.<span style="color:#FF0000;">"'"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$result</span> = <a href="http://www.php.net/mysql_query"><span style="color:#000066;">mysql_query</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$sql</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$row</span> = <a href="http://www.php.net/mysql_fetch_row"><span style="color:#000066;">mysql_fetch_row</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$result</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$image</span> = <span style="color:#0000FF;">$row</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/base64_decode"><span style="color:#000066;">base64_decode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$image</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>Sayfada kullanımı:</strong></p>
<div class="igBar"><span id="lhtml-8"><a href="#" onclick="javascript:showPlainTxt('html-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-8">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">&lt;img</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"image.php?img=112"</span>&nbsp; <span style="color: #000066;">border</span>=<span style="color: #ff0000;">"0"</span> <span style="color: #000066;">alt</span>=<span style="color: #ff0000;">""</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Herşey göründüğü gibi basit sanırım ???</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=518">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/resimleri-base-64-ile-encode-etmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Extensions &amp; Development</title>
		<link>http://www.osmanerdogan.com/google-chrome-extensions-development/</link>
		<comments>http://www.osmanerdogan.com/google-chrome-extensions-development/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 20:15:06 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[chrome plugins]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[google chrome eklentileri]]></category>
		<category><![CDATA[google chrome extensions]]></category>
		<category><![CDATA[google chrome plugins]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=508</guid>
		<description><![CDATA[Merhabalar;
Geçenler de yazmış olduğum bildiride Google Chrome 'un yavaş yavaş eklentilere geçtiğini iletmiştim.
Daha önceden eklenti geliştirmelerine başlayan yazılımcılar, şimdileri bunları çok üst seviyelere geliştirmekteler.
Birkaç site bunlara öncülük edecek şekilde yayınlamalar başlanmış.
Örneğin; ChromeExtensions.Org adlı sitede bayağı geniş bir eklenti ağıla karşılaşıyoruz.
Bir diğer web sitesi ise ChromePlugins.org
Bunların dışında bende kendi eklentimi yazmak ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-509" style="margin:5px; float:left;" title="google chrome plugins" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/logo1.jpg" alt="google chrome plugins" width="236" height="67" />Merhabalar;</p>
<p>Geçenler de <a href="http://www.osmanerdogan.com/google-chrome-extensions-developer-dashboard/" target="_blank">yazmış</a> olduğum bildiride <a href="/tag/google" target="_blank">Google</a> <a href="/tag/chrome" target="_blank">Chrome</a> 'un yavaş yavaş eklentilere geçtiğini iletmiştim.</p>
<p>Daha önceden eklenti geliştirmelerine başlayan yazılımcılar, şimdileri bunları çok üst seviyelere geliştirmekteler.</p>
<p>Birkaç site bunlara öncülük edecek şekilde yayınlamalar başlanmış.</p>
<p>Örneğin;<a href="http://www.chromeextensions.org/" target="_blank"> ChromeExtensions.Org</a> adlı sitede bayağı geniş bir eklenti ağıla karşılaşıyoruz.</p>
<p>Bir diğer web sitesi ise <a href="http://www.chromeplugins.org" target="_blank">ChromePlugins.org</a></p>
<p>Bunların dışında bende kendi eklentimi yazmak istiyorum diyorsanız sizi <a href="http://code.google.com/chrome/extensions/" target="_blank">Google Code</a> bölümüne alalım.  Bunların dışında Google Code <a href="http://code.google.com/chrome/extensions/samples.html" target="_blank">Samples</a> bölümündeki örnek kodlamalara bakabilirsiniz.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=508">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/google-chrome-extensions-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feedburner ID&#8217;im değişti&#8230;</title>
		<link>http://www.osmanerdogan.com/feedburner-idim-degisti/</link>
		<comments>http://www.osmanerdogan.com/feedburner-idim-degisti/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 12:24:35 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Hayat ve Ben]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed burner]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[my rss]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=502</guid>
		<description><![CDATA[Daha önceden açmış olduğum Feedburner hesabının e-mail adresini kaybettiğim için yeniden bir hesap açmak zorunda kaldım (:
http://feeds.feedburner.com/osmansite adresinden yeni RSS mi takip edebilirsiniz.
İyi Bayramlar dilerim...

                          ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-503" style="margin:5px; float:left;" title="feedburner" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/feedburner1.png" alt="feedburner" width="195" height="156" />Daha önceden açmış olduğum Feedburner hesabının e-mail adresini kaybettiğim için yeniden bir hesap açmak zorunda kaldım (:</p>
<p><a href="http://feeds.feedburner.com/osmansite" target="_blank">http://feeds.feedburner.com/osmansite</a> adresinden yeni RSS mi takip edebilirsiniz.</p>
<p>İyi Bayramlar dilerim...</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=502">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/feedburner-idim-degisti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Google Chrome Extensions: Developer Dashboard&#8221;</title>
		<link>http://www.osmanerdogan.com/google-chrome-extensions-developer-dashboard/</link>
		<comments>http://www.osmanerdogan.com/google-chrome-extensions-developer-dashboard/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:32:45 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Chrome Eklentileri]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[dev version]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[google chrome eklentileri]]></category>
		<category><![CDATA[google chrome extensions]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=496</guid>
		<description><![CDATA[
Beklenen anlardan birtanesi daha (: Google Chrome için eklenti özelliğini Developer versiyonunda resmen açmış bulunuyor.
Her sayfa açtığımda sorup duran extension sayfası bu sefer "coming soon..." yazısı yerine içeriğiyle gelmiş bulunmakta.
CRX dosyası istiyor yükleme yapmak için. Şuan da sadece geliştiriciler için açık olan Google Chrome eklentiler zaman içerisinde dolunca tüm kullanıcılara ...]]></description>
			<content:encoded><![CDATA[<p><a href="https://chrome.google.com/extensions/developer/dashboard" target="_blank"><img class="alignnone size-full wp-image-497" title="Google Chrome Extensions: Developer Dashboard" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/dsaf.png" alt="Google Chrome Extensions: Developer Dashboard" width="488" height="112" /></a></p>
<p>Beklenen anlardan birtanesi daha (: <strong><a href="/tag/google">Google</a> <a href="/tag/chrome">Chrome</a></strong> için eklenti özelliğini <strong>Developer </strong>versiyonunda resmen açmış bulunuyor.</p>
<p>Her sayfa açtığımda sorup duran extension sayfası bu sefer "<strong>coming soon...</strong>" yazısı yerine içeriğiyle gelmiş bulunmakta.</p>
<p><strong>CRX </strong>dosyası istiyor yükleme yapmak için. Şuan da sadece geliştiriciler için açık olan <a href="/tag/google">Google</a> <a href="/tag/chrome">Chrome</a> eklentiler zaman içerisinde dolunca tüm kullanıcılara stable versiyonda açılacağını umuyorum.</p>
<p>Genede şimdiden hayırlı olsun, <a href="https://chrome.google.com/extensions/developer/dashboard" target="_blank">buradan buyurun</a>.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=496">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/google-chrome-extensions-developer-dashboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 adet renk seçimine yardımcı site</title>
		<link>http://www.osmanerdogan.com/6-adet-renk-secimine-yardimci-site/</link>
		<comments>http://www.osmanerdogan.com/6-adet-renk-secimine-yardimci-site/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:36:17 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[color Blender]]></category>
		<category><![CDATA[color Combos]]></category>
		<category><![CDATA[Colors]]></category>
		<category><![CDATA[Colors Palette Generator]]></category>
		<category><![CDATA[Colour]]></category>
		<category><![CDATA[Colour Lovers]]></category>
		<category><![CDATA[Colr]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[grafik tasarım renkleri]]></category>
		<category><![CDATA[Palette]]></category>
		<category><![CDATA[renk]]></category>
		<category><![CDATA[renk paleti]]></category>
		<category><![CDATA[renk seçimi]]></category>
		<category><![CDATA[renkler]]></category>
		<category><![CDATA[web sitesi renkleri]]></category>
		<category><![CDATA[Web Tasarım]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=487</guid>
		<description><![CDATA[Web sitesi yaparken, grafik tasarımında sürekli renk uyumuna dikkat ederiz. Çünkü çalışmalarımızı yansıtan en önemli unsur renklerdir. Aşağıda renk seçimine yardımcı olması için birkaç tane web sitesi vereceğim.
1. Colors Palette Generator

2. Color Blender

3. Colour Lovers

4. Color Combos

5. Colr

6. Color Palette Generator

Bu birinci bölüm devamını derleyip yazacağım  

   ...]]></description>
			<content:encoded><![CDATA[<p>Web sitesi yaparken, grafik tasarımında sürekli renk uyumuna dikkat ederiz. Çünkü çalışmalarımızı yansıtan en önemli unsur renklerdir. Aşağıda renk seçimine yardımcı olması için birkaç tane web sitesi vereceğim.</p>
<p><strong>1. <a href="http://www.cssdrive.com/imagepalette" target="_blank">Colors Palette Generator</a></strong></p>
<p><a href="http://www.cssdrive.com/imagepalette" target="_blank"><img class="alignnone size-full wp-image-488" title="2" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/2.jpg" alt="2" width="350" height="301" /></a></p>
<p><strong>2. </strong><a href="http://www.colorblender.com/" target="_blank"><strong>Color Blender</strong></a></p>
<p><a href="http://www.colorblender.com/" target="_blank"><img class="alignnone size-full wp-image-489" title="1" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/1.jpg" alt="1" width="350" height="301" /></a></p>
<p><strong>3. </strong><a href="http://www.colourlovers.com/" target="_blank"><strong>Colour Lovers</strong></a></p>
<p><a href="http://www.colourlovers.com/" target="_blank"><img class="alignnone size-full wp-image-490" title="3" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/3.jpg" alt="3" width="350" height="301" /></a></p>
<p><strong>4. <a href="http://www.colorcombos.com/" target="_blank">Color Combos</a></strong></p>
<p><a href="http://www.colorcombos.com/" target="_blank"><img class="alignnone size-full wp-image-491" title="5" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/5.jpg" alt="5" width="350" height="301" /></a></p>
<p><strong>5. <a href="http://www.colr.org/" target="_blank">Colr</a></strong></p>
<p><a href="http://www.colr.org/" target="_blank"><img class="alignnone size-full wp-image-492" title="4" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/4.jpg" alt="4" width="350" height="301" /></a></p>
<p><strong>6. </strong><a href="http://www.degraeve.com/color-palette" target="_blank"><strong>Color Palette Generator</strong></a></p>
<p><a href="http://www.degraeve.com/color-palette" target="_blank"><img class="alignnone size-full wp-image-493" title="6" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/6.jpg" alt="6" width="350" height="301" /></a></p>
<p>Bu birinci bölüm devamını derleyip yazacağım <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=487">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/6-adet-renk-secimine-yardimci-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Blogum : jqueryblog.net</title>
		<link>http://www.osmanerdogan.com/jquery-blogum-jqueryblog-net/</link>
		<comments>http://www.osmanerdogan.com/jquery-blogum-jqueryblog-net/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:15:51 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery examples]]></category>
		<category><![CDATA[jquery plugins]]></category>
		<category><![CDATA[jquery tutorials]]></category>
		<category><![CDATA[jqueryblog]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=484</guid>
		<description><![CDATA[Uzun zamandır ilgilendiğim, kullandığım ve kullanmaktan büyük zevk aldığım jQuery javascript kütüphanesini şimdi geliştirmek ve kullandığım eklentilerle, kendi derlemelerimle bir web blogunda birleştirmek istedim.
Bu doğrultuda web blogunu açtım (http://jqueryblog.net/).
Zaman içerisinde blog içinde güzel fikir ve projelerim var, bu bilgiyi sizlere sunmak istedim.
Güzel şeyler olacak takipte kalın (:
Ayrıca not düşmek isterim ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-485" style="margin:5px; float:left;" title="jqueryblog" src="http://www.osmanerdogan.com/wp-content/uploads/2009/11/jqueryblog.png" alt="jqueryblog" width="230" height="76" />Uzun zamandır ilgilendiğim, kullandığım ve kullanmaktan büyük zevk aldığım <a href="/tag/jquery" target="_blank">jQuery</a> javascript kütüphanesini şimdi geliştirmek ve kullandığım eklentilerle, kendi derlemelerimle bir web blogunda birleştirmek istedim.</p>
<p>Bu doğrultuda web blogunu açtım (<a href="http://jqueryblog.net/" target="_blank">http://jqueryblog.net/</a>).</p>
<p>Zaman içerisinde blog içinde güzel fikir ve projelerim var, bu bilgiyi sizlere sunmak istedim.</p>
<p>Güzel şeyler olacak takipte kalın (:</p>
<p>Ayrıca not düşmek isterim twitter dan takip etmek isteyenler için <a href="http://twitter.com/jqueryblog" target="_blank">#jqueryblog</a> ve tabiki <a href="http://feeds.feedburner.com/jqueryblognet" target="_blank">RSS Feed</a></p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=484">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/jquery-blogum-jqueryblog-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Eklenti ve Sync my bookmarks yenilikleri</title>
		<link>http://www.osmanerdogan.com/google-chrome-eklenti-ve-sync-my-bookmarks-yenilikleri/</link>
		<comments>http://www.osmanerdogan.com/google-chrome-eklenti-ve-sync-my-bookmarks-yenilikleri/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 08:43:53 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Chrome Eklentileri]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Extensions]]></category>
		<category><![CDATA[Sync my bookmarks]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=479</guid>
		<description><![CDATA[Google Chrome 4.0.220.1  Dev versiyonunu kullanıyorum bazen ufak tefek problemler çıksada bir sonraki gün düzeltiyorlar hataları  
Bugun sabah karşılaştığım ve görmekten büyük keyif aldığım Sync my bookmarks özelliği sayesinde ofisteki, evdeki ve minibook'um daki bookmarklarımı birleştirebildim  
Google Chrome settings menüsünden direk olarak görebilirsiniz ve  karşınıza Google Üye Girişi ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float:left" title="Google Chrome" src="http://www.google.com/chrome/intl/tr/images/logo_sm.jpg" alt="" width="192" height="40" /><a href="http://www.google.com/chrome/index.html?hl=tr&amp;brand=CHMB&amp;utm_campaign=tr&amp;utm_source=tr-ha-emea-tr-sk&amp;utm_medium=ha" target="_blank">Google Chrome</a> 4.0.220.1  Dev versiyonunu kullanıyorum bazen ufak tefek problemler çıksada bir sonraki gün düzeltiyorlar hataları <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img style="float: left; margin: 5px; border: 0px initial initial;" title="syncbookmarks" src="http://www.osmanerdogan.com/wp-content/uploads/2009/10/syncbookmarks.png" alt="syncbookmarks" width="177" height="173" /><img style="float: right; margin: 5px; border: 0px initial initial;" title="chromelogin" src="http://www.osmanerdogan.com/wp-content/uploads/2009/10/chromelogin.png" alt="chromelogin" width="136" height="211" />Bugun sabah karşılaştığım ve görmekten büyük keyif aldığım Sync my bookmarks özelliği sayesinde ofisteki, evdeki ve minibook'um daki bookmarklarımı birleştirebildim <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="/tag/google">Google</a> <a href="/tag/chrome">Chrome</a> settings menüsünden direk olarak görebilirsiniz ve  karşınıza Google Üye Girişi ekranı gelecektir ve daha sonra bingooo <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Aşağıda gördüğünüz gibi Google Üye Girişi ekranı geliyor ve üye girişi yaparak, aynı şekilde diğer bilgiğsayarlarınızdada üye girişi ni yaparak tüm bilgisayarlarınızı senkronize etmiş oluyorsunuz. Dipnoz olarak düşmeliyim ki google bu sistemi iyi düşünmüş  ve gene kendi sistemine bağlamış <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Ayrıca Google Chrome <a href="/tag/extensions">Extensions</a> bölümünüde aktif etmişler...</p>
<p><img class="alignnone size-full wp-image-482" title="chromeeklenti" src="http://www.osmanerdogan.com/wp-content/uploads/2009/10/chromeeklenti.png" alt="chromeeklenti" width="481" height="162" /></p>
<p>Açıkça söylemek gerekirse beklediğim bir özellikti bu, yapmaları çok iyi olmuş.</p>
<p>Ben önceden eklentileri eklemiştim. Ama bu özellik sayesinde <a href="/tag/firefox">Firefox</a> da ki gibi kapatıp - açabilme imkanımız oluşuyor.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=479">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/google-chrome-eklenti-ve-sync-my-bookmarks-yenilikleri/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bilgisayarınızı twitter dan kontrol etme zamanı gelmedi mi?</title>
		<link>http://www.osmanerdogan.com/bilgisayarinizi-twitter-dan-kontrol-etme-zamani-gelmedi-mi/</link>
		<comments>http://www.osmanerdogan.com/bilgisayarinizi-twitter-dan-kontrol-etme-zamani-gelmedi-mi/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:11:39 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[TweetMyMac]]></category>
		<category><![CDATA[TweetMyPC]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter kontrol]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=475</guid>
		<description><![CDATA[İlk duyduğunuzda kulağınıza ne kadar mantı gelir bilmiyorum ama gerçek olabileceğini hayal ederseniz güzel birşey olduğunu düşünebilirsiniz. Ama elalem yapmış ve çok da başarılı olmuş.
Twitter'dan bilgisayarınızı istediğiniz gibi kontrol edebiliyorsunuz. Bu program hem Mac hemde Win için tasarlanmış. Çok küçük bir program ile twitter durumunuzdan bilgisayarınızı denetleyebiliyor / kontrol edebiliyorsunuz.
TweetMyMac ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-476" style="margin: 5px;float:left" title="twitmypc" src="http://www.osmanerdogan.com/wp-content/uploads/2009/09/twitmypc.png" alt="twitmypc" width="279" height="391" />İlk duyduğunuzda kulağınıza ne kadar mantı gelir bilmiyorum ama gerçek olabileceğini hayal ederseniz güzel birşey olduğunu düşünebilirsiniz. Ama elalem yapmış ve çok da başarılı olmuş.</p>
<p><a title="Twitter" href="/tag/twitter" target="_blank">Twitter</a>'dan bilgisayarınızı istediğiniz gibi kontrol edebiliyorsunuz. Bu program hem Mac hemde Win için tasarlanmış. Çok küçük bir program ile twitter durumunuzdan bilgisayarınızı denetleyebiliyor / kontrol edebiliyorsunuz.</p>
<p><a href="http://www.themacbox.co.uk/tweetmymac/" target="_blank">TweetMyMac</a> ve <a href="http://tweetmypc.codeplex.com/" target="_blank">TweetMyPC</a> ile bunlar mümkün.</p>
<p>Twitter'a mesaj olarak <em><strong>shutdown </strong><span style="font-style: normal;">yazarsanız bilgisayarınızı kapatabilirsiniz.</span></em></p>
<p><em><span style="font-style: normal;">Diğer tüm özellikler:</span></em></p>
<p><strong>shutdown </strong>: bilgisayarınızı kapatır<br />
<strong> restart </strong>: bilgisayarınızı yeniden başlatır<br />
<strong> logout </strong>: oturumu kapatır<br />
<strong> sleep </strong>: uyku moduna geçer<br />
<strong> ip </strong>: IP adresinizi verir<br />
<strong>screenshot </strong>: ekran görüntünüzü <strong>twitpic </strong>e yollar<br />
<strong>mute </strong>: sesi kapatır<br />
<strong> unmute </strong>: sesi açar<br />
<strong> lock </strong>: bilgisayarnızı kitler<br />
<strong> battery </strong>: laptoplarda bilgisayarınızın bataryasını bildirir<br />
<strong>%[command]</strong> : ayrıca kendinizin belirleyeceği işlemleri yapması içinde ayrıca komut satırı mevcut</p>
<p>Denemenizde fayda var ben demedim kullanışlı. Deneyin farkı hissedin... <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=475">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/bilgisayarinizi-twitter-dan-kontrol-etme-zamani-gelmedi-mi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Dökümanlar artık farklı dillere çeviriyi destekliyor</title>
		<link>http://www.osmanerdogan.com/google-dokumanlar-artik-farkli-dillere-ceviriyi-destekliyor/</link>
		<comments>http://www.osmanerdogan.com/google-dokumanlar-artik-farkli-dillere-ceviriyi-destekliyor/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:07:33 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[çeviri]]></category>
		<category><![CDATA[dökümanlar]]></category>
		<category><![CDATA[google çeviri]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[google translate]]></category>
		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=471</guid>
		<description><![CDATA[
Google Dökümanlar'ı pek kullanan varmı bilmiyorum ama acil durumlarda çok ihtiyacınızı görmektedir.
Daha öncede  Google Translate Türkçe dil desteğini eklediğini duymuşsunuzdur. Bu bilgiyide verdikten sonra asıl önemli olan konu ise Google Dökümanlar'daki word dosyalarınızı direkt olarak farklı (42 dil seçeneği mevcut) dillere çevirebileceksiniz.
Umarım bu servis bir çok kişinin işine yarar google ...]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-472 alignnone" style="margin: 5px;" title="google docs translate" src="http://www.osmanerdogan.com/wp-content/uploads/2009/09/google-docs-translate.jpg" alt="google docs translate" width="400" height="252" /></p>
<p><a href="http://docs.google.com/" target="_blank">Google Dökümanlar</a>'ı pek kullanan varmı bilmiyorum ama acil durumlarda çok ihtiyacınızı görmektedir.</p>
<p>Daha öncede  <a href="http://translate.google.com/" target="_blank">Google Translate</a> Türkçe dil desteğini eklediğini duymuşsunuzdur. Bu bilgiyide verdikten sonra asıl önemli olan konu ise <a href="http://docs.google.com/" target="_blank">Google Dökümanlar</a>'daki word dosyalarınızı direkt olarak farklı (42 dil seçeneği mevcut) dillere çevirebileceksiniz.</p>
<p>Umarım bu servis bir çok kişinin işine yarar <a href="/tag/google" target="_blank">google</a> çalışıyor, sizin için daha ne yapsın <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=471">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/google-dokumanlar-artik-farkli-dillere-ceviriyi-destekliyor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cURL &amp; php ile FriendFeed &#8216;e kayıt girişi yapmak</title>
		<link>http://www.osmanerdogan.com/curl-php-ile-friendfeed-e-kayit-girisi-yapmak/</link>
		<comments>http://www.osmanerdogan.com/curl-php-ile-friendfeed-e-kayit-girisi-yapmak/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:12:19 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Kodlama]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[ff]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=468</guid>
		<description><![CDATA[ friendfeed.com u bilmeyenimiz kalmadı sanırım tekrar açıklamaya gerek yoktur.
Daha önceden delicious ve twitter a curl ile yazı gönderimini işlemiştik.
Şimdide sıra friendfeed'e geldi.
İnternette aradım pek bişi bulamadım deneyerek ortaya çıktı kodlar  
Friendfeed de daha öncekilerde olduğu gibi direk şifreniz ile işlem yapamıyorsunuz.
https://friendfeed.com/account/api adresinden Remote Key almanız gerekmektedir.
Ve işte kodlar;
PLAIN ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://friendfeed.com/"><img class="alignleft size-full wp-image-469" style="margin: 5px;float:left" title="fflogo" src="http://www.osmanerdogan.com/wp-content/uploads/2009/09/fflogo.png" alt="fflogo" width="256" height="55" /></a> friendfeed.com u bilmeyenimiz kalmadı sanırım tekrar açıklamaya gerek yoktur.</p>
<p>Daha önceden <a href="http://www.osmanerdogan.com/curl-php-ile-delicious%E2%80%99a-otomatik-yazi-gonderme/">delicious</a> ve <a href="http://www.osmanerdogan.com/curl-php-ile-twittera-otomatik-yazi-gonderme/">twitter</a> a curl ile yazı gönderimini işlemiştik.</p>
<p>Şimdide sıra friendfeed'e geldi.</p>
<p>İnternette aradım pek bişi bulamadım deneyerek ortaya çıktı kodlar <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="/friendfeed">Friendfeed</a> de daha öncekilerde olduğu gibi direk şifreniz ile işlem yapamıyorsunuz.</p>
<p><a href="https://friendfeed.com/account/api">https://friendfeed.com/account/api</a> adresinden Remote Key almanız gerekmektedir.</p>
<p>Ve işte kodlar;</p>
<div class="igBar"><span id="lphp-10"><a href="#" onclick="javascript:showPlainTxt('php-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-10">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ff_api_url</span> = <span style="color:#FF0000;">"http://friendfeed-api.com/v2/entry"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ff_data</span> = <span style="color:#FF0000;">"body="</span>.<span style="color:#0000FF;">$Baslik</span>.<span style="color:#FF0000;">"&amp;link="</span>.<span style="color:#0000FF;">$Linkiniz</span>.<span style="color:#FF0000;">"&amp;comment="</span>.<span style="color:#0000FF;">$Yorumu_Aciklama</span>.<span style="color:#FF0000;">"&amp;image_url="</span>.<span style="color:#0000FF;">$ResimVarsaAdresi</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ff_user</span> = <span style="color:#FF0000;">"KullaniciAdiniz"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ff_password</span> = <span style="color:#FF0000;">"AlmisOldugunuzRemoteKey"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ch</span> = curl_init<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ff_api_url</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POST, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POSTFIELDS, <span style="color:#0000FF;">$ff_data</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_FOLLOWLOCATION, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_HEADER, <span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_RETURNTRANSFER, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_USERPWD, <span style="color:#FF0000;">"{$ff_user}:{$ff_password}"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_data</span> = curl_exec<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$httpcode</span> = curl_getinfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLINFO_HTTP_CODE<span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_close<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$httpcode</span> != <span style="color:#CC66CC;color:#800000;">200</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;strong&gt;Friendfeed&lt;/strong&gt; HATA&lt;br /&gt;"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#616100;">else</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;strong&gt;Friendfeed&lt;/strong&gt; OK&lt;br /&gt;"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>güle güle kullanımlar <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=468">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/curl-php-ile-friendfeed-e-kayit-girisi-yapmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iframe virüsünde iş abartıya kaçtı gibi&#8230;</title>
		<link>http://www.osmanerdogan.com/iframe-virusunde-is-abartiya-kacti-gibi/</link>
		<comments>http://www.osmanerdogan.com/iframe-virusunde-is-abartiya-kacti-gibi/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:52:48 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Dosyalar]]></category>
		<category><![CDATA[Web Tasarım]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google zararlı siteler]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[iframe virüsü]]></category>
		<category><![CDATA[siteler]]></category>
		<category><![CDATA[uyarı]]></category>
		<category><![CDATA[virüs]]></category>
		<category><![CDATA[zararlı siteler]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=465</guid>
		<description><![CDATA[Benim çok çektiğim hadise şimdi neredeyse tüm sitelerde var.
Ortalama günde 400 site geziyorsam 50-60 tanesinde şuana kadar iframe virüsü olduğunu gördüm.
Tüm webmaster, programcı, tasarımcı arkadaşlara sesleniyorum kesinlikle bunun çözümü mevcut direk olarak bilgisayarınıza format atarak boşa zaman harcamayın.
Daha önceki yazmış olduğum yazmış olduğum iframe virüsü hakkındaki yazıma göz atsınlar.

  ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-447" style="margin: 5px;" title="virüs" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/virengalerie_illus_virus.gif" alt="virüs" width="156" height="152" />Benim çok çektiğim hadise şimdi neredeyse tüm sitelerde var.</p>
<p>Ortalama günde 400 site geziyorsam 50-60 tanesinde şuana kadar <a title="iframe virüsü" href="http://www.osmanerdogan.com/iframe-virusu-yeniden-basa-bela/" target="_blank">iframe virüsü</a> olduğunu gördüm.</p>
<p>Tüm webmaster, programcı, tasarımcı arkadaşlara sesleniyorum kesinlikle bunun çözümü mevcut direk olarak bilgisayarınıza format atarak boşa zaman harcamayın.</p>
<p>Daha önceki yazmış olduğum yazmış olduğum <a title="iframe virüsü" href="http://www.osmanerdogan.com/iframe-virusu-yeniden-basa-bela/" target="_blank">iframe virüsü</a> hakkındaki yazıma göz atsınlar.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=465">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/iframe-virusunde-is-abartiya-kacti-gibi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personas, Firefox&#8217;a Arayüz</title>
		<link>http://www.osmanerdogan.com/personas-firefoxa-arayuz/</link>
		<comments>http://www.osmanerdogan.com/personas-firefoxa-arayuz/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:38:23 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[özel firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[mozilla labs]]></category>
		<category><![CDATA[personas]]></category>
		<category><![CDATA[resimli firefox]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=455</guid>
		<description><![CDATA[Personas, firefox için bir eklenti olup firefox arayüzünüzü canlandıran ve mozilla tarafından üretilen bir sistem.
İster kendiniz resimlerinizden firefox için üst kısım, alt kısım şeklinde oluşturabilir yada hali hazırdakilerden yararlanabilirsiniz.
Peki Nasıl Yapacaksınız?
Ben kendim hallederim diyenler aşağıyı okumadan buraya tıklasın.
İlk olarak firefox için olan eklentiyi indirip firefox üzerinde aktif etmeniz gerekiyor.
1- Üst ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-456" style="margin: 5px;" title="personas-logo" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/personas-logo.png" alt="personas-logo" width="251" height="93" /><a href="http://personas.services.mozilla.com/" target="_blank">Personas</a>, <a href="/tag/firefox" target="_blank">firefox</a> için bir eklenti olup <a href="/tag/firefox" target="_blank">firefox</a> arayüzünüzü canlandıran ve mozilla tarafından üretilen bir sistem.</p>
<p>İster kendiniz resimlerinizden <a href="/tag/firefox" target="_blank">firefox</a> için üst kısım, alt kısım şeklinde oluşturabilir yada hali hazırdakilerden yararlanabilirsiniz.</p>
<p><strong>Peki Nasıl Yapacaksınız?</strong></p>
<p><em>Ben kendim hallederim diyenler aşağıyı okumadan buraya </em><a href="http://www.getpersonas.com/upload" target="_blank"><em>tıklasın</em></a><em>.</em></p>
<p>İlk olarak <a href="/tag/firefox" target="_blank">firefox</a> için olan <a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/10900" target="_blank">eklentiyi</a> indirip <a href="/tag/firefox" target="_blank">firefox</a> üzerinde aktif etmeniz gerekiyor.</p>
<p><strong>1- Üst kısmı oluşturuyoruz.</strong></p>
<p style="text-align: center; "><img class="aligncenter size-full wp-image-457" title="tut_XPheader" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/tut_XPheader.jpg" alt="tut_XPheader" width="512" height="105" /></p>
<p style="text-align: left; "><strong>3000px Genişlik</strong> - <strong>200px </strong>Yükseklikte JPG veya PNG bir resim olması gerekiyor. Örnek çalışma işçin <a href="http://www.getpersonas.com/static/img/Persona_Header_LABS.jpg" target="_blank">buraya </a>tıklayınız.</p>
<p style="text-align: left; "><strong>2- Alt kısım resmi oluşturuyoruz.</strong></p>
<p style="text-align: center; "><strong><img class="aligncenter size-full wp-image-458" title="tut_XPfooter" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/tut_XPfooter.jpg" alt="tut_XPfooter" width="512" height="45" /><br />
</strong></p>
<p style="text-align: left; ">3000px Genişlik - 100px yüksekliğinde bir resim oluşturuyoruz bu resimde JPG veya PNG olması gerekmektedir.  Örnek çalışma için <a href="http://www.getpersonas.com/static/img/Persona_Footer_LABS.jpg" target="_blank">tıklayınız</a>.</p>
<p style="text-align: left; "><strong>3- Test edelim <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p style="text-align: left; ">Sol alt köşedeki Personas bölümüne tıklayalım açılan menüden "<strong>Preferences</strong>" daha sonra "<strong>Show Custom Persona in Menu</strong>" alanına tik atıyoruz ve kapatıyoruz. Tekrar sol alt köşedeki simgeye tıklayarak  "<strong>Custom</strong>" sekmesinden "<strong>Edit" </strong>diyoruz.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-459" title="tut_custom_1" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/tut_custom_1.jpg" alt="tut_custom_1" width="512" height="173" /><img class="aligncenter size-full wp-image-460" title="tut_custom_2" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/tut_custom_2.jpg" alt="tut_custom_2" width="384" height="206" /></p>
<p style="text-align: left;">Browse sekmelerine tıklayarak Header (Üst Kısım) ve Footer (Alt Kısım) resimlerini seçerek deneyebilirsiniz.</p>
<p style="text-align: left;"><strong>4- Yaptığınız çalışmayı paylaşmak isterseniz Personas da </strong><a href="https://personas.services.mozilla.com/signin?return=/upload" target="_blank"><strong>paylaşabilirsiniz</strong></a><strong>.</strong></p>
<p style="text-align: left;">Sizden önce yapıp paylaşanlarınkileri görmek istiyorsanız ve kullanmak için <a href="http://personas.services.mozilla.com/gallery/All/Popular" target="_blank">tıklayın</a>.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=455">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/personas-firefoxa-arayuz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cURL &amp; php ile delicious’a otomatik yazı gönderme</title>
		<link>http://www.osmanerdogan.com/curl-php-ile-delicious%e2%80%99a-otomatik-yazi-gonderme/</link>
		<comments>http://www.osmanerdogan.com/curl-php-ile-delicious%e2%80%99a-otomatik-yazi-gonderme/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 09:03:03 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Kodlama]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[curl delicious]]></category>
		<category><![CDATA[curl php]]></category>
		<category><![CDATA[curl to submit]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post delicious]]></category>
		<category><![CDATA[submit post to delicious]]></category>
		<category><![CDATA[submitdelicious]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=451</guid>
		<description><![CDATA[
Daha önce curl ile twitter'a post atma işlemini incelemiştik şimdide sıra geldi delicious'a  
PLAIN TEXT
PHP:




$dusername = 'KullaniciAdi';


$dpassword = 'Sifre';


$link = urlencode&#40;'$yaziLinki'&#41;;


$desc = urlencode&#40;$yazi_baslik&#41;;


$ext = urlencode&#40;$yazi_aciklama&#41;;


$deltags = urlencode&#40;$yazi_etiket&#41;;


&#160;


$api = "api.del.icio.us/v1";


&#160;


$apicall = "https://$dusername:$dpassword@$api/posts/add?&#38;amp;url=$link&#38;amp;description=$desc&#38;amp;extended=$ext&#38;amp;tags=$deltags";


$ch = curl_init&#40;&#41;;


curl_setopt&#40;$ch, CURLOPT_URL,$apicall&#41;;


curl_setopt&#40;$ch, CURLOPT_SSL_VERIFYHOST, 2&#41;;


curl_setopt&#40;$ch, CURLOPT_USERAGENT, 'php-curl'&#41;;


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


$xml = curl_exec &#40;$ch&#41;;


$httpcode = curl_getinfo&#40;$ch, CURLINFO_HTTP_CODE&#41;;


curl_close&#40;$ch&#41;;


if &#40;$httpcode != 200&#41; &#123;


echo ...]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-452 alignnone" style="margin: 5px;" title="delicious_logo" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/delicious_logo.jpg" alt="delicious_logo" width="241" height="71" /></p>
<p>Daha önce <a href="/tag/curl">curl</a> ile <a href="/tag/twitter">twitter</a>'a post atma işlemini <a href="http://www.osmanerdogan.com/curl-php-ile-twittera-otomatik-yazi-gonderme/">incelemiştik</a> şimdide sıra geldi <a href="/tag/delicious">delicious</a>'a <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="igBar"><span id="lphp-12"><a href="#" onclick="javascript:showPlainTxt('php-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-12">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dusername</span> = <span style="color:#FF0000;">'KullaniciAdi'</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dpassword</span> = <span style="color:#FF0000;">'Sifre'</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$link</span> = <a href="http://www.php.net/urlencode"><span style="color:#000066;">urlencode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'$yaziLinki'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$desc</span> = <a href="http://www.php.net/urlencode"><span style="color:#000066;">urlencode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$yazi_baslik</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ext</span> = <a href="http://www.php.net/urlencode"><span style="color:#000066;">urlencode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$yazi_aciklama</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$deltags</span> = <a href="http://www.php.net/urlencode"><span style="color:#000066;">urlencode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$yazi_etiket</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$api</span> = <span style="color:#FF0000;">"api.del.icio.us/v1"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$apicall</span> = <span style="color:#FF0000;">"https://$dusername:$dpassword@$api/posts/add?&amp;amp;url=$link&amp;amp;description=$desc&amp;amp;extended=$ext&amp;amp;tags=$deltags"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ch</span> = curl_init<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_URL,<span style="color:#0000FF;">$apicall</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_SSL_VERIFYHOST, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_USERAGENT, <span style="color:#FF0000;">'php-curl'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_RETURNTRANSFER,<span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$xml</span> = curl_exec <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$httpcode</span> = curl_getinfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLINFO_HTTP_CODE<span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_close<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$httpcode</span> != <span style="color:#CC66CC;color:#800000;">200</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;strong&gt;Delicious&lt;/strong&gt; HATA"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#616100;">else</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;strong&gt;Delicious&lt;/strong&gt; OK"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=451">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/curl-php-ile-delicious%e2%80%99a-otomatik-yazi-gonderme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iframe virüsü yeniden başa bela</title>
		<link>http://www.osmanerdogan.com/iframe-virusu-yeniden-basa-bela/</link>
		<comments>http://www.osmanerdogan.com/iframe-virusu-yeniden-basa-bela/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 12:35:00 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Dosyalar]]></category>
		<category><![CDATA[Web Tasarım]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[cuteftp]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[iframe virüsü]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search and replace]]></category>
		<category><![CDATA[search replace]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssl ftp]]></category>
		<category><![CDATA[sslftp]]></category>
		<category><![CDATA[virüs]]></category>
		<category><![CDATA[winscp]]></category>
		<category><![CDATA[şifre]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=446</guid>
		<description><![CDATA[Cuteftp ve popüler birçok crackli ftp programına bulaşan bir virüs ve malesefki  bende crackli bi program kullanmanın cezasını çektim diyebilirim.
Günlerce uğraşmama, format atmama rağmen çözüm bulunamayan bir virüs diyebilirim.
Web sitelerinize index,home ile başlayan dosyalarınıza &#60;iframe&#62; kodu ile web sitelerine frame açıyor ve ftp programı ile dosyalarınızı internete atıyor. Bazen sadece ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-447" style="margin: 5px;" title="virüs" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/virengalerie_illus_virus.gif" alt="virüs" width="166" height="162" />Cuteftp ve popüler birçok crackli ftp programına bulaşan bir virüs ve malesefki  bende crackli bi program kullanmanın cezasını çektim diyebilirim.</p>
<p>Günlerce uğraşmama, format atmama rağmen çözüm bulunamayan bir virüs diyebilirim.</p>
<p>Web sitelerinize index,home ile başlayan dosyalarınıza <strong>&lt;iframe&gt;</strong> kodu ile web sitelerine frame açıyor ve ftp programı ile dosyalarınızı internete atıyor. Bazen sadece iframe atmıyor, bunun yanında kodlarınızın son bir kaç satırını silerek size zulüm ediyor diyebiliriz.</p>
<p>Çözüm için ise;</p>
<p>İlk olarak tüm ftpdeki dosyalarınızı çekin bir klasore ve daha sonra <a href="http://www.funduc.com/search_replace.htm" target="_blank"><strong>search and replace</strong></a> adlı program ile <strong>iframe </strong>bulunan dosyalarınızı bulun ve dosyalarınızı iframe kodlarından temizleyin.</p>
<p>Eğerki daha önceki yedekleriniz PCnizde var ise hiç download etmeyin dosyalarınızı üstteki adımı geçebilirsiniz yani.</p>
<p>Daha sonra Ücretsiz dağıtım olan ve SSL FTP özelliği bulunan <a href="http://winscp.net/eng/download.php" target="_blank"><strong>WinSCP</strong></a> ftp programını indiriniz. Sitelerinizin tüm şifrelerini değiştirin değiştirme işlemi yaparken kesinlikle her şekil, büyük, küçük farf, rakam şeklinde   <strong>%(y1vd$f~$%KP&gt;/P$nu:-l!~</strong> gibi şifreler koyun ben 24 haneli yaptım tüm şifrelerimi.</p>
<p>Daha sonra temizlediğiniz yada yedek olan dosyalarınızı internete atın ve eski ftp programını kesinlikle silin ve WinSCP adlı programı kullanmanızı tavsiye ederim.</p>
<p><strong>Not</strong>: WinSCP Cpanel kullanan ve Linux işletim sistemine sahip hostlarda SFTP desteklemektedir, Windows işletim sistemli hostlarda ise SSL FTP desteklemediği için direk FTP seçmelisiniz.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=446">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/iframe-virusu-yeniden-basa-bela/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Çin bizimkilerden hınzır çıkmış &#8211; twitter bloklandı! + dahası var</title>
		<link>http://www.osmanerdogan.com/cin-bizimkilerden-hinzir-cikmis-twitter-bloklandi-dahasi-var/</link>
		<comments>http://www.osmanerdogan.com/cin-bizimkilerden-hinzir-cikmis-twitter-bloklandi-dahasi-var/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:57:23 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[china twitter]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter blocked]]></category>
		<category><![CDATA[twitter kapama]]></category>
		<category><![CDATA[Yotube]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=432</guid>
		<description><![CDATA[Türkiye'de hergün gündem konusu olan Youtube ve benzeri site karartma işlemleri Çinde daha hızlı ilerliyor gibi  
 
 
İlk twitter.com bloklanmış, daha sonra sırasıyla...

twitter.com
flickr.com
bing.com
live.com - hotmail.com (ama msn çalışıyormuş  )

Yotube ve blogspot daha önceden bloklanmış zaten.
Cidden bizimkilerden beklerdim ama Çinliler daha hızlı çıkmış.
Ama eminimki bizim yöneticiler mi desem nedesem kim yapatıyorsa ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-433" style="margin: 5px; float:left" title="twitter block" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/axl090602twitterblock-thumb-160x82-6299.png" alt="2twitterblock" width="160" height="82" />Türkiye'de hergün gündem konusu olan Youtube ve benzeri site karartma işlemleri Çinde daha hızlı ilerliyor gibi <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
<p> </p>
<p>İlk <a href="/tag/twitter">twitter</a>.com bloklanmış, daha sonra sırasıyla...</p>
<ul>
<li><a href="/tag/twitter">twitter</a>.com</li>
<li><a href="/tag/flickr">flickr</a>.com</li>
<li><a href="/tag/bing">bing</a>.com</li>
<li><a href="/tag/live">live</a>.com - <a href="/tag/hotmail">hotmail</a>.com (ama msn çalışıyormuş <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
</ul>
<p>Yotube ve blogspot daha önceden bloklanmış zaten.</p>
<p>Cidden bizimkilerden beklerdim ama Çinliler daha hızlı çıkmış.</p>
<p>Ama eminimki bizim yöneticiler mi desem nedesem kim yapatıyorsa artık bu listeyi örnek alır gibime geliyor.</p>
<p>Ha belki hotmail.com u kapatmazlar kendileride maillerine bakıyorlarsa <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=432">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/cin-bizimkilerden-hinzir-cikmis-twitter-bloklandi-dahasi-var/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online PHP Editor &#8211; phpanywhere.net</title>
		<link>http://www.osmanerdogan.com/online-php-editor-phpanywherenet/</link>
		<comments>http://www.osmanerdogan.com/online-php-editor-phpanywherenet/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 20:59:30 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Kodlama]]></category>
		<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[online ftp]]></category>
		<category><![CDATA[online php]]></category>
		<category><![CDATA[online php editor]]></category>
		<category><![CDATA[php editor]]></category>
		<category><![CDATA[phpanywhere]]></category>
		<category><![CDATA[phpanywhere.net]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=426</guid>
		<description><![CDATA[Artık nerede olursanız olun php dosyalarınızı düzenleyip aynı anda etkin kılabileceksiniz.
Nasıl mı?
phpanywhere.net ile bunu gerçekleştirebiliyorsunuz.
Henüz BETA aşamasında olan ve inanıyorum ki ciddi anlamda geliştirilecek ve iyi yatırımlar alacaktır. Bu sistem ile;


Online FTP işlemlerini yapabiliyorsunuz,
PHP dosyalarınızı sunucu üzerinde direkt olarak değişiklikleri (koz bazlı) yapabiliyorsunuz,
Dil ayarlarınızı kendiniz Settings kısmından seçebiliyorsunuz (UTF-8,window-1254,ISO-8859-9 vs.)
Kaydettiğiniz ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-427" style="margin: 5px; float:left" title="logo_editor" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/logo_editor.png" alt="phpanywhere" width="186" height="30" />Artık nerede olursanız olun php dosyalarınızı düzenleyip aynı anda etkin kılabileceksiniz.</p>
<p>Nasıl mı?</p>
<p><strong><a title="phpanywhere" href="http://phpanywhere.net/" target="_blank">phpanywhere.net</a></strong> ile bunu gerçekleştirebiliyorsunuz.</p>
<p>Henüz BETA aşamasında olan ve inanıyorum ki ciddi anlamda geliştirilecek ve iyi yatırımlar alacaktır. Bu sistem ile;</p>
<p><img class="size-full wp-image-428 alignleft" style="float: left; margin: 5px;" title="untitled-1" src="http://www.osmanerdogan.com/wp-content/uploads/2009/06/untitled-1.png" alt="phpanywhere" width="300" height="246" /></p>
<ul>
<li>Online FTP işlemlerini yapabiliyorsunuz,</li>
<li>PHP dosyalarınızı sunucu üzerinde direkt olarak değişiklikleri (koz bazlı) yapabiliyorsunuz,</li>
<li>Dil ayarlarınızı kendiniz Settings kısmından seçebiliyorsunuz (UTF-8,window-1254,ISO-8859-9 vs.)</li>
<li>Kaydettiğiniz (Save) zaman yapmış olduğunuz tüm değişiklikler anlık olarak web sayfalarınıza işlemektedir.</li>
</ul>
<p>Bunun en güzel yanı FTP şifrelerinizi hatırlıyorsanız her an, her yerde işlemlerinizi anında yapabilirsiniz. Şahsen benim gibi birinin çok işine yarayacak bir sistem <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
<p><strong>Gözüme çarpan eksik yönleri ise ;</strong></p>
<ul>
<li>.htaccess dosyası gözükmüyor malesef <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Php betikleri dreamweaver gibi renkli şekilde olsa daha dikkat çekici ve kolay kullanımı sağlayacaktır.</li>
</ul>
<p>şimdilik bu en önemli eksiklikler gözüme çarptı, ama genede kutlamak isterim.</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=426">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/online-php-editor-phpanywherenet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500+ Topify Davetiyesi &amp; Nedir Topify?</title>
		<link>http://www.osmanerdogan.com/500-topify-davetiyesi-nedir-topify/</link>
		<comments>http://www.osmanerdogan.com/500-topify-davetiyesi-nedir-topify/#comments</comments>
		<pubDate>Wed, 27 May 2009 13:25:38 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Web ve Siteler]]></category>
		<category><![CDATA[Topify]]></category>
		<category><![CDATA[Topify Davetiyesi]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter email]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=418</guid>
		<description><![CDATA[Topify, Twitter yardımcısı bir site diyebiliriz.
Peki ne işe yarıyor?
Topify, twitter'ın size yolladığı e-mailleri daha detaylı gönderiyor.
 
 
Örneğin;

Resimde ne kadar detaylı bir e-posta olduğunu görüyorsunuz.
Takip ettikleriniz, takip edenle, güncellemeler an be an size iletiliyor.
 
 
 
 

Burdaki örnekte ise  sizi birisi takip listesine eklemiş, ve bu kişiye direk mesaj göndermek istiyorsanız bu e-postayı cevapayın diye ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-424" style="margin: 5px; float:left" title="topify_125" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/topify_125.jpg" alt="topify_125" width="125" height="125" /><a title="topify" href="http://www.topify.com" target="_blank">Topify</a>, <a href="/tag/twitter">Twitter</a> yardımcısı bir site diyebiliriz.</p>
<p><strong>Peki ne işe yarıyor?</strong><br />
<a title="topify" href="http://www.topify.com" target="_blank">Topify</a>, <a href="/tag/twitter">twitter</a>'ın size yolladığı e-mailleri daha detaylı gönderiyor.</p>
<p> </p>
<p> </p>
<p><strong>Örneğin;</strong></p>
<p><strong><img class="alignleft size-medium wp-image-419" style="margin: 5px;" title="topify_screenshot_1" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/topify_screenshot_1-300x247.jpg" alt="topify_screenshot_1" width="180" height="148" /></strong></p>
<p>Resimde ne kadar detaylı bir e-posta olduğunu görüyorsunuz.</p>
<p>Takip ettikleriniz, takip edenle, güncellemeler an be an size iletiliyor.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><img class="alignleft size-medium wp-image-420" style="margin: 5px;" title="topify_screenshot_2" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/topify_screenshot_2-300x214.jpg" alt="topify_screenshot_2" width="180" height="128" /></p>
<p>Burdaki örnekte ise  sizi birisi takip listesine eklemiş, ve bu kişiye direk mesaj göndermek istiyorsanız bu e-postayı cevapayın diye bir not düşerek twitter.com a girmeden iletişim kurmanızı sağlıyor.</p>
<p> </p>
<p> </p>
<p> </p>
<p><img class="alignleft size-medium wp-image-421" style="margin: 5px;" title="topify_screenshot_3" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/topify_screenshot_3-300x228.jpg" alt="topify_screenshot_3" width="180" height="137" />Aynı şekilde size birisi mesaj göndermesi durumunda da size direk olarak bir e-posta geliyor.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><img class="alignleft size-medium wp-image-423" style="margin: 5px;" title="topify_screen04" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/topify_screen04-300x161.jpg" alt="topify_screen04" width="180" height="97" /> Resimdede görüldüğü gibi e-posta geldiği zaman size ileti gönderen veya bir durum söz konusu olduğunda twitter.com a girmeden izleme işlemleri (listeden çıkar, engelle, cevapla) gibi işlemleri rahatlıkla yababiliyorsunuz.</p>
<p> </p>
<p> </p>
<p>Şuan için kapalı davetiye sistemiyle çalışmakta, direk üye olamıyorsunuz doğal olarak.</p>
<p><a href="http://www.topify.com/invite.php?id=84a88074e2ac9c36e2e9e7fcadec16f9">http://www.topify.com/invite.php?id=84a88074e2ac9c36e2e9e7fcadec16f9</a></p>
<p>Linkine tıklayarak üye olabilirsiniz.</p>
<p>Size bir e-posta adresi verecek daha sonra onu <a href="/tag/twitter">twitter</a> hesabınızdaki e-posta adresiyle değiştirmeniz gerekmektedir. Ve sistem sorunsuzca çalışıyor.</p>
<p> </p>
<p>İyi Kullanımlar</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=418">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/500-topify-davetiyesi-nedir-topify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cURL &amp; php ile twitter&#8217;a otomatik yazı gönderme</title>
		<link>http://www.osmanerdogan.com/curl-php-ile-twittera-otomatik-yazi-gonderme/</link>
		<comments>http://www.osmanerdogan.com/curl-php-ile-twittera-otomatik-yazi-gonderme/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:13:51 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Kodlama]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[curl php]]></category>
		<category><![CDATA[curl to submit]]></category>
		<category><![CDATA[curl twitter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post twitter]]></category>
		<category><![CDATA[submit post to twitter]]></category>
		<category><![CDATA[submittwitter]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=410</guid>
		<description><![CDATA[
PLAIN TEXT
PHP:




$twitter_api_url = "http://twitter.com/statuses/update.xml";


$twitter_data = "status=Buraya Link ve Açıklama Yazabilirsiniz";


$twitter_user = "KullaniciAdi";


$twitter_password = "Sifre";


$ch = curl_init&#40;$twitter_api_url&#41;;


curl_setopt&#40;$ch, CURLOPT_POST, 1&#41;;


curl_setopt&#40;$ch, CURLOPT_POSTFIELDS, $twitter_data&#41;;


curl_setopt&#40;$ch, CURLOPT_FOLLOWLOCATION, 1&#41;;


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


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


curl_setopt&#40;$ch, CURLOPT_USERPWD, "{$twitter_user}:{$twitter_password}"&#41;;


$twitter_data = curl_exec&#40;$ch&#41;;


$httpcode = curl_getinfo&#40;$ch, CURLINFO_HTTP_CODE&#41;;


curl_close&#40;$ch&#41;;


if &#40;$httpcode != 200&#41; &#123;


echo "Twitter HATA";


&#125; else &#123;


echo "Twitter OK&#38;";


&#125; 






Yapmanız gereken cURL destekleyen bir sunucunuz var ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/twitter_logo_header1.png" alt="twitter" /></p>
<div class="igBar"><span id="lphp-14"><a href="#" onclick="javascript:showPlainTxt('php-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-14">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_api_url</span> = <span style="color:#FF0000;">"http://twitter.com/statuses/update.xml"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_data</span> = <span style="color:#FF0000;">"status=Buraya Link ve Açıklama Yazabilirsiniz"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_user</span> = <span style="color:#FF0000;">"KullaniciAdi"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_password</span> = <span style="color:#FF0000;">"Sifre"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ch</span> = curl_init<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$twitter_api_url</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POST, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POSTFIELDS, <span style="color:#0000FF;">$twitter_data</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_FOLLOWLOCATION, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_HEADER, <span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_RETURNTRANSFER, <span style="color:#CC66CC;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_USERPWD, <span style="color:#FF0000;">"{$twitter_user}:{$twitter_password}"</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter_data</span> = curl_exec<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$httpcode</span> = curl_getinfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLINFO_HTTP_CODE<span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_close<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$httpcode</span> != <span style="color:#CC66CC;color:#800000;">200</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"Twitter HATA"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#616100;">else</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"Twitter OK&amp;"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
Yapmanız gereken cURL destekleyen bir sunucunuz var ise istediğiniz makale veya yazılarınızı otomatik olarak <a href="/tag/twitter">twitter</a> hesabınıza post etmenize yardımcı olur.</p>
<p>Kolay Gelsin</p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=410">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/curl-php-ile-twittera-otomatik-yazi-gonderme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>İki devin son maçı tugay &#8211; maldini</title>
		<link>http://www.osmanerdogan.com/iki-devin-son-maci-tugay-maldini/</link>
		<comments>http://www.osmanerdogan.com/iki-devin-son-maci-tugay-maldini/#comments</comments>
		<pubDate>Mon, 25 May 2009 09:43:36 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Hayat ve Diğerleri]]></category>
		<category><![CDATA[blackburn rovers]]></category>
		<category><![CDATA[milan]]></category>
		<category><![CDATA[Paolo Maldini]]></category>
		<category><![CDATA[Tugay Kerimoğlu]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=403</guid>
		<description><![CDATA[Brisi milan için futbol devi, birisi blackburn rovers'ın yılların futbolcusu.
Tugay Kerimoğlu
Anlatmaya gerek yok aslında geçmişi için direk rovers.co.uk den yararlanabilirsiniz.
Türkiye'nin Premier Ligdeki gururu diyebiliriz umarım gelecek yıllardada gelecek nesil futbolcuları için çok faydalı olur.
Tugay Kerimoğlu'nun son maçındaki dev taraftar desteğini görüntülemek için tıklayınız.
 
Paolo Maldini
Direk wikipediadan geçmişi hakkında bilgi alabilirsiniz.
1Sadece Milan forması ...]]></description>
			<content:encoded><![CDATA[<p>Brisi <a href="http://www.acmilan.com/" target="_blank">milan</a> için futbol devi, birisi <a href="http://www.rovers.co.uk/" target="_blank">blackburn rovers</a>'ın yılların futbolcusu.</p>
<p><img class="alignleft size-full wp-image-404" style="margin: 5px;" title="tugay terimoğlu" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/0103033752313001.jpg" alt="0103033752313001" width="74" height="92" /><strong>Tugay Kerimoğlu</strong></p>
<p>Anlatmaya gerek yok aslında geçmişi için direk <a href="http://www.rovers.co.uk/page/ProfilesDetail/0,,10303~7040,00.html" target="_blank">rovers.co.uk</a> den yararlanabilirsiniz.</p>
<p>Türkiye'nin Premier Ligdeki gururu diyebiliriz umarım gelecek yıllardada gelecek nesil futbolcuları için çok faydalı olur.</p>
<p>Tugay Kerimoğlu'nun son maçındaki dev taraftar desteğini görüntülemek için <a href="http://www.ajansspor.com/futbol/ingiltere/galeri/1866/1.html" target="_blank">tıklayınız</a>.</p>
<p> </p>
<p><img class="alignleft size-full wp-image-405" style="margin: 5px;" title="maldini" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/240509-maldiniwidec1.jpg" alt="maldini" width="86" height="66" /><strong>Paolo Maldini</strong></p>
<p>Direk <a href="http://tr.wikipedia.org/wiki/Paolo_Maldini" target="_blank">wikipedia</a>dan geçmişi hakkında bilgi alabilirsiniz.</p>
<p>1Sadece Milan forması giyen ve futbol hayatı boyunca Milanla yatıp milan ile kalkan bir futbolcu umarım Maldini de çok büyük noktalarda ileriki yaşlarında gelecek nesiller adına çok iyi başarılar gösterir. <a href="http://tr.wikipedia.org/wiki/Cesare_Maldini" target="_blank">Babası</a>da Milan forması giymiş zamanında şuanda Milan da Gözlamci olarak çalışıyormuş. 3. kuşak Maldinide şuan milanda forma giymeye başlamış bile <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Nerden estide ekledin diyebilirsiniz, "bilmem içimden geldi" demek en uygunu sanırım.</p>
<p><strong>"Başarı ve sonuçları..."</strong></p>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=403">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/iki-devin-son-maci-tugay-maldini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sosyal Firefox</title>
		<link>http://www.osmanerdogan.com/sosyal-firefox/</link>
		<comments>http://www.osmanerdogan.com/sosyal-firefox/#comments</comments>
		<pubDate>Mon, 25 May 2009 09:06:39 +0000</pubDate>
		<dc:creator>Osman ERDOĞAN</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[AddThis]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Firefox eklentisi]]></category>
		<category><![CDATA[Foxmarks]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[Sosyal Firefox]]></category>
		<category><![CDATA[Xmarks]]></category>

		<guid isPermaLink="false">http://www.osmanerdogan.com/?p=395</guid>
		<description><![CDATA[Firefox  için tonla eklenti var ve halada anbe an artıyor sayısı.
ShareThis Eklentisi

Bilmeyeniniz yoktur sanırım ama ben anlatayım. Bazen sitelerin altında bu ikonu görürüz sosyal imleme sitelerinde veya sosyal paylaşım platformlarına web adreslerini göndermenize yardımcı olur. Olmayan sitelerde bunu yapmak ölüm olabiliyor bazen bunun için çok kullanışlı bir firefox eklentisi.
İndirmek için tıklayınız.
 
AddThis Eklentisi
Sharethis ...]]></description>
			<content:encoded><![CDATA[<p><a href="/tag/firefox">Firefox</a>  için tonla eklenti var ve halada anbe an artıyor sayısı.</p>
<p><strong>ShareThis Eklentisi</strong></p>
<p><img class="alignleft size-full wp-image-397" style="margin: 5px;" title="sharethis" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/1194464727.jpg" alt="1194464727" width="124" height="81" /></p>
<p>Bilmeyeniniz yoktur sanırım ama ben anlatayım. Bazen sitelerin altında bu ikonu görürüz sosyal imleme sitelerinde veya sosyal paylaşım platformlarına web adreslerini göndermenize yardımcı olur. Olmayan sitelerde bunu yapmak ölüm olabiliyor bazen bunun için çok kullanışlı bir <a href="/tag/firefox">firefox</a> eklentisi.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5000" target="_blank">İndirmek için tıklayınız.</a></p>
<p> </p>
<p><strong>AddThis Eklentisi</strong></p>
<p><img class="alignleft size-full wp-image-398" style="margin: 5px; float:left" title="AddThis" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/1237552138.png" alt="AddThis" width="120" height="90" />Sharethis için yazdıklarım aynen geçerli olan firtefox eklentisi <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4076" target="_blank">İndirmek için tıklayınız.</a></p>
<p> </p>
<p><strong>Xmarks (Foxmarks)</strong></p>
<div><img class="alignleft size-full wp-image-399" style="margin: 5px; float:left;" title="xmarks" src="http://www.osmanerdogan.com/wp-content/uploads/2009/05/x1239408898.png" alt="xmarks" width="120" height="89" />Xmarks eski adı ile foxmarks olan eklenti bence bugune kadarki en güzel eklenti <img src='http://www.osmanerdogan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>Firefox sıkkullanılanları kendi serverlarıne yedekliyorlar ve istediğin bilgisayardan istediğin şekilde kullanabiliyorsun bu eklentileri.</div>
<div>Ayrıca iki bilgisayardan birinde bir değişiklik yaparsan sık kullanılanları MERGE (Birleştirme) işlemi yaparak sıkkulanılanları sizin yerinize sürekli güncel tutuyor.</div>
<div>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2410" target="_blank">İndirmek için tıklayınız.</a></div>
<div>Bunlar benim için vazgeçilmez eklentiler bunlara benzer eklentiler için sizi <a href="https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:22?sort=popular" target="_blank">buradan</a> alayım.</div>

                            <div id="aspdf">
                                <a href="http://www.osmanerdogan.com/wp-content/plugins/as-pdf/generate.php?post=395">
                                    <span>Yazıyı PDF olarak İndir</span>
                                </a>
                            </div>
                        ]]></content:encoded>
			<wfw:commentRss>http://www.osmanerdogan.com/sosyal-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
