<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>LAMP for WEB</title>
	
	<link>http://www.lampforweb.com</link>
	<description>Linux Apache Mysql Php - Örnek uygulama, ipuçları, döküman, duyuru v.s</description>
	<pubDate>Tue, 07 Apr 2009 08:02:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/lampforweb" type="application/rss+xml" /><item>
		<title>Son Derece Kullanışlı 50 Adet PHP Aracı</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/tWKEcZ1zJGw/</link>
		<comments>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 09:51:29 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[php araçları]]></category>

		<category><![CDATA[php kaynak]]></category>

		<category><![CDATA[php tools]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=144</guid>
		<description><![CDATA[Samashing Magazine sitesi Php uygulama geliştiricilerin kesinlikle işine yarayacak 50 adet kullanışlı bir araç listesi oluşturmuş. Liste kategorilendirilmiş. Aradığınız veya ihtiyacını olan bir çok şeyi bu listede bulabilirsiniz.
Hata Ayıklama Araçları
Test ve Optimizasyon Araçları
Dökümantasyon Araçları
Güvenlik Araçları
Resim ve Grafik Oluşturma Araçları
Php Kod Düzenleyiciler
Versiyon Kontrol Sistemleri
Kullanışlı Eklenti, Uygulama ve Kütüphaneler
Online Php Araçları ve Kaynakları
Php Frameworkler
Php Editörleri ve IDE&#8217;ler
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/</feedburner:origLink></item>
		<item>
		<title>Php’de serialize ve base64_encode ile sayfalar arasında dizi veya nesneleri taşımak</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/tjNcNlNnWBU/</link>
		<comments>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 16:22:59 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[array]]></category>

		<category><![CDATA[dizi]]></category>

		<category><![CDATA[object]]></category>

		<category><![CDATA[php örnek]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=100</guid>
		<description><![CDATA[Php sayfaları arasında POST veya GET metoduyla gelen değerleri veya sayfa içindeki dizi veya nesnelerin alt elemanlarıyla beraber değerlerini taşımak için aşağıdaki yöntemi kullanabilirsiniz.
form.html // Form verilerinin POST metodu ile gönderileceği form sayfası.

&#60;html&#62;
&#60;head&#62;
	&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;
	&#60;title&#62;Form&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
	&#60;form action=&#34;islem1.php&#34; method=&#34;POST&#34;&#62;
		Adı : &#60;input type=&#34;text&#34; name=&#34;adi&#34; size=&#34;30&#34;&#62;&#60;br&#62;
		Soyadı : &#60;input type=&#34;text&#34; name=&#34;soyadi&#34; size=&#34;30&#34;&#62;&#60;br&#62;
		Email : &#60;input type=&#34;text&#34; name=&#34;email&#34; size=&#34;50&#34;&#62;&#60;br&#62;
		Telefon : [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/</feedburner:origLink></item>
		<item>
		<title>XML - Dizi Dönüştürmesi Yapmak İçin Php Sınıfı (XMLArray)</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/BAUheAp1nXg/</link>
		<comments>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:56:44 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[array]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=93</guid>
		<description><![CDATA[
Aşağıdaki assoc_array2xml php sınıfı ile dizileri xml&#8217;e, xml verilerini de php dizilerine dönüştürebilirsiniz. Daha çok php4 kullananlar bu sınıfa ihtiyaç duyacaktır. Php5 kullananlar SimpleXML sınıfı ile aynı işlemleri ve daha fazlasını yapabilirler. SimpleXML ile ilgili örnekleri ve bilgileri yakında yayınlarız.

&#60;?php
class assoc_array2xml
&#123;
	var $text;
	var $arrays, $keys, $node_flag, $depth, $xml_parser;
&#160;
	function array2xml&#40;$array&#41;
	&#123;
		$this-&#62;text=&#34;&#60;array&#62;&#34;;
		$this-&#62;text.= $this-&#62;array_transform&#40;$array&#41;;
		$this-&#62;text .=&#34;&#60;/array&#62;&#34;;
		return $this-&#62;text;
	&#125;
&#160;
	function array_transform&#40;$array&#41;
	&#123;
		foreach&#40;$array as $key =&#62; [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/</feedburner:origLink></item>
		<item>
		<title>Zeev Suraski ve Derick Rethans Türkiye’de!</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/UzN1zRv-CZg/</link>
		<comments>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:04:25 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[Diğer]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[açık kaynak]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=73</guid>
		<description><![CDATA[PHP&#8217;nin yaratıcısı ve geliştiricisi Zeev Suraski ile PHP dilinin aktif geliştiricilerinden biri olan Derick Rethans, 24 Ocak 2009&#8216;da Taksim Nippon Otelde düzenlenen web programcıları platformu etkinliği için Türkiye&#8217;ye geliyorlar.
Golden Horn Ventures&#8217;un liderliğinde gerçekleştirilen etkinlik hakkında bilgi almak ve diğer katılımcıları görmek için www.webprogramcilariplatformu.org adresini ziyaret edebilirsiniz. Etkinlik programı için buraya, kayıt yaptırmak için buraya.
Web programcılarının [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/</feedburner:origLink></item>
		<item>
		<title>Özgürlük İçin OOXML’e Karşı!</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/eXKZSyzR358/</link>
		<comments>http://www.lampforweb.com/index.php/open-source/ozgurluk-icin-ooxmle-karsi/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 14:58:05 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[open source]]></category>

		<category><![CDATA[açık kaynak]]></category>

		<category><![CDATA[ooxml]]></category>

		<category><![CDATA[pardus]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=45</guid>
		<description><![CDATA[




Özgürlükiçin.com adresinde OOXML(Office Open XML)&#8216;e karşı kampanya başlatılmış. OOXML ve XML arasındaki farkı, neden karşı olduklarını buradan öğrenebilir ve yine buradan kampanyaya destek verebilirsiniz.
&#8220;OpenDocument dosya biçimlerinin birer uluslararası ISO standardı olarak kabul edilmesi üzerine, pek çok ülkede &#8220;özgür ve açık standartlar&#8221; kullanma eğilimi artış gösterdi. Bu gelişmeden rahatsız olan ve OASIS üyesi olmasına karşın OpenDocument&#8217;ın [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/open-source/ozgurluk-icin-ooxmle-karsi/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/open-source/ozgurluk-icin-ooxmle-karsi/</feedburner:origLink></item>
		<item>
		<title>Linux - Unix Sistemlerde Sadece Bulunduğunuz Dizinde Dosya veya Dizin Arama</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/lv3shZB4eYc/</link>
		<comments>http://www.lampforweb.com/index.php/linux/linux-unix-sistemlerde-sadece-bulundugunuz-dizinde-dosya-veya-dizin-arama/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 09:42:31 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[find]]></category>

		<category><![CDATA[linux komutları]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/linux/linux-unix-sistemlerde-sadece-bulundugunuz-dizinde-dosya-veya-dizin-arama/</guid>
		<description><![CDATA[Bir dizin içerisinde alt dizin ve dosyaları içermeyecek bir arama yapabilmek için find komutunun maxdepth parametresinin kullanılması gerekir.

find / -maxdepth 1

komutu kök dizinde bulunan dosya ve dizinleri bulur. Find komutunda diğer parametrelerle birlikte kullanabilirsiniz.

find / -maxdepth 1 -amin -10

komutu kök dizinde bulunan son 10 dakika içeresinde erişilmiş olan dosyaları bulup listeleyecektir.
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/linux/linux-unix-sistemlerde-sadece-bulundugunuz-dizinde-dosya-veya-dizin-arama/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/linux/linux-unix-sistemlerde-sadece-bulundugunuz-dizinde-dosya-veya-dizin-arama/</feedburner:origLink></item>
		<item>
		<title>FTP Dosyalarını Lokal Dosya Gibi Kullanmak (ftp mount)</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/MCI4fp0JEhQ/</link>
		<comments>http://www.lampforweb.com/index.php/linux/ftp-dosyalarini-lokal-dosya-gibi-kullanmak-ftp-mount/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 16:43:20 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[ftp]]></category>

		<category><![CDATA[linux komutları]]></category>

		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/linux/ftp-dosyalarini-lokal-dosya-gibi-kullanmak-ftp-mount/</guid>
		<description><![CDATA[Linux kullanırken bazı programların ftp desteği olmaması canımızı sıkabilir. Bu  durumun üstesinden gelmek için linux kernelinin fuse desteği ile derlendiği veya  fuse modüllerinin çalıştırılabiliceği linux dağıtımlarında curlftpfs paketini  kurarak lokalde oluşturduğumuz bir klasörü bir ftp sunucusuna bağlayıp  istediğimiz ftp sunucusunu lokal bir klasörmüş gibi kullanabiliriz.
debian için;

apt-get install  curlftpfs

komutuyla veya aptitude [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/linux/ftp-dosyalarini-lokal-dosya-gibi-kullanmak-ftp-mount/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/linux/ftp-dosyalarini-lokal-dosya-gibi-kullanmak-ftp-mount/</feedburner:origLink></item>
		<item>
		<title>Mysql “The table is full” hatası ve Max_data_length</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/7MTfsY-JMFM/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:55:04 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<category><![CDATA[myisam]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/</guid>
		<description><![CDATA[Mysql myisam depolama motoru varsayılan olarak 32bit bir adresleme yaptığı için index dosyaları 4gb&#8217;dan daha büyük bir data (MYD dosyası) adresleyememektedir. Bu sorunu aşmak için tablo oluşturulurken verilecek olan ayarlarla adreslenecek data miktarının en fazla boyutu belirlenebilir. Tablo zaten var olan bir tablo ise alter table komutu ile tablonun oluşturma ayarları değiştirilebilir. Burada dikkat edilmesi [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/</feedburner:origLink></item>
		<item>
		<title>Update sorgularında “join” ve “replace”</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/6gJhC5CkuZw/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:12:05 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
		
		<category><![CDATA[mysql]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/</guid>
		<description><![CDATA[Birden fazla tablodaki kontrollere göre yapacağınız bir update sorgusunu aşağıdaki gibi oluşturabilirsiniz.

UPDATE 	tablo1
	INNER JOIN tablo2 ON tablo1.id=tablo2.id AND tablo2.sehir_id='34'
	SET tablo1.metin=REPLACE&#40;tablo1.metin,'İst.','İstanbul'&#41;
	WHERE tablo1.metin LIKE &#34;%İst.%&#34;

Bu sorgu ile tablo2 ile joinlenen tablo1&#8242;deki metin alnında replace komutu ile değişiklik yapılıyor.
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/</feedburner:origLink></item>
		<item>
		<title>eniXma Nisan 2008 Sayısı</title>
		<link>http://feedproxy.google.com/~r/lampforweb/~3/EUQtYwoLFoc/</link>
		<comments>http://www.lampforweb.com/index.php/diger/enixma-nisan-2008-sayisi/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 08:59:26 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
		
		<category><![CDATA[Diğer]]></category>

		<category><![CDATA[e-dergi]]></category>

		<category><![CDATA[gnu]]></category>

		<category><![CDATA[lamp]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/diger/enixma-nisan-2008-sayisi/</guid>
		<description><![CDATA[

Gri Alanlar
KBabel
TrueCrypt/RealCrypt
Marble
Linux&#8217;ta Astronomi Programları
GParted
Cryptsetup İle Disk Şifreleme
Entropy
Sabayon Proje Lideri İle Söyleşi
Kabuk Programlama - XVI
RS232 - Seri Port - IIGPL 3v

eniXma Nisan 2008
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/diger/enixma-nisan-2008-sayisi/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.lampforweb.com/index.php/diger/enixma-nisan-2008-sayisi/</feedburner:origLink></item>
	</channel>
</rss>
