<?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>+ renovatio +</title>
	<atom:link href="http://fahmi.codepth.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fahmi.codepth.com</link>
	<description>where the mind refreshed</description>
	<lastBuildDate>Sat, 03 Oct 2009 01:28:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 25 Provider</title>
		<link>http://fahmi.codepth.com/2009/10/03/top-25-provider/</link>
		<comments>http://fahmi.codepth.com/2009/10/03/top-25-provider/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:28:58 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=32</guid>
		<description><![CDATA[Alhamdulillah..i&#8217;m listed as a top 25 provider in Odesk



]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/10/03/top-25-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commit fails to merge</title>
		<link>http://fahmi.codepth.com/2009/09/10/commit-fails-to-merge/</link>
		<comments>http://fahmi.codepth.com/2009/09/10/commit-fails-to-merge/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 03:00:40 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=30</guid>
		<description><![CDATA[1 bulan berlalu tanpa menulis, akhirnya kembali lagi dengan masalah di subversion

svn: MERGE request failed on '/svn/Repository/trunk'
svn: MERGE of '/svn/Repository/trunk': 200 OK (http://server)

Pernah ketemu dengan masalah seperti itu? anda memakai post-commit hooks?
cek lagi script post-commit anda..:)
]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/09/10/commit-fails-to-merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git &#8211; fast version control system</title>
		<link>http://fahmi.codepth.com/2009/08/08/git-fast-version-control-system/</link>
		<comments>http://fahmi.codepth.com/2009/08/08/git-fast-version-control-system/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 05:15:51 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Learning Time]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=27</guid>
		<description><![CDATA[Memanfaatkan hari sabtu weekend ini, mencoba belajar sesuatu yang baru. akhirnya pilihan jatuh pada &#8216;git&#8217;. git adalah version control baru yang diciptakan oleh linus torvalds sebagai version control yang diandalkan karena performance nya yang powerful.
Saat ini saya menggunakan subversion sebagai SCM saya, karena itu mungkin hal pertama adalah membandingkan secara dasar apa keunggulan dan kelemahan [...]]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/08/08/git-fast-version-control-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Unique Validation</title>
		<link>http://fahmi.codepth.com/2009/07/31/simple-unique-validation/</link>
		<comments>http://fahmi.codepth.com/2009/07/31/simple-unique-validation/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 01:15:39 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=17</guid>
		<description><![CDATA[Saat mengerjakan project dengan menggunakan symfony 1.0, kita bisa menggunakan sebuah cara yang sangat simple dan mudah untuk mem-validasi suatu input supaya tetap unique di dalam database.
validate.yml

fields:
   email:
      required:
         msg: Please enter your email address
      [...]]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/07/31/simple-unique-validation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Encrypt/Decrypt Credit Card Number</title>
		<link>http://fahmi.codepth.com/2009/07/29/encrypt-credit-card-number/</link>
		<comments>http://fahmi.codepth.com/2009/07/29/encrypt-credit-card-number/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 05:35:01 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Code Snippet]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=7</guid>
		<description><![CDATA[Menyimpan nomor credit card di dalam database tanpa terenkripsi sangat riskan. Memakai algoritma enkripsi satu arah juga akan sia-sia, karena kita akan menggunakan nomor tersebut. Setelah googling saya menemukan satu metode yang cukup powerful yang bisa digunakan untuk mengenkripsi/decrypt  nomor credit card yaitu mcrypt.
code ini untuk mengenkripsi saat akan menyimpan ke dalam database :

public static [...]]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/07/29/encrypt-credit-card-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&gt; start and dont stop </title>
		<link>http://fahmi.codepth.com/2009/07/27/start-and-dont-stop/</link>
		<comments>http://fahmi.codepth.com/2009/07/27/start-and-dont-stop/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:06:36 +0000</pubDate>
		<dc:creator>fahmi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fahmi.codepth.com/?p=3</guid>
		<description><![CDATA[this is it..
time to evolve&#8230;.
time to renew&#8230;
welcome to renovatio..
]]></description>
		<wfw:commentRss>http://fahmi.codepth.com/2009/07/27/start-and-dont-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
