<?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>Add on for my life &#187; Root</title>
	<atom:link href="http://www.eklenti.org/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eklenti.org</link>
	<description>It is all about my articles.</description>
	<lastBuildDate>Fri, 18 Jun 2010 08:27:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sefurl with Zend Framework</title>
		<link>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/</link>
		<comments>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 11:50:53 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=63</guid>
		<description><![CDATA[Zend gerçekten çok güçlü frameworktür. Bir çok büyük projede kullanabiliriz. Ama bildiğiniz üzere artık internette projelerden daha çok oluşturulan projelerin bilinirliği gereklidir. Bunun en önemli yollarından biride bildiğiniz üzere SEO çalışmalarıdır. Bu seo çalışmalarının en önemli ayaklarından biride sef link dediğimiz olaydır. Bu kısım zendde açıkçası biraz daha zordur. Zend&#8217;e ait standart link yönlendirmesi controller/action/var1/value1 [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mysqlde bulunan çoklu kayıtları nasıl bulabiliriz?</title>
		<link>http://www.eklenti.org/2010/04/mysqlde-bulunan-coklu-kayitlari-nasil-bulabiliriz/</link>
		<comments>http://www.eklenti.org/2010/04/mysqlde-bulunan-coklu-kayitlari-nasil-bulabiliriz/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 08:36:37 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[About Me]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=184</guid>
		<description><![CDATA[Mysql&#8217;de herhangi bir noktadan veri aktarırken yaşadığımız en büyük sorunlardan biri, 2 yada 3 kez tekrarlanmış kayıtlardır. Birbirinin aynı olan bu kayıtlar istatistik tutarken yada belirli özel işlemlerde sürekli olarak başımıza ekşir durur. Normal şartlar altında 3-5 kayıtda sorun yaşamazken eğer kayıt sayınız artarsa bu türk kayıtları bulmak zorlaşır ve asıl yoğunlaşmanız gereken işe adapte [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2010/04/mysqlde-bulunan-coklu-kayitlari-nasil-bulabiliriz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eklenti.org</title>
		<link>http://www.eklenti.org/2010/01/eklenti-org/</link>
		<comments>http://www.eklenti.org/2010/01/eklenti-org/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:52:35 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[About Me]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/2010/01/eklenti-org/</guid>
		<description><![CDATA[Uzun zamandır eklenti.org ile ilgilenemiyordum. Evet artık hayatımdaki köklü değişikliklerden sonra bu sitem ile ilgili daha ayrıntılı ve köklü değişiklikler yapacağım. Daha önce bir okurun özel mesajında belirttiği gibi bu siteyi tamamen türkçe ve özel paylaşımlar için ve yenilik amaçlı kodlar için kullanacağım. Bu araya kadar takip edenler için teşekkür ederim.]]></description>
		<wfw:commentRss>http://www.eklenti.org/2010/01/eklenti-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Smarty Cache</title>
		<link>http://www.eklenti.org/2009/04/how-to-smarty-cache/</link>
		<comments>http://www.eklenti.org/2009/04/how-to-smarty-cache/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:47:14 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=147</guid>
		<description><![CDATA[Ok. If you use smarty and some part of your web site are no need to uptime any time, we can use the Smarty cache. But smarty cache is not usefull for big project. But you can use in very simple let&#8217;s start. First Prepare script for smarty. require &#8216;kernel/libs/Smarty.class.php&#8217;; // This is my smarty [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2009/04/how-to-smarty-cache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Cache with Zend Framework (Simple Function)</title>
		<link>http://www.eklenti.org/2009/02/cache-with-zend-framework/</link>
		<comments>http://www.eklenti.org/2009/02/cache-with-zend-framework/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 07:40:02 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=79</guid>
		<description><![CDATA[Ok. In my new project we have a lot of dymanic part. This part actually not up-to-date every time. (maybe one or two times in a day). If we use html for this part , we are so tried to update it. If we use sql all time (daily 2k+ visitor and growing) system to [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2009/02/cache-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can find duplicate record in mysql?</title>
		<link>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/</link>
		<comments>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 07:51:42 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[intermedia]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/2008/07/how-can-find-dublicate-record-in-mysql/</guid>
		<description><![CDATA[Yeah. It looks simple if there is some unique column, but if not!!! I search answer on web and i found something. [MYSQL] SELECT CONCAT( `firstname` , `lastname` ) as keyac , count( CONCAT( `firstname` , `lastname` ) ) AS numOfRecord FROM users GROUP BY CONCAT( `firstname` , `lastname` ) HAVING ( COUNT( CONCAT( `firstname` [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2008/07/how-can-find-duplicate-record-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
